-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.html
115 lines (115 loc) · 3.93 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
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CV.css">
<title>Jelena Blagojevic</title>
</head>
<body>
<header class="header" id="sektion-top">
<nav>
<ul class="navbar">
<li class="btn"><a href="#section1">Kompetenser</a></li>
<li class="btn"><a href="#section2">Erfarenheter</a></li>
<li class="btn"><a href="#section3">Utbildning</a></li>
<li class="btn"><a href="#section4">Om mig</a></li>
</ul>
</nav>
</header>
<main>
<section class="left">
<div class="left-image"></div>
<img src="Profilbild1.png" alt="Profilbild" width="337" height="383">
<div class="container">
<div class="column">
<h2>Jelena Blagojevic</h2>
<ul>
<li>Webbutvecklare fullstack opensource</li>
<li>Stockholm, Sverige</li>
<li>[email protected]</li>
<li>076-270 60 66</li>
</ul>
</div>
</div>
</section>
<br>
<section>
<div id="section1" class="column">
<h2>Kompetenser</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
</ul>
<h2>Språk</h2>
<ul>
<li>Svenska</li>
<li>Engelska</li>
<li>Serbiska</li>
</ul>
<h2>Erfarenheter</h2>
<ul>
<li>Specsavers - Optikerasisstent - 2009-2024</li>
<li>Jobb 2 - Roll - År</li>
</ul>
</div>
</section>
<br>
<section>
<div id="section2" class="column">
<h2>Utbildning</h2>
<ul>
<li>Gymnasie - Huddingegymnasiet - 1999-2002</li>
<li>Hotell och restaurang - YH - 2003-2005</li>
</ul>
</div>
<div id="section3" class="column">
<h2>Om mig:</h2>
<p>
Hej! Jag heter Jelena och studerar för närvarande till Fullstack Open Source Webbutvecklare på Chas Academy.
Mitt intresse för denna utbildning väcktes efter att jag deltog i en programmeringskurs i JavaScript för två år sedan.
Eftersom jag brinner för utveckling och utmaningar känns denna roll som en perfekt match för min framtida karriär.
Jag ser fram emot att bli färdigutbildad och att snart kliva ut på arbetsmarknaden.
</p>
<table class="Kurser" aria-label="Tabell">
<tr>
<th>Kurs</th>
<th>Status</th>
</tr>
<tr>
<th>HTML och CSS</th>
<th>Pågående</th>
</tr>
<tr>
<th>Projektmetodik</th>
<th>Pågående</th>
</tr>
<tr>
<th>UX och design</th>
<th>Pågående</th>
</tr>
<tr>
<th>Backendutveckling</th>
<th>Kommande</th>
</tr>
<tr>
<th>Projektmetodik</th>
<th>Pågående</th>
</tr>
</table>
</div>
</section>
</main>
<div class=" Video">
<h2>Youtube video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ln4KSN0rchI?si=qlsACqD6ZDhNXk52" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<footer class="footer">
<p>Hitta mig på sociala medier:</p>
<ul class="social-links">
<li><a href="https://www.facebook.com/jelena.blagojevic.334" target="_blank">Facebook</a></li>
<li><a href="https://www.instagram.com/jellybgood/" target="_blank">Instagram</a></li>
</ul>
</footer>
</body>
</html>