-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
500 lines (405 loc) · 19.5 KB
/
index.html
File metadata and controls
500 lines (405 loc) · 19.5 KB
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
<!DOCTYPE html>
<html lang="EN">
<head>
<!-- (c) & (p) think.dk, parentnode.dk 2002-2019 -->
<!-- If you want to use or contribute to this code, visit https://parentnode.dk -->
<title>Getting lost without losing my way</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="development frontend HTML JavaScript CSS idealism web" />
<meta name="description" content="" />
<meta name="viewport" content="initial-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="Getting lost without losing my way" />
<meta property="og:description" content="" />
<meta property="og:image" content="https://parentnode.dk/img/logo-large.png" />
<meta property="og:url" content="http://parentnode-skin-default.local" />
<link rel="apple-touch-icon" href="https://parentnode.dk/touchicon.png" />
<link rel="icon" href="https://parentnode.dk/favicon.png" />
<script type="text/javascript" src="https://detector-v4.dearapi.com/js-include"></script>
<script>u.terms_version = 1;</script>
</head>
<body class="story">
<div id="page" class="i:page">
<div id="header">
<ul class="servicenavigation">
<li class="keynav navigation nofollow"><a href="#navigation">To navigation</a></li>
<li class="keynav user nofollow"><a href="/login">Login</a></li>
</ul>
</div>
<div id="content">
<div class="scene template i:scene">
<h1>Template Q</h1>
<p>
This template is used to develop the parentNode CSS theme across segments. The Q just makes it
easier to check if the right font is loaded.
</p>
<p>
Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
officia deserunt mollit anim id est laborum.
</p>
<div class="categories">
<h2>Categories</h2>
<ul class="tags">
<li><a href="/blog/tag/asdfasd">asdfasd</a></li>
<li><a href="/blog/tag/test">test</a></li>
</ul>
</div>
<div class="categories">
<h2>More categories</h2>
<ul class="tags">
<li><a href="/geek/posts/tag/Attempted+poetry">Attempted poetry</a></li>
<li><a href="/geek/posts/tag/Random+updates+en+route">Random updates en route</a></li>
<li><a href="/geek/posts/tag/Reflections+on+my+sanity">Reflections on my sanity</a></li>
<li class="selected"><a href="/geek/posts/tag/Sci-Phi">Sci-Phi</a></li>
<li><a href="/geek/posts/tag/Commentaries+and+Opinions">Commentaries and Opinions</a></li>
<li><a href="/geek/posts/tag/Guide+to+understanding+me">Guide to understanding me</a></li>
<li><a href="/geek/posts/tag/Tech+wreck">Tech wreck</a></li>
</ul>
<ul class="actions">
<li class="more"><a href="/geek/posts">Category actions</a></li>
</ul>
</div>
<hr />
<div class="article i:article" itemscope itemtype="http://schema.org/Article">
<ul class="tags">
<li><a href="#">Tags</a></li>
<li><a href="#" itemprop="articleSection">Before H1</a></li>
</ul>
<h1 itemprop="name">Primary headline followed by paragraph</h1>
<div class="articlebody" itemprop="articleBody">
<p>
Paragraph after primary headline. Therefore
it does not contain any organizational info which is otherwise recommended
by Google. ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt <span class="file">/etc/hosts</span> ut labore et dolore magna aliqua.
Nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
<ul class="actions">
<li class="more"><a href="/geek">Actions in scene</a></li>
<li class="button"><a href="/geek" class="button">Button in scene</a></li>
<li class="primary"><a href="/geek" class="primary button">Primary button in scene</a></li>
</ul>
<hr />
<div class="article i:article" itemscope itemtype="http://schema.org/Article">
<ul class="tags">
<li><a href="/geek/posts">Tags</a></li>
<li><a href="/geek/posts/tag/Attempted+peotry" itemprop="articleSection">Attempted peotry</a></li>
</ul>
<h1 itemprop="name headline">Primary headline followed by info</h1>
<ul class="info">
<li class="published_at" itemprop="datePublished" content="2018-02-22">22th February, 2018</li>
<li class="modified_at" itemprop="dateModified" content="2018-02-24"></li>
<li class="author" itemprop="author">Martin Kæstel Nielsen</li>
<li class="main_entity share" itemprop="mainEntityOfPage" content="http://parentnode.dk/"></li>
<li class="publisher" itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<ul class="publisher_info">
<li class="name" itemprop="name">parentnode.dk</li>
<li class="logo" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span class="image_url" itemprop="url" content="http://parentnode.dk/img/logo-large.png"></span>
</li>
</ul>
</li>
<li class="image_info" itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<span class="image_url" itemprop="url" content="http://parentnode.dk/img/logo-large.png"></span>
<span class="image_width" itemprop="width" content="720"></span>
<span class="image_height" itemprop="height" content="405"></span>
</li>
<li class="place" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
<ul class="geo" itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<li class="name" itemprop="name">Copenhagen office</li>
<li class="latitude" itemprop="latitude" content="55.681159"></li>
<li class="longitude" itemprop="longitude" content="12.58437"></li>
</ul>
</li>
</ul>
<div class="articlebody" itemprop="articleBody">
<h2>Secondary headline after info</h2>
<p>
Paragraph after Secondary headline <a href="#">consectetur</a> adipisicing elit, sed do eiusmod tempor
incididunt <span class="file">/etc/hosts</span> ut labore et dolore magna aliqua.
</p>
</div>
</div>
<hr />
<div class="article i:article" itemscope itemtype="http://schema.org/Article">
<h1 itemprop="name headline">Primary headline followed by h2</h1>
<h2 itemprop="alternateName">Secondary headline after primary headline</h2>
<ul class="info">
<li class="published_at" itemprop="datePublished" content="2018-02-22">22th February, 2018</li>
<li class="modified_at" itemprop="dateModified" content="2018-02-24"></li>
<li class="author" itemprop="author">Martin Kæstel Nielsen</li>
<li class="main_entity share" itemprop="mainEntityOfPage" content="http://parentnode.dk/"></li>
<li class="publisher" itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<ul class="publisher_info">
<li class="name" itemprop="name">parentnode.dk</li>
<li class="logo" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span class="image_url" itemprop="url" content="http://parentnode.dk/img/logo-large.png"></span>
</li>
</ul>
</li>
<li class="image_info" itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<span class="image_url" itemprop="url" content="http://parentnode.dk/img/logo-large.png"></span>
<span class="image_width" itemprop="width" content="720"></span>
<span class="image_height" itemprop="height" content="405"></span>
</li>
<li class="place" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
<ul class="geo" itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<li class="name" itemprop="name">Copenhagen office</li>
<li class="latitude" itemprop="latitude" content="55.681159"></li>
<li class="longitude" itemprop="longitude" content="12.58437"></li>
</ul>
</li>
</ul>
<div class="articlebody" itemprop="articleBody">
<p>
Paragraph after info consectetur adipisicing elit, sed do eiusmod tempor
incididunt <span class="file">/etc/hosts</span> ut labore et dolore magna aliqua.
</p>
</div>
</div>
<hr />
<div class="article i:article" itemscope itemtype="http://schema.org/Article">
<div class="image item_id:dummy format:jpg">
<p>Image: <a href="/images/0/missing/500x.png">Image in top of article with a long description that needs to be long enough to wrapped into two lines</a>
</div>
<ul class="tags">
<li><a href="/geek/posts">Tags</a></li>
<li><a href="/geek/posts/tag/Attempted+peotry" itemprop="articleSection">Attempted peotry</a></li>
</ul>
<h1 itemprop="name headline">Primary headline followed by info and geolocation</h1>
<ul class="info">
<li class="published_at" itemprop="datePublished" content="2018-02-22">22th February, 2018</li>
<li class="modified_at" itemprop="dateModified" content="2018-02-24"></li>
<li class="author" itemprop="author">Martin Kæstel Nielsen</li>
<li class="main_entity share" itemprop="mainEntityOfPage" content="http://parentnode.dk/"></li>
<li class="publisher" itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<ul class="publisher_info">
<li class="name" itemprop="name">parentnode.dk</li>
<li class="logo" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span class="image_url" itemprop="url" content="http://parentnode.dk/img/logo-large.png"></span>
</li>
</ul>
</li>
<li class="image_info" itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<span class="image_url" itemprop="url" content="http://parentnode.dk/img/logo-large.png"></span>
<span class="image_width" itemprop="width" content="720"></span>
<span class="image_height" itemprop="height" content="405"></span>
</li>
<li class="place" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
<ul class="geo" itemprop="Geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<li class="name" itemprop="name">Copenhagen office</li>
<li class="latitude" itemprop="latitude" content="55.681159"></li>
<li class="longitude" itemprop="longitude" content="12.58437"></li>
</ul>
</li>
</ul>
<div class="articlebody" itemprop="articleBody">
<p>
Paragraph after info adipisicing elit, sed do eiusmod tempor
incididunt <span class="file">/etc/hosts</span> ut labore et dolore magna aliqua.
</p>
</div>
</div>
<hr />
<div class="article i:article" itemscope itemtype="http://schema.org/Article">
<div class="image item_id:dummy format:jpg"></div>
<h1 itemprop="name headline">Primary headline followed by info and geolocation</h1>
<ul class="info">
<li class="published_at" itemprop="datePublished" content="2018-02-22">22th February, 2018</li>
<li class="modified_at" itemprop="dateModified" content="2018-02-24"></li>
<li class="author" itemprop="author">Martin Kæstel Nielsen</li>
<li class="main_entity share" itemprop="mainEntityOfPage" content="http://parentnode.dk/"></li>
<li class="publisher" itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<ul class="publisher_info">
<li class="name" itemprop="name">parentnode.dk</li>
<li class="logo" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span class="image_url" itemprop="url" content="http://parentnode.dk/img/logo-large.png"></span>
</li>
</ul>
</li>
<li class="image_info" itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<span class="image_url" itemprop="url" content="http://parentnode.dk/img/logo-large.png"></span>
<span class="image_width" itemprop="width" content="720"></span>
<span class="image_height" itemprop="height" content="405"></span>
</li>
<li class="place" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
<ul class="geo" itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<li class="name" itemprop="name">Copenhagen office</li>
<li class="latitude" itemprop="latitude" content="55.681159"></li>
<li class="longitude" itemprop="longitude" content="12.58437"></li>
</ul>
</li>
</ul>
<div class="articlebody" itemprop="articleBody">
<h2>H2 after info</h2>
<p>
Paragraph before h2 adipisicing elit, sed do eiusmod tempor
incididunt <span class="file">/etc/hosts</span> ut labore et dolore magna aliqua.
</p>
<h2>H2 after paragraph</h2>
<h3>One heading 3 after a heading 2</h3>
<p>
Paragraph after Heading 3 ullamco <a href="#">laboris</a> nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum.
</p>
<p class="note">
Note: This guide does not consider security whatsoever. Read the details
of squid.conf to setup your own security.
</p>
<p>
Several paragraphs in a row excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
</p>
<div class="vimeo video_id:https://vimeo.com/380740144"></div>
<h4>h4 Nostrud exercitation ullamco laboris nisi ut aliquip</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
</p>
<h5>h5 Ullamco laboris nisi ut aliquip ex ea commodo </h5>
<p>
Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
</p>
<h6>H6 Ullamco laboris nisi ut aliquip ex ea commodo </h6>
<p>
Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
</p>
<h3>H3 after paragraph and before code</h3>
<code>$ code after heading 3 and testing word wrap on really long snippets of code. It has to be really, really long to explify wrapping issues</code>
<h2>This is H2 after and before code</h2>
<code>$ code after h2</code>
<h3>H3 after code</h3>
<p>Paragraph before code element</p>
<code>$ code after paragraph</code>
<p>
Paragraph after code and before image excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
</p>
<h3>very long H3 that is so long that it wraps into two lines to be able to test that too</h3>
<p>
Paragraph after code and before image excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
</p>
<div class="image item_id:dummy format:jpg">
<p>Image: <a href="/images/0/missing/500x.png">Image after paragraph</a></p>
</div>
<h2>H2 after image</h2>
<div class="image item_id:dummy format:jpg">
<p>Image: <a href="/images/0/missing/500x.png">Image after h2</a></p>
</div>
<h3>H3 after image</h3>
<div class="image item_id:dummy format:jpg">
<p>Image: <a href="/images/0/missing/500x.png">Image after h3</a></p>
</div>
<p>
Paragraph after image excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
</p>
<ul>
<li>Unordered list</li>
<li>Terminal</li>
<li>MacPorts</li>
</ul>
<h2>Heading 2 after Unordered list</h2>
<ul>
<li>Unordered list after h2</li>
<li>Terminal irure dolor in reprehenderit in voluptate velit esse cillum irure dolor in reprehenderit in voluptate velit esse cillum</li>
<li>MacPorts</li>
</ul>
<h3>Heading 3 after Unordered list</h3>
<ol>
<li>Ordered list after h3</li>
<li>Terminal irure dolor in reprehenderit in voluptate velit esse cillum irure dolor in reprehenderit in voluptate velit esse cillum</li>
<li>MacPorts</li>
</ol>
<p>
Paragraph after Unordered list ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum.
</p>
<dl>
<dt>Definition list</dt>
<dd>The local IP of the computer running Squid</dd>
<dt>Term</dt>
<dd>Description</dd>
</dl>
<p>
Paragraph after Definition list ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum.
</p>
</div>
</div>
<hr />
<div itemtype="http://schema.org/Organization" itemscope class="vcard company">
<h2 class="name fn org" itemprop="name">Vcard parentNode ApS</h2>
<dl class="info basic">
<dt class="location">Address</dt>
<dd class="location" itemprop="location" itemscope itemtype="http://schema.org/Place">
<ul class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<li class="streetaddress" itemprop="streetAddress">Æbeløgade 4b</li>
<li class="city"><span class="postal" itemprop="postalCode">2100</span> <span class="locality" itemprop="addressLocality">København Ø</span></li>
<li class="country" itemprop="addressCountry">Denmark</li>
</ul>
<ul class="geo" itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<li class="latitude" itemprop="latitude" content="55.711510"></li>
<li class="longitude" itemprop="longitude" content="12.564495"></li>
</ul>
</dd>
<dt class="cvr">CVR</dt>
<dd class="cvr" itemprop="taxID">DK-39757613</dd>
</dl>
<dl class="info contact">
<dt class="contact">Contact</dt>
<dd class="contact">
<ul>
<li class="email"><a href="mailto:info@parentnode.dk" itemprop="email" content="info@parentnode.dk">info@parentnode.dk</a></li>
<li itemprop="telephone" class="tel" content="+4520742819">+45 2074 2819</li>
</ul>
</dd>
<dt class="social">Social media</dt>
<dd class="social">
<ul>
<li class="facebook"><a itemprop="sameAs" href="https://facebook.com/parentnode" target="_blank">Facebook</a></li>
<li class="linkedin"><a itemprop="sameAs" href="https://www.linkedin.com/company/parentnode" target="_blank">LinkedIn</a></li>
<li class="meetup"><a itemprop="sameAs" href="https://www.meetup.com/parentNode" target="_blank">Meetup</a></li>
</ul>
</dd>
</dl>
<dl class="info financial">
<dt class="bank">Bank</dt>
<dd class="bank"><a href="http://faelleskassen.dk" target="_blank">Fælleskassen</a></dd>
<dt class="account">Account no</dt>
<dd class="account">8411 2034764</dd>
<dt class="account">IBAN</dt>
<dd class="account">DK3184110002034764</dd>
<dt class="account">SWIFT/BIC</dt>
<dd class="account">FAELDKK1</dd>
</dl>
</div>
</div>
</div>
<div id="navigation">
<ul class="navigation">
<li class="front"><a href="/">Frontpage</a></li>
<li class="blog"><a href="/blog">Posts</a></li>
</ul>
</div>
<div id="footer">
<ul class="servicenavigation">
<li class="terms"><a href="/terms">Terms</a></li>
</ul>
<p>
<a href="https://parentnode.dk"><aliens>we are all</aliens></a>
</p>
</div>
</div>
</body>
</html>