-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (56 loc) · 1.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
<!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>CV of Nazan </title>
<meta name="description" content="This ist new project CV of Nazan! " />
<meta name="author" content="Nazan Bas" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Nazan Bas</h1>
<p>Future Web Developer</p>
<nav>
<a href="Profile">Profile</a>
<a href="Experience">Experience</a>
<a href="Skills">Skills</a>
<a href="Contact">Contact</a>
</nav>
</header>
<main>
<article id="#Profil" class="Profil">
<h2>Profile</h2>
<p>My name is Nazan, I am 34 years old. I learn web development for the future :)
and <strong>love my career change</strong>
</p>
</article>
<article id="#Experience">
<h2>Experience</h2>
<section>Hairstylist - Master</section>
<p>December 2017 - March 2023</p>
</article>
<article id="#Skills">
<h2>Skills</h2>
<div>
<ul>
<li>Haircut</li>
<li>Color</li>
<li>Styling</li>
</ul>
</div>
</article>
<article id="#Contact">
<h2>Contact</h2>
</article>
<article id="#mailto">
<a href="mailto:b.nazan@gmail.com" title="zu Email">Email: b.nazan88@gmail.com</a>
</article>
<article id="phone">
<a href="+4917641470996" title="Phone">Phone</a>
</article>
</main>
</body>
</html>