-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (58 loc) · 3.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>斉藤 勇人/Saito Yuto</title>
<link rel="stylesheet" href="stylesheet.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<script src="script.js"></script>
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Homemade+Apple" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bangers" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Serif+JP" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Economica:700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sawarabi+Gothic" rel="stylesheet">
</head>
<body>
<div class="loading">
<h1 class="loading-text"><i>Hello World</i></h1>
<img src="loading/puff.svg" class="loading-img">
</div>
<div class="home">
<h1 class="home-text">To the Future</h1>
<div class="menu-bars">
<p class="bars-text">MENU</p>
</div>
</div>
<div class="menu">
<div class="menu-back">
<p class="back"><i class="fas fa-angle-double-right back"></i></p>
</div>
<div class="menu-contents">
<ul>
<li class="menu-list"><a href="Home/Home.html" class="menu-text Home-switch">Home</a></li>
<li class="menu-list"><a href="About/About.html" class="menu-text About-switch">About</a></li>
<li class="menu-list"><a href="Portfolio/Portfolio.html" class="menu-text Portfolio-switch">Portfolio</a></li>
<li class="menu-list"><a href="Contact/Contact.html" class="menu-text Contact-switch">Contact</a></li>
</ul>
</div>
<div class="menu-icons">
<a href="https://twitter.com/SaitoYuto5"><i class="fab fa-twitter twitter"></i></a>
<i class="fas fa-heart heart"></i>
<a href="https://github.com/mercury-pluto1210?tab=repositories"><i class="fab fa-github github"></i></a>
</div>
<div class="like-contents">
<p class="like-text">like!</p>
<p class="like-text">Thank you</p>
</div>
</div>
</body>
</html>