-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (71 loc) · 2.76 KB
/
index.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
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oliwias CV</title>
<meta name="description" content="Oliwia Matuttis CV och profil.">
<link rel="stylesheet" href="styles/homepage.css">
</head>
<body>
<header id="top">
<h1>Oliwia Matuttis</h1>
<img src="https://media.licdn.com/dms/image/C4E03AQFx0iHjfRfLdQ/profile-displayphoto-shrink_200_200/0/1634118905767?e=2147483647&v=beta&t=MxbOMptQ-zQm5avgVSAeRb26I3i489bOyk-0pmQXphQ"
alt="Profilbild av Oliwia Matuttis">
</header>
<main>
<section>
<h2>Utbildning</h2>
<p>2018-2021 Thorén Business School - Ekonomi, juridik.</p>
<p>2024-2026 Chas Academy - Fullstack Open Source</p>
</section>
<section>
<h2>Arbetslivserfarenhet</h2>
<p>2020-2021 Ekonomiassistent - LMJ Ekonomi.</p>
<p>2021-2024 Ekonomiassistent - Airmiz AB</p>
<p>2024-idag Kundtjänstmedarbetare - Airmiz AB</p>
</section>
<section>
<h2>Språk</h2>
<p>Svenska</p>
<p>Engelska</p>
<p>Polska</p>
</section>
<section>
<h2>Färdigheter</h2>
<h3>Ekonomi</h3>
<p>Kundreskontra, leverantörsreskontra, löpande bokföring, kvittohantering, påminnelser</p>
<h3>Open Source</h3>
<p>HTML, CSS, Projektmetodik, Github, Terminalen</p>
</section>
<section>
<h2>Kontakta mig</h2>
<table>
<thead>
<tr>
<th scope="col">Kontaktinfo</th>
<th scope="row"></th>
</tr>
</thead>
<tbody>
<tr>
<td>Adress</td>
<td>Ålgrytevägen 1, 12732 Stockholm</td>
</tr>
<tr>
<td>Telefon</td>
<td>073 075 99 61</td>
</tr>
<tr>
<td>E-post</td>
<td>[email protected]</td>
</tr>
</tbody>
</table>
</section>
</main>
<!-- Länken för att gå tillbaka till toppen -->
<a href="#top" id="backToTop">Tillbaka till toppen</a>
<iframe width="280" height="157" src="https://www.youtube.com/embed/mifHo9fC5QI?si=F5kiDplTED_g8jCh" 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>
</body>
</html>