-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
53 lines (53 loc) · 2.07 KB
/
cv.html
File metadata and controls
53 lines (53 loc) · 2.07 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
---
layout: default
title: "CV"
fulltitle: "My cv"
order: 3
---
<main>
<!--Displays my cv (placeholder cv, incase you were wondering...) -->
<div class="container text">
<div class="cvtext">
<h1 style="font-weight: bold"> Justas Jonas Labeikis</h1>
<h1> <span style="font-weight: bold">Telephone number:</span> +44 7842 461502</h1>
<h1><span style="font-weight: bold">Email:</span> justaslabeikis23@gmail.com</h1>
<h1 style="font-weight:bold" class=mt-2>Profile:</h1>
<p>Lorem ipsum dolor sit amet, consectetur 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>
<h1 style="font-weight:bold">Skills:</h1>
<ul class="normal-list">
<li>
<p>Know how to program in html, C#, C++, php, java languages</p>
</li>
<li>
<p>Can make amazing websites (obviously)</p>
</li>
<li>
<p>Can not fall assleep for 24 hours straight without any coffe</p>
</li>
<li>
<p>Can even speak 2 languages and one of them is not English</p>
</li>
</ul>
<h1 style="font-weight:bold">Education:</h1>
<p>Extremely smart, finished Mykolo Biržiškos gimnazija with these exam results:</p>
<ul class="normal-list">
<li>
<p>73% Lithuanian national exam</p>
</li>
<li>
<p>87% Mathematics national exam</p>
</li>
<li>
<p>96% English national exam</p>
</li>
<li>
<p>100% IT national exam</p>
</li>
</ul>
<p>And now I'm studying in the best university ever! University of Dundee!</p>
<h1 style="font-weight:bold">Work experiance:</h1>
<p>Does not exist</p>
</div>
</div>
</main>