-
Notifications
You must be signed in to change notification settings - Fork 1
/
me.html
80 lines (77 loc) · 3.05 KB
/
me.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="ja" class="html">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="stylesheet.css">
<title>Takuma Miwa</title>
<meta name="description" content="The portfolio of Takuma Miwa.">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" rel="stylesheet">
</head>
<body>
<!-- loading display -->
<div id="loading_display">
<div class="spinner-box">
<div class="blue-orbit leo">
</div>
<div class="green-orbit leo">
</div>
<div class="red-orbit leo">
</div>
<div class="white-orbit w1 leo">
</div>
<div class="white-orbit w2 leo">
</div>
<div class="white-orbit w3 leo">
</div>
</div>
<div class="loading_title">Loading</div>
</div>
<!----------------------->
<header>
<nav>
<li><a href="index.html">WORK</a></li>
<li><a href="me.html">ME</a></li>
<li><a href="#contact">CONTACT</a></li>
</nav>
</header>
<main>
<div class="me">
<div class="title"><h1>ME</h1></div>
<div class="sentence-content">
<h2>Name: <br>Takuma Miwa</h2>
<h2>Hometown: <br>Japan</h2>
<h2>Edu: <br>Okayama U</h2>
<h2>Hobby: <br>Tennis, Reading</h2>
</div>
<div class="profile-img">
<img src="img/profile_img.png" width="100%">
</div>
<a></a>
</div>
<div class="contact" id="contact">
<div class="title"><h1>CONTACT</h1></div>
<div class="sentence-content2">
<h3>Please lend me a message if you have any question or job offer.
This is my email adress.<br>
</h3>
</div>
</div>
</main>
<footer>
<div class="footer-left">
<p>Takuma Miwa @ 2021</p>
</div>
<div class="fontawesome">
<ul>
<li><a href="https://www.instagram.com/takuma3746/?hl=ja"><i class="fab fa-instagram fa-3x"></i></a></li>
<li><a href="https://www.facebook.com/profile.php?id=100014904122656"><i class="fab fa-facebook fa-3x"></i></a></li>
<li><a href="https://github.com/TakumaMiwa"><i class="fab fa-github fa-3x"></i></a></li>
</ul>
</div>
</footer>
<script type="text/javascript" src="animation.js"></script>
</body>
</html>