-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·97 lines (84 loc) · 4.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
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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<title>我们眼中的大学 - 回赠重庆南开中学</title>
<meta name="keywords" content="高考, 南开, 我们眼中的大学, 南开人, 志愿填报, " />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width">
<!-- Google Web Font Embed -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,600,500,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/templatemo_main.css">
<style>
.btn-nk {
background-color: #700f80!important;
border-color: #650e73 !important;
}
.btn-nk:hover {
background-color: #8b139e !important;
border-color: #7b118c !important;
}
.backstretch::after {
content: '';
background: #080808;
width: 100%;
height: 100%;
position: absolute;
opacity: 0.3;
}
.backstretch img {
bottom: 0 !important;
top: auto !important;
}
</style>
</head>
<body>
<div id="main-wrapper">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 affix text-center" style="z-index: 1;">
<h1 class="templatemo-site-title">
<a href="/">我们眼中的大学</a>
</h1>
<ul id="responsive" style="display:none" class="hidden-lg hidden-md"></ul>
<!-- /.responsive -->
</div>
<div class="image-section">
<div class="image-container">
<img src="images/our.jpg" id="home-img" class="main-img inactive" alt="Home">
</div>
</div>
<div class="row">
<div class="templatemo-content-wrapper">
<div class="templatemo-content">
<section id="home-text" class="active templatemo-content-section">
<div>
<p>这是一个简单的故事。2012年某一个晚间,在人大图书馆,两个对自己专业不甚满意的南开人相互吐槽,一句“希望填志愿的时候知道面对的是什么”的抱怨,开启了这个延续六年至今的项目。</p>
<p>这是一个复杂的故事。延续六年至今,近五百名热爱南开的毕业生加入了这个项目,用自己的眼光审视大学生活,以自己的语言讲述未知体验,凝结成为这部逾百万字的“填报指南”。</p>
<p>这是一个未完的故事。这部“填报指南”,每年都会有新的南开人为她注入新鲜血液。她是流动向前的,伴着变化的环境与形势,和不变的对未来的期许与对未知的好奇,一年年延续下去。期待,今年的你们,明年也会成为我们。</p>
<a class="btn btn-primary btn-lg btn-block btn-nk" href="https://www.wenkers.cn/guide/" role="button">点击阅读 →</a>
</div>
</section>
</div>
<!-- /.templatemo-content -->
</div>
<!-- /.templatemo-content-wrapper -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 footer">
<p class="footer-text">CC BY-NC-SA 4.0 | Copyright © 2012-present weNKers</p>
</div>
<!-- /.footer -->
</div>
</div>
<!-- /#main-wrapper -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- /#preloader -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/templatemo_script.js"></script>
</body>
</html>