-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (56 loc) · 2.18 KB
/
index.html
File metadata and controls
59 lines (56 loc) · 2.18 KB
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 lang="zh-CN">
<head>
<title>胸毛仙人</title>
<link rel="stylesheet" type="text/css" href="./css/prism.css">
<link rel="stylesheet" type="text/css" href="./css/index.css">
<link href="https://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="./css/normalize.css" />
<link rel="stylesheet" type="text/css" href="./css/demo.css" />
<link rel="stylesheet" type="text/css" href="./css/component.css" />
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="./js/prism.js"></script>
<script src="./js/modernizr.custom.25376.js"></script>
</head>
<body>
<div id="perspective" class="perspective effect-rotateleft">
<div class="container" style="width: 100%;background-color: #3498db;">
<div class="wrapper"><!-- wrapper needed for scroll -->
<div class="row">
<div class="col-sm-12" style="text-align: center;">
<div class="type-js headline" style="position: relative; display: inline-block;">
<div class="cursor"></div>
<h1 class="text-js" style="opacity: 1;">Hello,Welcome to My Home!</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12" style="text-align: center;color: white;">
<h2 class="h4">Happy Life, Happy Coding!</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="svg-wrapper" style="cursor: pointer;">
<svg height="60" width="320">
<rect class="shape" height="60" width="320"></rect>
</svg>
<div class="text" style="cursor: pointer;" id="showMenu">let's Go</div>
</div>
</div>
</div>
</div><!-- wrapper -->
</div><!-- /container -->
<nav class="outer-nav right vertical">
<a href="#" class="icon-home">个人介绍</a>
<a href="/note.html" class="icon-news">笔记</a>
<a href="#" class="icon-image">生活随写</a>
</nav>
</div><!-- /perspective -->
<script src="./js/base.js"></script>
<script src="./js/classie.js"></script>
<script src="./js/menu.js"></script>
</body>
</html>