-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
109 lines (109 loc) · 4.31 KB
/
cv.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
<!doctype html>
<html>
<head>
<title>CV</title>
<link href="https://fonts.googleapis.com/css?family=Didact+Gothic|Roboto+Slab:300,400" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="cv.css" rel="stylesheet">
</head>
<body>
<div id="name">
<h1><span class="first-name">First</span> <span class="last-name">Last</span></h1>
</div>
<hr>
<div id="contact-info">
<div class="contact-left">
<i class="fas fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a><br>
<i class="fas fa-phone"></i> +299 123 456-7890<br>
Margrethevej 34<br>
3951 Quasigiannguit
Greenland
</div>
<div class="contact-right">
<i class="fas fa-link"></i> <a href="https://username.github.io">https://username.github.io</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/username">https://github.com/username</a><br>
<i class="fab fa-stack-overflow"></i> <a href="https://stackoverflow.com/users/123456">https://stackoverflow.com/users/123456</a>
</div>
</div>
<div class="section-title">
<h2>Summary</h2>
</div>
<div class="subsection">
<div class="subsection-right">
Wants pawn term dare worsted ladle gull hoe lift wetter murder inner ladle cordage honor itch offer lodge, dock, florist. Disk ladle gull orphan worry putty ladle rat cluck wetter ladle rat hut, an fur disk raisin pimple colder Ladle Rat Rotten Hut.
</div>
</div>
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="subsection">
<div class="subsection-left">
Languages
</div>
<div class="subsection-right">
Bash, Groovy, Java, JavaScript, Kotlin, Python, TypeScript, Zig
</div>
<div class="subsection-left">
Frameworks
</div>
<div class="subsection-right">
Android, Express, React, Remix, Svelte
</div>
</div>
<div class="section-title">
<h2>Experience</h2>
</div>
<div class="subsection">
<div class="subsection-left">
2014 - present
</div>
<div class="subsection-right">
<b>Software engineer</b>, <em>Banana Stand</em>, Iqaluit, Nunavut<br>
<ul>
<li>Created a really amazing CV template.</li>
<li>Published it to GitHub.</li>
</ul>
</div>
</div>
<div class="subsection">
<div class="subsection-left">
2011 - 2014
</div>
<div class="subsection-right">
<b>Waste disposal technician</b>, <em>Bob Loblaw's Law Offices</em>, Hafnarfjörður, Iceland<br>
<ul>
<li>Wan moaning Ladle Rat Rotten Hut's murder colder inset.</li>
<li>Honor wrote tutor cordage offer groin-murder, Ladle Rat Rotten Hut mitten anomalous woof.</li>
<li>Water sham debt Casing dint hitter boil.</li>
<li>Parkings kin doer ladle cat-napping ham-shelf.</li>
<li>Enter member debtor bust off fronts moist port, moist port.</li>
</ul>
</div>
</div>
<div class="subsection">
<div class="subsection-left">
2008 - 2011
</div>
<div class="subsection-right">
<b>Life coach</b>, <em>Institute of Medium Learning</em>, Äkäslompolo, Finland<br>
<ul>
<li>Door kraut worse stunt.</li>
<li>Daze worry on-forger-nut ladle gull's lest warts. Oil offer sodden, caking offer carvers an sprinkling otter bet, disk hoard-hoarded woof lipped own pore Ladle Rat Rotten Hut an garbled erupt.</li>
<li>Wail, pimple oil-wares wander doe wart udder pimple dum wampum toe doe. Debt's jest hormone nurture. Wan moaning, Guilty Looks dissipater murder, an win entity florist.</li>
<li>Bought lessen, Hairy—inner moaning yore gutter asthma fodder.</li>
</ul>
</div>
</div>
<div class="section-title">
<h2>Education</h2>
</div>
<div class="subsection">
<div class="subsection-left">
2008
</div>
<div class="subsection-right">
<b>Bachelor of Science</b>, <em>University of Higher Learning</em>, Ny-Ålesund, Norway
</div>
</div>
</body>
</html>