-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
212 lines (194 loc) · 7.68 KB
/
About.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My2020-About</title>
<!-- Main fucntion -->
<script src="js/loading.js"></script>
<!-- Loading Jquery -->
<script src="js/jquery-3.2.1.js"></script>
<!-- CSS Sources -->
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/transformation.css">
<link href="https://cdn.bootcss.com/font-awesome/5.8.0/css/all.css" rel="stylesheet" />
<script src="css/OwlCarousel/owl.carousel.min.js"></script>
<link rel="stylesheet" href="css/OwlCarousel/assets/owl.carousel.min.css" />
<link rel="stylesheet" href="css/OwlCarousel/assets/owl.theme.default.min.css" />
<!-- Bootstraps -->
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<script>
$('#loading').fadeToggle(10);
</script>
<header class="hero">
<div class="container">
<div class="col-md-6 col-md-offset-6 col-xs-12">
<nav>
<ul class="main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="Timeline.html">Timeline</a></li>
<li><a href="Pics.html">Pics</a></li>
<li><a href="About.html">About</a></li>
</ul>
</nav>
<div class="search-box">
<input class="search-txt" type="text" placeholder="Type to search" />
<a class="search-btn" href="#">
<i class="fas fa-search"></i>
</a>
</div>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
</div>
<div class="container-fluid">
<div class="bg-sheet">
<p class="bg-title text-center bounceInRight">About</p>
</div>
</div>
</div>
</header>
<section class="case-study">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-heading">About us</h4>
<h1 class="heading pink">
<span class="pink">开发者</span>
<br>
From SAST
</h1>
<br>
<div class="inner-width">
<div class="border"></div>
<div class="sliders owl-carousel">
<div class="testimonial">
<div class="test-info">
<img class="test-pic" src="img/p/zlh.jpg" alt="" />
<div class="test-name">
<span>张凌豪</span>
@Zhanglinghao
</div>
</div>
<p>
QQ:1395689061
</p>
<p>
Wechat: zhangczssxlh
</p>
<p>
Blog: ZLHad.github.io
</p>
<p>
Github:https://github.com/ZLHad
</p>
<p>
E-mail: [email protected]
</p>
</div>
<div class="testimonial">
<div class="test-info">
<img class="test-pic" src="img/p/cyt.jpg" alt="" />
<div class="test-name">
<span>陈雨瞳</span>
@Chenyutong
</div>
</div>
<p>
QQ:296932425
</p>
<p>
wechat: cyt3201
</p>
<p>
E-mail: [email protected]
</p>
<br>
<br>
<br>
<br>
</div>
<div class="testimonial">
<div class="test-info">
<img class="test-pic" src="img/p/gkz.jpg" alt="" />
<div class="test-name">
<span>郭开智</span>
@Guokaizhi
</div>
</div>
<p>
QQ: 1781606694
</p>
<p>
E-mail: [email protected]
</p>
<p>
bilibili uid: 620585
</p>
<br>
<br>
<br>
<br>
</div>
<div class="testimonial">
<div class="test-info">
<img class="test-pic" src="../images/头像4.jpg" alt="" />
<div class="test-name">
<span>等你来合作~</span>
@You
</div>
</div>
<p>
可以联系我们!
</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script>
$('.owl-carousel').owlCarousel({
margin: 10,
responsiveClass: true,
responsive: {
0: {
items: 1
},
680: {
items: 2
},
960: {
items: 3
}
}
})
</script>
<!-- Bootom -->
<footer>
<div class="container-fluid">
<div class="row footer">
<div class="col-md-12 text-center">
<p>Copyright © 2020 ZhangLinghao All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- GLOBAL CORE SCRIPTS -->
<script src="js/jquery-3.2.1.min.js"></script>
</body>
</html>