-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmember.html
334 lines (317 loc) · 12.3 KB
/
member.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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 引入css -->
<link rel="stylesheet" href="css/style.css" />
<!-- <link rel="stylesheet" href="css/before_engineering.css" /> -->
<link rel="stylesheet" href="icon/menu/iconfont.css">
<script src="js/jquery.js"></script>
<title>Member</title>
</head>
<style>
@font-face {
font-family: "Moon";
src: url("font/MoonTypeFreeDemo-gwjr5.otf");
}
@font-face {
font-family: "Milane";
src: url("font/MilanelloFree-51Lwv.otf");
}
@font-face {
font-family: "Tirto";
src: url("font/TirtoWritterRegular-Eajrl.ttf");
}
@font-face {
font-family: 'iconfont';
src: url('iconfont.ttf?t=1708579574327') format('truetype');
}
.title {
color: #546ca4;
right: 10%;
position: absolute;
top: 38%;
font-size: 120px;
font-family: "Milane";
text-align: right;
}
.item {
position: relative;
width: 90%;
margin: auto;
background-color: azure;
display: flex;
flex-direction: column;
}
.item_1 {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.item_2 {
width: 15%;
margin: 20px;
background-color: white;
padding: 20px;
border-radius: 5%;
position: relative;
display: flex;
flex-direction: column;
border-bottom: 3px solid transparent;
/* justify-content: space-around; */
transition: 0.5s;
}
.item_2:hover {
border-bottom: 3px solid #546ca4;
transform: translateY(-3px);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}
.item_1 h2 {
font-size: 24px;
font-family: "Milane";
font-weight: 100;
padding: 3px;
margin-bottom: -10px;
transition: 0.5s;
}
.item_2:hover h2 {
transform: scale(1.1);
}
.item_1 span {
color: rgb(189, 188, 188);
padding: 3px;
}
.item_1 p {
font-size: 16px;
padding: 3px;
}
</style>
<body>
<div class="BOX">
<div class="TOP">
<div>
<p class="Level_1_heading">Project</p>
<a href="design.html" class="Secondary_headings">Design</a>
<a href="safety.html" class="Secondary_headings">Safety</a>
<a href="implementation.html" class="Secondary_headings">Implementation</a>
</div>
<div>
<p class="Level_1_heading">Wet Lab</p>
<a href="engineering.html" class="Secondary_headings">Engineering</a>
<a href="construction.html" class="Secondary_headings">Construction</a>
<a href="protocol.html" class="Secondary_headings">Protocol</a>
<a href="Parts.html" class="Secondary_headings">Parts</a>
</div>
<div>
<p class="Level_1_heading">Dry Lab</p>
<a href="hardware.html" class="Secondary_headings">Hardware</a>
<a href="software.html" class="Secondary_headings">Software</a>
<a href="Model.html" class="Secondary_headings">Model</a>
</div>
<div>
<p class="Level_1_heading">HP</p>
<a href="overview.html" class="Secondary_headings">Overview</a>
<a href="intergrated HP.html" class="Secondary_headings">Intergrated human practice</a>
<a href="education.html" class="Secondary_headings">Education</a>
<a href="entrepreneurship.html" class="Secondary_headings">Entrepreneurship</a>
</div>
<div>
<p class="Level_1_heading">Team</p>
<a href="member.html" class="Secondary_headings">Member</a>
<a href="attributions.html" class="Secondary_headings">Attributions</a>
<a href="contribution.html" class="Secondary_headings">Contribution</a>
</div>
</div>
<div class="top">
<img style="margin: 10px;margin-left: 5vw;" src="img/description/icon.png" id="iconclick">
<div class="caidan"></div>
</div>
<div class="banner" style="background-color: aliceblue;background-image: none;">
<h1 class="title">Member</h1>
</div>
<div class="item">
<div class="item_1">
<div class="item_2">
<div>
<h2>Yichen HE</h2>
<span>Wet Lab</span><br>
</div>
<div>
<p>Hi, I am a sophomore undergraduate student at the School of Biological Sciences at ZJU. My
hobbies
are
petting cats and reading books!
</p>
</div>
</div>
<div class="item_2">
<div>
<h2>Zhe SU</h2>
<span>Wet Lab</span><br>
</div>
<div>
<p>
Hello,I'm Su Zhe, a medical student with a keen interest in synthetic biology, hoping to
contribute
to
the field in my own way.
</p>
</div>
</div>
<div class="item_2">
<div>
<h2>Chenchen HUANG</h2>
<span>Wet Lab - HP</span><br>
</div>
<div>
<p>hello everyone I am Huang Chenchen, a dreamy little girl who loves to sleep, hopes that
working
at hp
can
make a difference in the world</p>
</div>
</div>
<div class="item_2">
<div>
<h2>Jiawei WANG</h2>
<span>Wet Lab</span><br>
</div>
<div>
<p>Hello everyone I am Wang Jiawei. An enthusiastic fan of Super Eco,the eternal newcomer to
Synthetic
Biology.</p>
</div>
</div>
<div class="item_2">
<div>
<h2>Ruijie ZHAO</h2>
<span>Wet Lab</span><br>
</div>
<div>
<p>Hello everyone. I am Zhao Ruijie. And I have a great interest in synthetic biology, hoping to
to
use
it
to make some contributions to the medical field</p>
</div>
</div>
</div>
<div class="item_1">
<div class="item_2">
<h2>Yiwei YANG</h2>
<span>Dry Lab - Wiki</span><br>
<p>
Hi, this is Yiwei Yang from Zhejiang University. I am very interested in html programming, and
I'm happy to gain
the opportunity to get involved in this project.
</p>
</div>
<div class="item_2">
<h2>Bowei HUANG</h2>
<span>Dry Lab - Model</span><br>
<p>
Hello, I am Huang Bowei,I believe that through the lens of mathematics, we can find the
blueprint for life, transforming abstract models into tangible breakthroughs in synthetic
biology
</p>
</div>
<div class="item_2">
<h2>Binyu YANG</h2>
<span>Dry Lab - Visualization</span><br>
<p>
Hello, I am Huang Bowei,I believe that through the lens of mathematics, we can find the
blueprint for life, transforming abstract models into tangible breakthroughs in synthetic
biology
</p>
</div>
<div class="item_2">
<h2>Zehua QIN</h2>
<span>Wet Lab</span><br>
<p>
Hello, I am Huang Bowei,I believe that through the lens of mathematics, we can find the
blueprint for life, transforming abstract models into tangible breakthroughs in synthetic
biology
</p>
</div>
</div>
<div class="item_1">
<div class="item_2">
<div>
<h2>Zhenyu HU</h2>
<span>Wet Lab</span><br>
</div>
<div>
<p>Hello, I am Hu Zhenyu. I was new to synthetic biology, but I fell in love with the thrill of
creation.
</p>
</div>
</div>
<div class="item_2">
<div>
<h2>Hengxi ZHANG</h2>
<span>Wet Lab</span><br>
</div>
<div>
<p>
Hi,I am Zhang hengxi,and I hope to use biology through my own efforts to reduce some human
pain.
</p>
</div>
</div>
<div class="item_2">
<div>
<h2>Xinyi HUANG</h2>
<span>Wet Lab</span><br>
</div>
<div>
<p>
Hi, I am Huang Xinyi. I dream of traveling around the world and making contributions to
human
health.
</p>
</div>
</div>
<div class="item_2">
<div>
<h2>Hongchen Fu</h2>
<span>Dry Lab - Hardware</span><br>
</div>
<div>
<p>Hello everyone, I am Fu Hongchen, an embedded hardware and programming enthusiast from ZJU. I
believed
that IT can be a good complement to biotechnology, so that is why I am here and why I become
the
hardwave designer in the team.</p>
</div>
</div>
<div class="item_2">
<div>
<h2>Liting ZHANG</h2>
<span>Wet Lab</span><br>
</div>
<div>
<p>
Hi, I am Zhang Liting, a soybean milk rice hemp potato girl. I hope that through exploration
and
research in the temple of synthetic biology collision of mystery!
</p>
</div>
</div>
</div>
</div>
<div style="width: 100%;height: 10vh;background-color: azure;"></div>
</div>
</body>
<script>
$(function () {
$('.caidan').click(function () {
$('.TOP').toggleClass('TOP-active')
$('.caidan').toggleClass('caidan-active')
})
})
$("#iconclick").click(function () {
location.href = 'index.html'
})
</script>
</html>