-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (75 loc) · 3.59 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
<!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">
<meta name="author" content="pria">
<meta name="description" content="boutique hair salon that specializes in cut, color and styling">
<meta name="language" content="english">
<link rel="author" href="human.txt">
<link rel="stylesheet" href="newStyle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<header>
<div>
<a href="index.html" style="display: flex; flex-direction: column;">
<img class="logo" src="https://live.staticflickr.com/65535/53295245700_295c98b4d5_o.png" alt="logo" style="width: 6em;">
<img class="tagline" src="https://live.staticflickr.com/65535/53294774341_feaa91ed3e_o.png" alt="tagline" style="width: 6em;">
</a>
</div>
</header>
<nav>
<ul class="inside">
<li><a href="index.html">home</a></li>
<li><a href="tutorials.html">tutorials</a></li>
<li><a href="book.html">book</a></li>
<li><a href="about.html">about</a></li>
</ul>
</nav>
<main class="index-main">
<section class="hero">
</section>
<div class='service-h'>Our Services</div>
<section class="sect sect-2">
<article class="art art-2">
<img class="album" src="https://live.staticflickr.com/65535/53294733601_8dc6967a20_o.jpg" alt="hair-cut" style="width: 100%;">
<h2>Expert Hair Cuts</h2>
<p>
Our highly-trained team of creative stylists is ready to give you a lifetime of great hair days. With precision cuts that enhance your look, we are ready ; from small changes to total reinvention.
</p>
</article>
</section>
<section class="sect sect-3">
<article class="art art-3">
<img class="album" src="https://live.staticflickr.com/65535/53295205035_ced7cd38d1_o.jpg" alt="hair-cut" style="width: 100%;">
<h2> Professional Styling</h2>
<p>
Bringing together the latest hair styles with leading-edge professional products to give you a transformative, winning style. You can achieve that wow factor every day with professional styling.
</p>
</article>
</section>
<section class="sect sect-4">
<article class="art art-4">
<img class="album" src="https://live.staticflickr.com/65535/53293858547_07553db422_o.jpg" alt="hair-bleach" style="width: 100%;">
<h2>Advanced Hair Treatments</h2>
<p>
Whether you are ready for a whole new look, or need help restoring hair that is in poor condition, our advanced treatments are backed by many years of science and beautiful results.
</p>
</article>
</section>
</main>
<footer>
<div>
<img src="https://live.staticflickr.com/65535/53295245700_295c98b4d5_o.png" alt="logo" style="width: 3.5em">
</div>
<div>
<p style="font-size: 0.8em;;">© 2023 Abdul Rahman</p>
</div>
</footer>
</body>
</html>