-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (216 loc) · 8.37 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Livechen</title>
<!-- MDB icon -->
<link rel="icon" href="./img/My img/ZYLOGO.webp" type="image/x-icon">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Material Design Bootstrap -->
<link rel="stylesheet" href="css/mdb.min.css">
<!-- Your custom styles (optional) -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Main navigation -->
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="#">导航|Navbar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto smooth-scroll">
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#Home" data-offset="90">主页|Home</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#Brief" data-offset="90">简介|Brief</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#Live" data-offset="90">生活|Live</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#Contact" data-offset="90">交流|Contact</a>
</li>
</ul>
<!-- Social Icon -->
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item">
<a class="nav-link" href="http://www.facebook.com" target="_blank">
<i class="fab fa-facebook-f light-green-text-2"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://twitter.com" target="_blank">
<i class="fab fa-twitter light-green-text-2"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://fontawesome.com/v4.7.0/icon/instagram" target="_blank">
<i class="fab fa-instagram light-green-text-2"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- Full Page Intro -->
<div class="view" id="Home">
<video class="video-intro" poster="img/My img/BackG.jfif" playsinline autoplay
muted loop>
<source src="img/My img/LP.mp4" type="video/mp4">
</video>
<!-- Mask & flexbox options-->
<div class="mask rgba-gradient d-flex justify-content-center align-items-center">
<!-- Content -->
<div class="container px-md-3 px-sm-0">
<!--Grid row-->
<div class="row wow fadeIn">
<!--Grid column-->
<div class="col-md-12 mb-4 white-text text-center wow fadeIn">
<h3 class="display-3 font-weight-bold white-text mb-0 pt-md-5 pt-5">Live chen</h3>
<hr class="hr-light my-4 w-75">
<h4 class="white-text my-4">凡是让你痛苦的,就势必会让你成长的 ——小聂老师</h4>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
<!-- Content -->
</div>
<!-- Mask & flexbox options-->
</div>
<!-- Full Page Intro -->
</header>
<!--Main layout-->
<hr>
<!--Section: about-->
<section id="Brief" class="text-center py-5" style="background-color: #f7f0f0;" >
<!-- Container -->
<div class="container">
<!-- Section heading -->
<h2 class="h1-responsive font-weight-bold mb-5">个人简介</h2>
<!-- Section description -->
<p class="black-text w-responsive mx-auto mb-5">
人生大多数捷径,在开始的时候都会让你尝到甜头,但它也是加速你衰败的原因
</p>
<img src="img/My img/Brief.jfif" class="img-fluid" alt="Sample project image">
<hr>
<a href="./KB.html" class="btn btn-indigo" target="_blank">LEARN MORE</a>
</div>
<!-- Container -->
</section>
<!--Section: about-->
<hr>
<section id="Live" class="text-center py-5" style="background-color: #f7f0f0;" >
<!-- Container -->
<div class="container">
<!-- Section heading -->
<h2 class="h1-responsive font-weight-bold mb-5"> 生 活</h2>
<!-- Section description -->
<p class="black-text w-responsive mx-auto mb-5">
一个人靠不靠谱就看这三件事:“凡事有交代,件件有着落,事事有回音。”
</p>
<img src="img/My img/Live.jfif" class="img-fluid" alt="Sample project image">
<hr>
<a href="./HD.html" class="btn btn-indigo" target="_blank">LEARN MORE</a>
</div>
<!-- Container -->
</section>
<!--Section: about-->
<hr>
<!--Section: contact-->
<section id="Contact" class="py-5" style="background-color: rgb(145, 172, 202);" >
<div class="streak streak-md streak-photo" style="background-image:url('img/My img/Contact.jfif')">
<!-- Section heading -->
<h2 class="h1-responsive font-weight-bold text-center mb-5">敢梦敢当 不负所爱</h2>
<!-- Section description -->
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-9 mb-md-0 mb-5">
<hr>
<hr>
<form>
<li>
<a href="mailto:[email protected] "> send mail</a>
</li>
<hr>
<li>
<a href="https://blog.csdn.net/weixin_44832245?spm=1000.2115.3001.5343" target="_blank">CSDN</a>
</li>
<hr>
<li>
<a href="https://github.com/" target="_blank"> Github</a>
</li>
<hr>
</form>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 text-center">
<ul class="list-unstyled mb-0">
<li>
<i class="fas fa-map-marker-alt fa-2x purple-text"></i>
<p>Fengming, Yunyang , Chongqing , China</p>
</li>
<li>
<i class="fas fa-phone fa-2x mt-4 purple-text"></i>
<p>18290238675</p>
</li>
<li>
<i class="fas fa-envelope fa-2x mt-4 purple-text"></i>
<p class="mb-0">[email protected]</p>
</li>
</ul>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!--Section: contact-->
</main>
<!--Main layout-->
<!-- Footer -->
<footer class="page-footer font-small pt-4">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">Editor:Live chen
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- jQuery -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Your custom scripts (optional) -->
<script type="text/javascript">
// MDB Lightbox Init
$(function () {
$("#mdb-lightbox-ui").load("mdb-addons/mdb-lightbox-ui.html");
});
// 以下为动画效果新添加的两条语句
// Adding animations to the sections, 使用的是淡入, 你也可以试试zoomIn等动画
$("section").addClass("wow fadeIn");
// Animations Init, 注意必须放在ready方法中以防WOW对象没能加载成功
$(document).ready(function () {
new WOW().init();
});
</script>
</body>
</html>