-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
89 lines (76 loc) · 3.21 KB
/
about.html
File metadata and controls
89 lines (76 loc) · 3.21 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
---
layout: default
---
<section class="post">
<div class="flex-row-between">
<a href="{{ site.url }}{{ site.baseurl }}/">« Home</a>
<button title="Change theme" id="theme-toggle" onclick="modeSwitcher()">
<div></div>
</button>
</div>
</section>
<section>
<!-- The Timeline -->
<ul class="timeline">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Freelance</span>
<span class="time-wrapper"><span class="time">2010 - 2016</span></span>
</div>
<div class="desc">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Convallis convallis tellus id interdum. A lacus
vestibulum sed arcu non odio euismod lacinia. Orci a scelerisque purus semper eget duis.
Læs mere: <a href="https://tristanwhite.info" target="_top">https://tristanwhite.info</a>
</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Rundhøjskolen</span>
<span class="time-wrapper"><span class="time">2013 - 2016</span></span>
</div>
<div class="desc">
Som <strong>IT-vejleder</strong> in metus vulputate eu scelerisque felis imperdiet.
Eget nunc scelerisque viverra mauris in. Quis imperdiet massa tincidunt nunc pulvinar sapien et.
Diam ut venenatis tellus in metus. Nisi porta lorem mollis aliquam ut porttitor leo a. Proin
sagittis nisl rhoncus mattis. Velit dignissim sodales ut eu sem integer vitae justo. Interdum
velit laoreet id donec ultrices tincidunt. Donec ultrices tincidunt arcu non sodales.
Lectus urna duis convallis convallis tellus.
</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Serverhosting A/S</span>
<span class="time-wrapper"><span class="time">2012</span></span>
</div>
<div class="desc">
Cras semper auctor neque vitae tempus quam pellentesque. Tempor orci dapibus ultrices
in iaculis nunc sed augue. Urna porttitor rhoncus dolor purus non.
</div>
</div>
</li>
<!-- Item 4 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">IT-teknolog</span>
<span class="time-wrapper"><span class="time">2010 - 2012</span></span>
</div>
<div class="desc">
Works well on mobile too! Try to scale down the window if you're on a pc
</div>
</div>
</li>
</ul>
</section>
<section>
<nav class="post-nav" /nav>
</section>