๐Ÿ“ฆ L-Sun / igem-lanzhou2017

๐Ÿ“„ medal.html ยท 267 lines
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<!DOCTYPE html>
<html lang="en" class="mdc-typography">
<head>
	<meta charset="UTF-8">
	<title>Lanzhou</title>
	<meta name="HandheldFriendly" content="True">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<link rel="stylesheet" href="material-components-web/dist/material-components-web.css">
	<link rel="stylesheet" href="css/Material_Icons.css">
	<link rel="stylesheet" href="css/main.css">
	<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">

	<script src="material-components-web/dist/material-components-web.js"></script>
	<script src="js/jquery.min.js"></script>
	<script>window.mdc.autoInit()</script>
	<script src="js/main.js"></script>
</head>
<body class="page">
	<header class="mdc-toolbar mdc-toolbar--fixed">
		<div class="mdc-toolbar__row">
			<section class="mdc-toolbar__section mdc-toolbar__section--align-start">
				<button class="menu material-icons mdc-toolbar__icon--menu mdc-ripple-surface">menu</button>
				<span class="mdc-toolbar__title">Lanzhou2017</span>
			</section>
		</div>
	</header>

	<aside class="mdc-temporary-drawer">
		<div class="mdc-temporary-drawer__drawer">
			<header class="mdc-temporary-drawer__header">
				<div class="mdc-temporary-drawer__header-content mdc-theme--primary-bg mdc-theme--text-primaryon-primary">
					<img class="logo" src="image/logo.jpg" alt="Lanzhou 2017">
					<div class="logo-name">Lanzhou 2017</div class="logo-name">
				</div>
			</header>
			<nav class="mdc-temporary-drawer__content mdc-list-group">
				<a href="" class="mdc-list-item mdc-ripple-surface">
					<i class="material-icons mdc-list-item__start-detail" >home</i>
					Home
				</a>
				<a href="project.html" class="mdc-list-item mdc-ripple-surface">
					<i class="material-icons mdc-list-item__start-detail">local_florist</i>
					Project
					<i class="material-icons multi-nav-icon">keyboard_arrow_down</i>
				</a>
				<nav class="mdc-temporary-drawer__content mdc-list-group sub-nav">
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Bacground
					</a>
					<a href="design.html" class="mdc-list-item mdc-ripple-surface">
						Design
					</a>
					<a href="application.html" class="mdc-list-item mdc-ripple-surface">
						Application
					</a>
					<a href="safety.html" class="mdc-list-item mdc-ripple-surface">
						Safety
					</a>
					<a href="results.html" class="mdc-list-item mdc-ripple-surface">
						results
					</a>
				</nav>
				<a href="" class="mdc-list-item mdc-ripple-surface">
					<i style="font-size: 24px;" class="fa fa-flask material-icons mdc-list-item__start-detail"></i>
					Wet Lab
					<i class="material-icons multi-nav-icon">keyboard_arrow_down</i>
				</a>
				<nav class="mdc-temporary-drawer__content mdc-list-group sub-nav">
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Notebook
					</a>
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Protocols
					</a>
				</nav>
				<a href="" class="mdc-list-item mdc-ripple-surface">
					<i style="font-size: 24px;" class="fa fa-cube material-icons mdc-list-item__start-detail"></i>
					Modelling
				</a>
				<a href="" class="mdc-list-item mdc-ripple-surface">
					<i class="material-icons mdc-list-item__start-detail">face</i>
					Human Pratice
					<i class="material-icons multi-nav-icon">keyboard_arrow_down</i>
				</a>
				<nav class="mdc-temporary-drawer__content mdc-list-group sub-nav">
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Education
					</a>
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Public engagement
					</a>
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Consulting
					</a>
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Questionnaire  
					</a>
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Handbook
					</a>
				</nav>
				<a href="" class="mdc-list-item mdc-ripple-surface">
					<i class="material-icons mdc-list-item__start-detail">group</i>
					Team
					<i class="material-icons multi-nav-icon">keyboard_arrow_down</i>
				</a>
				<nav class="mdc-temporary-drawer__content mdc-list-group sub-nav">
					<a href="" class="mdc-list-item mdc-ripple-surface">
						About us
					</a>
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Attributions
					</a>
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Collaborations & Meet up
					</a>
				</nav>
				<a href="" class="mdc-list-item mdc-ripple-surface">
					<i class="material-icons mdc-list-item__start-detail">star</i>
					Achievements
					<i class="material-icons multi-nav-icon">keyboard_arrow_down</i>
				</a>
				<nav class="mdc-temporary-drawer__content mdc-list-group sub-nav">
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Parts
					</a>
					<a href="interlab.html" class="mdc-list-item mdc-ripple-surface">
						Interlab
					</a>
					<a href="" class="mdc-list-item mdc-ripple-surface">
						Medal requirements 
					</a>
				</nav>
			</nav>
		</div>
	</aside>

	<div class="page__header" style="background-position: center; background-size: cover;">
		<h1 class="mdc-typography--display2"></h1>
	</div>

	<script>
		$('.page__header').css('background-image', 'url(http://2017.igem.org/wiki/images/2/24/Lanzhou_wiki_Header_background.jpg)');
		$('.page__header h1').text('Medal');
		let index = [6, 2];
		let nav_list_item = $('.mdc-temporary-drawer__content:not(".sub-nav")').children('.mdc-list-item');
		$(nav_list_item[index[0]]).children('.material-icons').eq(0).addClass('mdc-list-item__start-detail-color');
		$(nav_list_item[index[0]]).next().find('.mdc-list-item').eq(index[1]).css('color', '#ff4081');
	</script>

	<main class="page__content">
		<div class="mdc-layout-grid">
			<div class="mdc-layout-grid__inner medal">
				<div class="mdc-layout-grid__cell">
					<img src="http://2017.igem.org/wiki/images/0/0f/Lanzhou_wiki_Medal_Bronze.svg" alt="">
					<h1 class="mdc-typography--headline">Bronze</h1>
					<ul>
						<li>
							Registered the team, had a great summer.
						</li>
						<li>
							Completed our team wiki.
						</li>
						<li>
							Completed the Attributions page. <a href="http://2017.igem.org/Team:Lanzhou/Attributions">Click here.</a>
						</li>
						<li>
							Plan to design a poster and make a presentation at the Giant Jamboree.
						</li>
						<li>
							Completed the Safety Forms.
						</li>
						<li>
							Completed the Judging Form.
						</li>
						<li>
							Completed the Part pages and submitted our part samples to Registry.
						</li>
						<li>
							Finished Interlab work <a href="http://2017.igem.org/Team:Lanzhou/InterLab">Click here.</a>
						</li>
					</ul>
				</div>
				<div class="mdc-layout-grid__cell">
					<img src="http://2017.igem.org/wiki/images/b/ba/Lanzhou_wiki_Medal_Gold.svg" alt="">
					<h1 class="mdc-typography--headline">Gold</h1>
					<ul>
						<li>
							Integrated the investigated issues into the design and execution of our project.
							<a href="http://2017.igem.org/Team:Lanzhou/HP/Gold_Integrated">Click here.</a>
						</li>
						<li>Improved the function of an existing BioBrick Part. Part number(s): BBa_K2377009, BBa_K23770014</li>
						<li>
							We set up three models as a direction to our project.
							<a href="http://2017.igem.org/Team:Lanzhou/Model">Click here.</a>
						</li>
						<li>
							Our project worked under the realistic conditions. 
							<a href="http://2017.igem.org/Team:Lanzhou/Demonstrate">Click here.</a>
						</li>
					</ul>
				</div>
				<div class="mdc-layout-grid__cell">
					<img src="http://2017.igem.org/wiki/images/9/98/Lanzhou_wiki_Medal_Silver.svg" alt="">
					<h1 class="mdc-typography--headline">Silver</h1>
					<ul>
						<li>
							Designed at least one new standard BioBrick Part that is central to our project and submitted these part to the iGEM Registry. Part Number(s):
							<ul>
								<li>BBa_K2377004</li>
								<li>BBa_K2377005</li>
								<li>BBa_K2377006</li>
								<li>BBa_K2377007</li>
								<li>BBa_K2377008</li>
							</ul>
						</li>
						<li>
							Collaboration with other iGEM teams. <a href="http://2017.igem.org/Team:Lanzhou/Collaborations"></a>
						</li>
						<li>
							Human Practice-silver:Thought carefully and creatively about whether our work was safe, responsible and good for the world.
							<a href="http://2017.igem.org/Team:Lanzhou/HP/Silver">HP Click here</a> or 
							<a href="http://2017.igem.org/Team:Lanzhou/Safety">Safety Click here.</a>
						</li>
					</ul>
				</div>
			</div>
		</div>
	</main>
	
	<footer class="footer">
		<div class="footer__content">
			<div class="footer__title">Lanzhou 2017</div>
			<div class="footer__container">
				<div class="footer__logo">
					<a href="http://www.lzu.edu.cn"><img height="100px" src="image/sponsors/LZU.png"></a>
					<a href="http://lifesc.lzu.edu.cn/"><img class="no_maskeed" height="118px" style="margin-left: 24px" src="image/sponsors/LZU_bio.png"></a>
				</div>
				<div class="footer__sponsors">
					<a href="http://www.agilent.com"><img height="100px" src="image/sponsors/Agilent.png"></a>
					<a href="https://www.genscript.com/"><img height="100px" src="image/sponsors/GenScript.png"></a>
					<a href="https://www.idtdna.com/"><img height="80px" src="image/sponsors/IDT.png"></a>
				</div>
			</div>
			<ul class="footer__links">
				<li>
					<a href="" class="footer__link">About Lanzhou 2017</a>
				</li>
				<!-- ้œ€่ฆๆ”นๅŠจ -->
				<li>
					<a href="" class="footer__link">copyright</a>
				</li>
				<li class="footer__link-container--right">
					<a href="http://lawliet.pw" class="footer__link">
						<span class="footer__made-with-desktop">Made by L. with Material Components for the web</span>
						<span class="footer__made-with-mobile">Made by L.</span>
					</a>
				</li>
			</ul>
		</div>
	</footer>
	<button id="to-top" class="mdc-fab mdc-ripple-surface material-icons" aria-label="Favorite">
		<span class="mdc-fab__icon">keyboard_arrow_up</span>
	</button>
</body>
</html>