-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (44 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<title>Home Page-fullPage</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.8.1/jquery.fullPage.css">
<link rel="stylesheet" href="./css/master.css" media="screen" title="no title" charset="utf-8">
<link rel="icon" href="/favicon.ico">
<link href='http://cdn.webfont.youziku.com/webfonts/nomal/25581/19465/5768ca1ef629d8066ce01679.css' rel='stylesheet' type='text/css' />
<link href='http://cdn.webfont.youziku.com/webfonts/nomal/25581/19465/5768ca96f629d8066ce0167a.css' rel='stylesheet' type='text/css' />
</head>
<body>
<div id="fullpage">
<div class="section item1">
<h2>邹广花</h2>
<p>I'm a slow walker, but I never walk backwards.</p>
</div>
<div class="section item2">
<h2>95后前端工程师</h2>
<p class="p1">Hunan University of Science and Technology</p>
<p class="p2">The Internet of Things Engineering</p>
</div>
<div class="section item3">
<h2><a href="#">Blog</a></h2>
<p>Some articles arranged in the process of learining.</p>
</div>
<div class="section item4">
<h2><a href="#">GitHub</a></h2>
<p>All of my projects are here.</p>
</div>
<div class="section item5">
<h2>Contact Me</h2>
<p class="p1">Tel: 15173266501</p>
<p class="p2">QQ: 1328903109</p>
<p class="p3">Mail: [email protected]</p>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.7.9/jquery.fullPage.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/move.js/0.5.0/move.min.js"></script>
<script src="./js/master.js"></script>
</body>
</html>