-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (54 loc) · 2.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>yamotech</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<link rel="stylesheet" type="text/css" href="css/modal.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="http://jaysalvat.github.io/vegas/releases/latest/vegas.min.css">
</head>
<body>
<a id="modal-open" class="button-link"><img src="images/logo.png" class="yamotech"></a>
<div id="modal-content">
<div class="profile">
<div class="profile-left">
<h3>Name</h3>
<p> Tomoki Yamauchi</p>
<h3>Gender</h3>
<p> Male</p>
<h3>Date of Birth</h3>
<p> 13th July 1995</p>
<h3>Blood Type</h3>
<p> A</p>
<h3>Home Town</h3>
<p> Saijo city, Ehime</p>
</div>
</div>
<div class="profile">
<div class="profile-right">
<h3>My favorite things</h3>
<p> Listening to music</p>
<p> Reading books</p>
<p> Soccer</p>
<p> Sleeping</p>
</div>
</div>
</div>
<div class="link">
<a href="https://www.facebook.com/tomoki.yamauchi.0713" target="_blank"><i class="fa fa-facebook-official fa-2x"></i></a><br>
<a href="https://github.com/yamotech" target="_blank"><i class="fa fa-github fa-2x"></i></a><br>
<a href="http://yurue.xyz/" target="_blank"><img src="images/yurue.png" class="yurue"></a><br>
<a href="http://www.iwate-pu.ac.jp/" target="_blank"><i class="fa fa-graduation-cap fa-2x"></i></a><br>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-2x"></i></a>
</div>
<footer id="pageFoot">
<p id="copyright"><small>© 2016 - Tomoki Yamauchi.</small></p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/modal.js"></script>
<script src="http://jaysalvat.github.io/vegas/releases/latest/vegas.js"></script>
<script src="js/slideshow.js"></script>
</body>
</html>