-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (57 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AweSplash - Free HTML Splash Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600&subset=latin-ext" rel="stylesheet">-->
<!-- CSS -->
<link href="css/main.css" rel="stylesheet">
<!-- JS -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<script src="js/vendor/jquery-1.12.0.min.js"></script>
</head>
<body>
<div class="site" id="page">
<a class="skip-link sr-only" href="#main">Skip to content</a>
<!-- Options headline effects: .rotate | .slide | .zoom | .push | .clip -->
<section class="hero-section hero-section--image clearfix clip">
<div class="hero-section__wrap">
<div class="hero-section__option">
<img src="images/bg.png" alt="Hero section image">
</div>
<!-- .hero-section__option -->
<div class="container">
<div class="row">
<div class="offset-lg-2 col-lg-8">
<div class="title-01 title-01--11 text-center">
<h2 class="title__heading">
<span></span>
<strong class="hero-section__words">
<span class="title__effect is-visible">I'm Wenbo Hu</span>
<span class="title__effect">From BigData 1</span>
</strong>
</h2>
<div class="title__description">My personal introduction website, click on the interactive
button below to start experiencing
</div>
<!-- Options btn color: .btn-success | .btn-info | .btn-warning | .btn-danger | .btn-primary -->
<div class="title__action"><a href="about-me.html" target="_blank"
class="btn btn-success">个人简介</a></div>
</div> <!-- .title-01 -->
</div>
</div>
</div>
</div>
</section>
</div>
<div class="button-group">
<a href="my-campus.html" target="_blank" class="btn btn-outline-success button-sm">校园活动</a>
<a href="my-hometone.html" target="_blank" class="btn btn-outline-success button-sm">我的家乡</a>
<a href="my-hobbies.html" target="_blank" class="btn btn-outline-success button-sm">兴趣爱好</a>
</div>
<!-- JS -->
<script src="js/plugins/animate-headline.js"></script>
<script src="js/main.js"></script>
</body>
</html>