-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshahryar-online-cv.html
79 lines (79 loc) · 3.08 KB
/
shahryar-online-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shahryar - Responsiv CV</title>
<link rel="stylesheet" href="cv-styling.css">
</head>
<body>
<div class="container">
<div class="header">
<div class="img-area">
<img src="/7C1D9F38-4036-4FB6-8439-DCA2ED7CAEBE_1_201_a.jpeg" alt="">
</div>
<h1>Shahryar Sabouri</h1>
<h3>Fullstack-utvecklare, OpenSource</h3>
<iframe width="300" height="169"
src="https://www.youtube.com/embed/foelvgmbhzg?si=0xa0zKZefPEW6OSS"
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>
<div class="main">
<div class="left">
<h2>Personlig information</h2>
<p><strong>Namn:</strong> Shahryar Sabouri</p>
<p><strong>Ålder:</strong> 28</p>
<p><strong>Tel.Nr:</strong> +46 73-673 28 85</p>
<p><strong>Email:</strong>[email protected]</p>
<h2>Kunskaper</h2>
<ul>
<li>Python</li>
<li>VSCode</li>
<li>HTML</li>
<li>CSS</li>
</ul>
<h2>Utbildning</h2>
<h3>Fullstack-utvecklare, OpenSource</h3>
<p>Chas Academy, 2024-nutid</p><br>
<h3>Musik- och eventarrangör</h3>
<p>Campus Nyköping, 2021-2023</p>
</div>
<div class="right">
<h2>Arbetserfarenhet</h2>
<h3>Lidl Nyköping</h3>
<p><strong>Yrkesroll:</strong> Butikssäljare, timanställning</p>
<p><strong>Period:</strong>Sep 2022-Nov 2022</p>
<ul>
<li>Timanställning vid sidan av studier.</li>
</ul><br>
<h3>Lidl Vallentuna</h3>
<p><strong>Yrkesroll:</strong> Butikssäljare</p>
<p><strong>Period:</strong>Apr 2017-Okt 2021</p>
<ul>
<li>Omfattande erfarenhet inom butikssälj samt färdigheter inom ASL.</li>
</ul>
<table>
<tr>
<th>Company</th>
<th>Contact</th>
<th>Country</th>
</tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Chang</td>
<td>Mexico</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>