-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (249 loc) · 10.8 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
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
<!doctype html>
<html class="no-js" 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>EMBL Grid test</title>
<link rel="stylesheet" href="https://embl-design-language.github.io/Framework-for-Websites/css/embl-design-language-full.css">
<link rel="stylesheet" href="https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.3/fonts.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body class="show-grid-x">
<div data-sticky-container>
<div class="global-masthead" data-sticky data-margin-top="0">
<div class="grid-container">
<div class="row global-navigation">
<div class="large-3 columns">
<span class="where"><a href="https://embl.de">Heidelberg</a></span>
<span class="what"><a href="#">Training</a></span>
</div>
<div class="large-9 columns text-right">Research Services Training Jobs About Us <i class="icon icon-common icon-search"></i>
<a href="#" class="embl-logo"></a>
</div>
</div>
</div>
</div>
</div>
<div class="grid-container">
<div class="main-content-area" id="main-content-area">
<div class="row">
<div class="large-12 columns">
<h1 class="margin-left-small intro">Training</h1>
<p class="margin-left-medium lead">Sample showing the header for the <a href="#">EMBL training section</a>.</p>
<p class="margin-left-medium">
This is a rough concept that illustrates that:
<ol class="padding-left-small">
<li>That a structured "box" layout is plausable.
<li>A plausable hirearchy that echoes the print design: EMBL > site (who) > activity (what)
<li>How structure can be maintained as the user scrolls
<li>Role of colour and poteintal contrast issues
</ol>
</p>
</div>
</div>
<div class="row show-grid">
<div class="large-12 columns">
<div class="row">
<div class="columns margin-top-xlarge margin-bottom-large">
<h2 class="margin-top-medium">Training goals</h2>
</div>
</div>
</div>
</div>
<div class="row large-collapse">
<div class="large-3 columns">
<div style="background-image: url(images/cells.jpg);background-size: cover; min-height: 30rem;background-repeat: no-repeat;">
</div>
</div>
<div class="large-6 columns">
<div class="row medium-up-2 large-collapse">
<div class="gray-box columns" style="min-height: 15rem;"><p>Content here</p></div>
<div class="gray-box columns" style="min-height: 15rem;"><p>Content here</p></div>
<div class="gray-box columns" style="min-height: 15rem;"><p>Content here</p></div>
<div class="gray-box columns" style="min-height: 15rem;"><p>Content here</p></div>
</div>
</div>
<div class="large-3 columns">
<div class="row large-collapse">
<div class="gray-box columns" style="min-height: 30rem;"><p>Inspiring and educating about the complexity and beauty of life</p></div>
</div>
</div>
</div>
<div class="row padding-top-xlarge show-grid">
<div class="large-12 columns"
style="background-image: url(images/cells.jpg);background-size: contain;min-height: 41rem;background-repeat: no-repeat;"
>
<div class="row">
<div class="columns margin-top-xlarge margin-bottom-large">
<h2 class="white-color large-push-1 margin-top-medium">Agenda</h2>
</div>
</div>
<div class="row">
<div class="medium-up-5 large-push-1 large-10 button-grid" data-equalizer data-equalize-on="large" id="test-eq">
<div class="column">
<div class="white-transparent-background inner column margin-bottom-large" data-equalizer-watch>
<span class="badge">1</span>
<p>What is EMBL?</p>
</div>
</div>
<div class="column">
<div class="white-transparent-background inner column margin-bottom-large" data-equalizer-watch>
<span class="badge">2</span>
<p>Research</p>
</div>
</div>
<div class="column">
<div class="white-transparent-background inner column margin-bottom-large" data-equalizer-watch>
<span class="badge">#</span>
<p>Services</p>
</div>
</div>
<div class="column">
<div class="white-transparent-background inner column margin-bottom-large" data-equalizer-watch>
<span class="badge">#</span>
<p>Training</p>
</div>
</div>
<div class="column">
<div class="x-white-transparent-background inner column margin-bottom-large" data-equalizer-watch>
</div>
</div>
<div class="column">
<div class="x-white-transparent-background inner column margin-bottom-large" data-equalizer-watch>
<p></p>
</div>
</div>
<div class="column">
<div class="white-transparent-background inner column margin-bottom-large" data-equalizer-watch>
<span class="badge">#</span>
<p>Technology development and transfer</p>
</div>
</div>
<div class="column">
<div class="white-transparent-background inner column margin-bottom-large" data-equalizer-watch>
<span class="badge">#</span>
<p>Integration of European life sciences</p>
</div>
</div>
<div class="column">
<div class="white-transparent-background inner column" data-equalizer-watch>
<span class="badge">#</span>
<p>Working at EMBL</p>
</div>
</div>
<div class="column">
<div class="white-transparent-background inner column" data-equalizer-watch>
<span class="badge">#</span>
<p>Institutional information</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="show-grid">
<div class="row">
<div class="large-1 columns">
<p>1 column</p>
</div>
<div class="large-2 columns">
<p>2 columns</p>
</div>
<div class="large-3 columns">
<p>3 columns</p>
</div>
<div class="large-4 columns">
<p>4 columns</p>
</div>
</div>
<div class="row">
<div class="large-5 columns">
<p>5 columns</p>
</div>
</div>
<div class="row">
<div class="large-6 columns">
<p>6 columns</p>
</div>
</div>
<div class="row">
<div class="large-7 columns">
<p>7 columns</p>
</div>
</div>
<div class="row">
<div class="large-8 columns">
<p>8 columns</p>
</div>
</div>
<div class="row">
<div class="large-9 columns">
<p>9 columns</p>
</div>
</div>
<div class="row">
<div class="large-10 columns">
<p>10 columns</p>
</div>
</div>
<div class="row">
<div class="large-11 columns">
<p>11 columns</p>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<p class="">This file is a contact sheet to see the very basics of the EMBL Design Language framework, for full guidance on using it, <a class="readmore" href="https://embl-design-language.github.io/Springboard/">head to the Springboard</a></p>
<p>Here is a readout of some basic styles:</p>
<hr/>
<h1 class="intro">A huge 'h1.intro' header.</h1>
<h1>h1. This is a very large header.</h1>
<h2>h2. This is a large header.</h2>
<h3>h3. This is a medium header.</h3>
<h4>h4. This is a moderate header.</h4>
<h5>h5. This is a small header.</h5>
<h6>h6. This is a tiny header.</h6>
<ul>
<li>List item with a much longer description or more content.</li>
<li>List item
<ul>
<li>Nested list item</li>
<li>Nested list item</li>
<li>Nested list item</li>
</ul>
</li>
<li>List item</li>
<li>List item</li>
</ul>
<ol>
<li>Cheese (essential)</li>
<ol>
<li>Normal bacon</li>
<li>Canadian bacon</li>
</ol>
</li>
<li>Mushrooms</li>
</ol>
<dl>
<dt>Time</dt>
<dd>The indefinite continued progress of existence and events in the past, present, and future regarded as a whole.</dd>
<dt>Space</dt>
<dd>A continuous area or expanse that is free, available, or unoccupied.</dd>
<dd>The dimensions of height, depth, and width within which all things exist and move.</dd>
</dl>
<blockquote>
Those people who think they know everything are a great annoyance to those of us who do.
<cite>Isaac Asimov</cite>
</blockquote>
</div>
</div>
</div>
</div>
<script src="https://embl-design-language.github.io/Framework-for-Websites/bower_components/jquery/dist/jquery.js"></script>
<script src="https://embl-design-language.github.io/Framework-for-Websites/bower_components/what-input/dist/what-input.js"></script>
<script src="https://embl-design-language.github.io/Framework-for-Websites/bower_components/foundation-sites/dist/js/foundation.js"></script>
<script src="https://embl-design-language.github.io/Framework-for-Websites/js/embl-design-language-framework.js"></script>
</body>
</html>