-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (102 loc) · 3.66 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Custom Theme files -->
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/styleH.css" type="text/css" rel="stylesheet" media="all">
<link href="css/font-awesome.css" rel="stylesheet"> <!-- font-awesome icons -->
<!-- //Custom Theme files -->
<!-- js -->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- //js -->
<!-- web-fonts -->
<link href="http://fonts.googleapis.com/css?family=Trochut:400,400i,700" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<!-- //web-fonts -->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- banner -->
<div id="home" class="w3ls-banner w3-agilefireworks jarallax">
<!-- header -->
<div class="header-w3layouts">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Let's Happy</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1><a class="navbar-brand" href="index.html">Let's <span>Happy </span></a></h1>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
</div>
<!-- //header -->
<!-- banner-text -->
<div class="banner-text">
<h2>Scx'S Resume</h2>
<p>====2018/11/21日晚-2018/11/26日晚 花费13.5小时完成==== <br></p>
<!-- timer -->
<div class="agileits-timer">
<div class="clock">
<div class="column days">
<div class="timer" id="days"></div>
<div class="text">Days</div>
</div>
<div class="timer days"></div>
<div class="column">
<div class="timer" id="hours"></div>
<div class="text">Hours</div>
</div>
<div class="timer"></div>
<div class="column">
<div class="timer" id="minutes"></div>
<div class="text">Minutes</div>
</div>
<div class="timer"></div>
<div class="column">
<div class="timer" id="seconds"></div>
<div class="text">Seconds</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //timer -->
<a href="Home.html" class="wthree-btn popup-with-zoom-anim">Click me!!! </a>
</div>
<!-- //banner-text -->
</div>
<!-- //banner -->
<!-- welcome -->
<!-- //welcome -->
<!-- //services -->
<!-- fireworks scripts -->
<script type="text/javascript" src="js/jquery.fireworks.js"></script>
<script>
setTimeout(function() {
$('.w3-agilefireworks').fireworks();
});
</script>
<!-- //fireworks scripts -->
<!-- timer scripts -->
<script type="text/javascript" src=" js/moment.js"></script>
<script type="text/javascript" src=" js/moment-timezone-with-data.js"></script>
<script type="text/javascript" src="js/timer.js"></script>
<!-- //scripts -->
<script src="js/scrolling-nav.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
</body>
</html>