-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
605 lines (582 loc) · 34.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
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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>UI Style Guide || lequetzal </title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!--[if IE ]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<!-- HTML5 Shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- CSS -->
<!--link rel="stylesheet" href="assets/css/style.css"-->
<link rel="stylesheet" href="assets/css/app.css">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css" />
<!--script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<script src="assets/js/app.js"></script>
<!--https://docs.adobe.com/docs/en/cq/5-6-1/touch-ui/coral-ui/-->
</head>
<body>
<div class="container">
<section class="wrap row">
<header class="col-4" id="header" role="header">
<!--h1>
<a href="#" title="LeQuetzal Styleguide">
<span>LeQuetzal UI Style Guide</span></a>
</h1>
<h2>Basic elements</h2-->
<nav role="navigation">
<ul class="side-nav">
<li class="heading"><a href="index.html">Intro</a>
<ul>
<li><a href="#">Outline</a></li>
<li><a href="#">Vision</a></li>
</ul>
</li>
<li class="heading active"><a href="">Basic UI</a>
<ul>
<li><a href="" title="" class="">Color Swatches</a></li>
<li><a href="" title="" class="">Typography</a></li>
<li><a href="" title="" class="">Iconography</a></li>
<li><a href="" title="" class="">Buttons</a></li>
<li><a href="" title="" class="">Forms</a></li>
</ul>
</li>
<li class="heading"><a href="">Components</a>
<ul>
<li><a href="" title="" class="">navigation</a></li>
<li><a href="" title="" class="">tabs</a></li>
<li><a href="" title="" class="">images</a></li>
</ul>
</li>
<li class="heading"><a href="#">Assets</a>
<ul>
<li><a href="#brandelements">Brand Elements</a></li>
<li><a href="#imagery">Imagery</a></li>
</ul>
</li>
<li class="heading"><a href="#">Voice & Tone</a></li>
</ul>
</nav>
</header>
<main class="col-8" id="main" role="main">
<article class="color">
<h4 class="section-title">Color Pallette <span>01</span></h4>
<div class="">
<div class="color-schemes-prim">
<h5>Primary and accents colors</h5>
<ul class="palette">
<li class="color primary"><span class="variants"></span></li>
<li class="color accent"><span class="variants"></span></li>
<li class="color secondary"><span class="variants"></span></li>
<li class="color foreground"><span class="variants"></span></li>
<li class="color background"><span class="variants"></span></li>
</ul>
</div>
</div>
</article>
<article class="typography">
<h4 class="section-title">Font Family <span>02a</span></h4>
<div class="panel">
<h5>Heading Font</h5>
<dl>
<dt>Font Family:</dt>
<dd>Avenir Next</dd>
<dt>Style:</dt>
<dd>Regular <br/> Bold</dd>
</dl>
<h1>Aa <span>Avenir Next</span></h1>
</div>
<!--h1>Avenir Next</h1>
<ul>
<li class="tg_title"><span>Title</span> Bold 72px</li>
<li class="tg_subheader"><span>Subheader</span> Regular 32px</li>
<li class="tg_menu"><span>Body 2/Menu</span> Medium 16px</li>
<li class="tg_body"><span>Body 1</span> Regular 15px</li>
<li class="tg_caption"><span>Caption</span>Regular 12px</li>
<li class="tg_button"><span>Button</span> Medium 13-16px</li>
</ul-->
</article>
<article class="typograpy">
<h4 class="section-title">Typography <span>02b</span></h4>
<div class="panel">
<h5>Heading 1</h5>
<dl>
<dt>Font Family:</dt>
<dd>Avenir Next</dd>
<dt>Font size:</dt>
<dd>36px</dd>
</dl>
<div class="page title">The quick brown fox jumps over the lazy dog</div>
</div>
<div class="panel">
<h5>Heading 2</h5>
<dl>
<dt>Font Family:</dt>
<dd>Avenir Next</dd>
<dt>Font size:</dt>
<dd>30px</dd>
</dl>
<div class="section title">The quick brown fox jumps over the lazy dog</div>
</div>
<div class="panel">
<h5>Heading 3</h5>
<dl>
<dt>Font Family:</dt>
<dd>Avenir Next</dd>
<dt>Font size:</dt>
<dd>24px</dd>
</dl>
<div class="subsection title">The quick brown fox jumps over the lazy dog</div>
</div>
<div class="panel">
<h5>Subtitle</h5>
<dl>
<dt>Font Family:</dt>
<dd>Avenir Next</dd>
<dt>Font size:</dt>
<dd>16px</dd>
</dl>
<div class="menu title">The quick brown fox jumps over the lazy dog</div>
</div>
<div class="panel">
<h5>Body</h5>
<dl>
<dt>Font Family:</dt>
<dd>Avenir Next</dd>
<dt>Font size:</dt>
<dd>16px</dd>
</dl>
<p class="title">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ipsum eu enim rhoncus pellentesque. Pellentesque dignissim pellentesque erat ut ultrices. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis eget sem vitae nibh tempor convallis eu sed eros. Aenean sit amet finibus est. Aliquam felis est, vehicula eget enim a, imperdiet commodo eros.</p>
</div>
</article>
<article class="icons">
<h4 class="section-title">Iconography <span>03</span></h4>
<div class="panel">
<span aria-hidden="true" class="icon-mobile"></span>
<span aria-hidden="true" class="icon-laptop"></span>
<span aria-hidden="true" class="icon-desktop"></span>
<span aria-hidden="true" class="icon-tablet"></span>
<span aria-hidden="true" class="icon-phone"></span>
<span aria-hidden="true" class="icon-document"></span>
<span aria-hidden="true" class="icon-documents"></span>
<span aria-hidden="true" class="icon-search"></span>
<span aria-hidden="true" class="icon-clipboard"></span>
<span aria-hidden="true" class="icon-newspaper"></span>
<span aria-hidden="true" class="icon-notebook"></span>
<span aria-hidden="true" class="icon-book-open"></span>
<span aria-hidden="true" class="icon-browser"></span>
<span aria-hidden="true" class="icon-calendar"></span>
<span aria-hidden="true" class="icon-presentation"></span>
<span aria-hidden="true" class="icon-picture"></span>
<span aria-hidden="true" class="icon-pictures"></span>
<span aria-hidden="true" class="icon-video"></span>
<span aria-hidden="true" class="icon-camera"></span>
<span aria-hidden="true" class="icon-printer"></span>
<span aria-hidden="true" class="icon-toolbox"></span>
<span aria-hidden="true" class="icon-briefcase"></span>
<span aria-hidden="true" class="icon-wallet"></span>
<span aria-hidden="true" class="icon-gift"></span>
<span aria-hidden="true" class="icon-bargraph"></span>
<span aria-hidden="true" class="icon-grid"></span>
<span aria-hidden="true" class="icon-expand"></span>
<span aria-hidden="true" class="icon-focus"></span>
<span aria-hidden="true" class="icon-edit"></span>
<span aria-hidden="true" class="icon-adjustments"></span>
<span aria-hidden="true" class="icon-ribbon"></span>
<span aria-hidden="true" class="icon-hourglass"></span>
<span aria-hidden="true" class="icon-lock"></span>
<span aria-hidden="true" class="icon-megaphone"></span>
<span aria-hidden="true" class="icon-shield"></span>
<span aria-hidden="true" class="icon-trophy"></span>
<span aria-hidden="true" class="icon-flag"></span>
<span aria-hidden="true" class="icon-map"></span>
<span aria-hidden="true" class="icon-puzzle"></span>
<span aria-hidden="true" class="icon-basket"></span>
<span aria-hidden="true" class="icon-envelope"></span>
<span aria-hidden="true" class="icon-streetsign"></span>
<span aria-hidden="true" class="icon-telescope"></span>
<span aria-hidden="true" class="icon-gears"></span>
<span aria-hidden="true" class="icon-key"></span>
<span aria-hidden="true" class="icon-paperclip"></span>
<span aria-hidden="true" class="icon-attachment"></span>
<span aria-hidden="true" class="icon-pricetags"></span>
<span aria-hidden="true" class="icon-lightbulb"></span>
<span aria-hidden="true" class="icon-layers"></span>
<span aria-hidden="true" class="icon-pencil"></span>
<span aria-hidden="true" class="icon-tools"></span>
<span aria-hidden="true" class="icon-tools-2"></span>
<span aria-hidden="true" class="icon-scissors"></span>
<span aria-hidden="true" class="icon-paintbrush"></span>
<span aria-hidden="true" class="icon-magnifying-glass"></span>
<span aria-hidden="true" class="icon-circle-compass"></span>
<span aria-hidden="true" class="icon-linegraph"></span>
<span aria-hidden="true" class="icon-mic"></span>
<span aria-hidden="true" class="icon-strategy"></span>
<span aria-hidden="true" class="icon-beaker"></span>
<span aria-hidden="true" class="icon-caution"></span>
<span aria-hidden="true" class="icon-recycle"></span>
<span aria-hidden="true" class="icon-anchor"></span>
<span aria-hidden="true" class="icon-profile-male"></span>
<span aria-hidden="true" class="icon-profile-female"></span>
<span aria-hidden="true" class="icon-bike"></span>
<span aria-hidden="true" class="icon-wine"></span>
<span aria-hidden="true" class="icon-hotairballoon"></span>
<span aria-hidden="true" class="icon-globe"></span>
<span aria-hidden="true" class="icon-genius"></span>
<span aria-hidden="true" class="icon-map-pin"></span>
<span aria-hidden="true" class="icon-dial"></span>
<span aria-hidden="true" class="icon-chat"></span>
<span aria-hidden="true" class="icon-heart"></span>
<span aria-hidden="true" class="icon-cloud"></span>
<span aria-hidden="true" class="icon-upload"></span>
<span aria-hidden="true" class="icon-download"></span>
<span aria-hidden="true" class="icon-target"></span>
<span aria-hidden="true" class="icon-hazardous"></span>
<span aria-hidden="true" class="icon-piechart"></span>
<span aria-hidden="true" class="icon-speedometer"></span>
<span aria-hidden="true" class="icon-global"></span>
<span aria-hidden="true" class="icon-compass"></span>
<span aria-hidden="true" class="icon-lifesaver"></span>
<span aria-hidden="true" class="icon-clock"></span>
<span aria-hidden="true" class="icon-aperture"></span>
<span aria-hidden="true" class="icon-quote"></span>
<span aria-hidden="true" class="icon-scope"></span>
<span aria-hidden="true" class="icon-alarmclock"></span>
<span aria-hidden="true" class="icon-refresh"></span>
<span aria-hidden="true" class="icon-happy"></span>
<span aria-hidden="true" class="icon-sad"></span>
<span aria-hidden="true" class="icon-facebook"></span>
<span aria-hidden="true" class="icon-twitter"></span>
<span aria-hidden="true" class="icon-googleplus"></span>
<span aria-hidden="true" class="icon-rss"></span>
<span aria-hidden="true" class="icon-tumblr"></span>
<span aria-hidden="true" class="icon-linkedin"></span>
<span aria-hidden="true" class="icon-dribbble"></span>
</div>
</article>
<article class="buttons">
<div class="col-6 left">
<h4 class="section-title">Buttons <span>04</span></h4>
<h2>Normal buttons</h2>
<button>Normal button</button>
<button class="primary">Primary</button>
<button class="warning">Warning</button>
<h2>Button groups, icon only</h2>
<div class="button-group">
<button><i class="icon-circle-compass"></i></button>
<button><i class="icon-presentation"></i></button>
<button><i class="icon-browser"></i></button>
</div>
<h2>Button groups, text only</h2>
<ul class="button-group">
<li><a class="button">Add</a></li>
<li><a class="button">Edit</a></li>
<li><a class="button">Delete</a></li>
<li class="dropdown"><a class="button"><span>user <i class="icon-profile-male"></i></span></a>
<ul id="dropFile" class="dropdown-menu">
<li><a href="#" class="">edit user</a></li>
<li><a href="#" class="">admin</a></li>
<li><a href="#" class="">logout</a></li>
</ul>
</li>
</ul>
<h2>Button groups, mixed</h2>
<div class="button-group">
<button><i class="icon-magnifying-glass"></i> search</button>
<button><i class="icon-camera"></i> Snapshot</button>
<button><i class="icon-download"></i> Download</button>
</div>
</div>
<div class="col-6 right">
<h4 class="section-title">Forms <span>05</span></h4>
<form method="post" action="#form" id="form">
<fieldset>
<legend>Default form layout</legend>
<div class="control-group">
<div class="input-layout">
<input type="text" class="floatLabel" id="username" name="username" placeholder="username" />
<label for="username">username</label>
</div>
</div>
<div class="control-group">
<div class="input-layout">
<input type="password" class="floatLabel" id="password" name="password" placeholder="password" />
<label for="password">password</label>
</div>
</div>
<div class="control-group">
<div class="input-layout">
<input type="text" id="dateRangePicker" name="dateRangePicker" value="MM/DD/YYYY" class="floatLabel datePicker" data-from-field="txtDateFrom" data-to-field="txtDateTo" />
<input type="hidden" id="txtDateFrom" value="" />
<input type="hidden" id="txtDateTo" value="" />
<!-- <label for="dateRangePicker">Meeting Date<i class="icon-calendar"></i> </label>-->
</div>
</div>
<div class="control-group">
<div class="input-layout">
<select name="select">
<option value="Option 1">Questions</option>
<option value="Option 2">Admiration</option>
<option value="Option 3">Can I get your number?</option>
</select>
<label for="select">Select reason for contacting</label>
</div>
</div>
<div class="control-group">
<div class="input-layout">
<div class="input-field">
<label for="radioa" class="input-control radio">
<input type="radio" id="radioa" name="radio" value="radio-value" />
<span class="input-control__indicator"></span> Radio 1
</label>
</div>
<div class="input-field">
<label for="radiob" class="input-control radio">
<input type="radio" id="radiob" name="radio" value="radio-value">
<span class="input-control__indicator"></span> Radio 2
</label>
</div>
</div>
</div>
<div class="control-group">
<div class="input-layout">
<div class="input-field">
<label for="optiona" class="input-control checkbox">
<input type="checkbox" id="optiona" name="option" />
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M10 10l80 80M90 10L10 90"/></svg>
checkbox A
</label>
</div>
<div class="input-field">
<label for="optionb" class="input-control checkbox">
<input type="checkbox" id="optionb" name="option" />
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M10 10l80 80M90 10L10 90"/></svg>
checkbox B
</label>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</article>
<article class="tables">
<h4 class="section-title">Tables <span>06</span></h4>
<div class="panel panel-default">
<table class="table">
<thead>
<tr>
<th>Client name</th>
<th>ID</th>
<th>Date</th>
<th>Value</th>
<th class="table-actions-column"></th>
</tr>
</thead>
<tbody>
<tr>
<td>Acme Inc.</td>
<td>1</td>
<td>December 10</td>
<td>€ 20.000</td>
<td class="table-actions-column">
<div class="button-group">
<a href="#" class="button"><i class="icon-recycle"></i></a>
<a href="#" class="button"><i class="icon-edit"></i></a>
</div>
</td>
</tr>
<tr>
<td>Something Inc.</td>
<td>2</td>
<td>December 11</td>
<td>€ 1.000</td>
<td class="table-actions-column">
<div class="button-group">
<a href="#" class="button"><i class="icon-recycle"></i></a>
<a href="#" class="button"><i class="icon-edit"></i></a>
</div>
</td>
</tr>
<tr>
<td>Something Inc.</td>
<td>3</td>
<td>December 12</td>
<td>€ 10.000</td>
<td class="table-actions-column">
<div class="button-group">
<a href="#" class="button"><i class="icon-recycle"></i></a>
<a href="#" class="button"><i class="icon-edit"></i></a>
</div>
</td>
</tr>
<tr>
<td>Acme Inc.</td>
<td>4</td>
<td>December 10</td>
<td>€ 20.000</td>
<td class="table-actions-column">
<div class="button-group">
<a href="#" class="button"><i class="icon-recycle"></i></a>
<a href="#" class="button"><i class="icon-edit"></i></a>
</div>
</td>
</tr>
<tr>
<td>Something Inc.</td>
<td>5</td>
<td>December 11</td>
<td>€ 1.000</td>
<td class="table-actions-column">
<div class="button-group">
<a href="#" class="button"><i class="icon-recycle"></i></a>
<a href="#" class="button"><i class="icon-edit"></i></a>
</div>
</td>
</tr>
<tr>
<td>Something Inc.</td>
<td>6</td>
<td>December 12</td>
<td>€ 10.000</td>
<td class="table-actions-column">
<div class="button-group">
<a href="#" class="button"><i class="icon-recycle"></i></a>
<a href="#" class="button"><i class="icon-edit"></i></a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="row">
<div class="col-6">
<div class="panel panel-default">
<table class="table">
<thead>
<th>Person</th>
<th>Calories</th>
<th>Fat</th>
<th>Protein</th>
</thead>
<tbody>
<tr>
<td>Delmar</td>
<td>36</td>
<td>36g</td>
<td>2g</td>
</tr>
<tr>
<td>Louise</td>
<td>24</td>
<td>24g</td>
<td>29g</td>
</tr>
<tr>
<td>Terrell</td>
<td>22</td>
<td>11g</td>
<td>9g</td>
</tr>
<tr>
<td>Marion</td>
<td>7</td>
<td>35g</td>
<td>3g</td>
</tr>
<tr>
<td>Clayton</td>
<td>7</td>
<td>38g</td>
<td>20g</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-6">
<div class="panel panel-default">
<table class="table">
<thead>
<th>Person</th>
<th>Calories</th>
<th>Fat</th>
<th>Protein</th>
</thead>
<tbody>
<tr>
<td>Delmar</td>
<td>36</td>
<td>36g</td>
<td>2g</td>
</tr>
<tr>
<td>Louise</td>
<td>24</td>
<td>24g</td>
<td>29g</td>
</tr>
<tr>
<td>Terrell</td>
<td>22</td>
<td>11g</td>
<td>9g</td>
</tr>
<tr>
<td>Marion</td>
<td>7</td>
<td>35g</td>
<td>3g</td>
</tr>
<tr>
<td>Clayton</td>
<td>7</td>
<td>38g</td>
<td>20g</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</article>
<article class="">
<h4></h4>
<div class="panel">
<h1>Far far away...</h1>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<h2>Even the all-powerful...</h2>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
<blockquote>
<p>The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.</p>
</blockquote>
<p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then she continued her way.</p>
<h3>On her way she met a copy</h3>
<ol>
<li>Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</li>
<li>A small river named Duden flows by their place and supplies it with the necessary regelialia.</li>
<li>And if she hasn’t been rewritten, then they are still using her.</li>
</ol>
<p>On her way she met a copy. The copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word "and" and the Little Blind Text should turn around and return to its own, safe country. But nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their.</p>
<ul>
<li>Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</li>
<li>A small river named Duden flows by their place and supplies it with the necessary regelialia.</li>
<li>And if she hasn’t been rewritten, then they are still using her.</li>
</ul>
</div>
</article>
</main>
</section>
</div>
</body>
</html>