-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (84 loc) · 3.77 KB
/
index.html
File metadata and controls
85 lines (84 loc) · 3.77 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My CV</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main>
<div class="a4">
<div class="info-section">
<div class="contact-section">
<div class="wrapper-contact">
<h3 class="info">Contact information</h3>
</div>
<ul>
<li>+994 55 5948901</li>
<li><a href="ashurovadil96@gmail.com">ashurovadil96@gmail.com</a></li>
<li><a href="https://www.linkedin.com/in/adil-ashurov-3a91a4264">Adil Ashurov</a></li>
<li><a href="https://github.com/adilek96/test">adilek96</a></li>
</ul>
</div>
<div class="skills-section">
<div class="wrapper-skills">
<h3 class="info">Skills</h3>
</div>
<img src="./150-1506020_file-html-logo-html5-css3-logo-png-transparent (фон удален).png" alt="html css">
</div>
</div>
<div class="header-section">
<div class="flname">
<h1>Adil Ashurov</h1>
<h2>Beginning web developer</h2>
</div>
<div class="photo">
<img src="./WhatsApp Image 2023-02-02 at 11.06.39.jpeg" alt="my photo">
</div>
</div>
<div class="biography-section">
<div class="slide-wrapper-red">
<h3>Biography</h3>
</div>
<p class="biography">
<i>I was born on December 10, 1996 in the city of Baku. From 2003 to 2014 studied at a secondary school. From 2015 to 2016 served in the army of the Republic of Azerbaijan. After the end of the service until June 2017, worked as a salesman in an electronic goods store. From June 2017 to December 2018, worked at Silk Way MMC as an assistant chef. From December 2018 to December 2019 worked in
"Bona Dea" MMC as a cook.
From January 2020 to the present day I have been working as a technician at A2Z Technologies MMC.</i>
</p>
<p class="biography">
<i><b>Since December 2022, having decided to radically change my life and fulfill my old dream, I began to study web programming.</b></i>
</p>
</div>
<div class="education-section">
<div class="slide-wrapper-yellow">
<h3>Education and courses</h3>
</div>
<table class="edu">
<tr>
<th>June 2021</th>
<td>CCTV and network technologies</td>
<td>from Avigilon</td>
</tr>
<tr>
<th>October 2022</th>
<td>Hikvision HCSA</td>
<td>from Hikvision</td>
</tr>
</table>
</div>
<div class="experiens-section">
<div class="slide-wrapper-red">
<h3>Hobby and interests</h3>
<ul>
<li>Gastronomy</li>
<li>Aquaristic and aquascape</li>
<li>DIY different things</li>
</ul>
</div>
</div>
</div>
</main>
</body>
</html>