-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial-1.html
60 lines (60 loc) · 2.76 KB
/
tutorial-1.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
<!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="tutorial-1-main">
<section class="tutorial-sec">
<h2>Neutral Tones Inspiration</h2>
<img src="https://live.staticflickr.com/65535/53294985488_479226495c_h.jpg" alt="neutral-color-makeup" style="width: 50%;">
<p>Bringing you warmth and everything you need to create your go-to everyday eye look! This palette combines warm mattes and foils.</p>
<h2>Featuring:</h2>
<p>Banana Split - warm, cream with a slight yellow undertone</p>
<p>In The Spotlight - warm, soft pink with coral undertone</p>
<p>Creme Brulee - light warm brown</p>
<p>Honey Badger - soft, warm reddish brown</p>
<p>Legend - warm bronze</p>
<p>Tiki Hut - warm, muted yellow brown</p>
<p>Cheetah Bear - warm, medium reddish brown</p>
<p>Flame Thrower - true bright warm copper</p>
<p>Chocolate Wasted - warm, deep red brown</p>
</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>