-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorials.html
85 lines (83 loc) · 3.85 KB
/
tutorials.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
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">
<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-main">
<section class="tut tut-tag">
<h2>Tutorials</h2>
</section>
<section class="tut tut-1">
<a class='click-box' href="tutorial-1.html" >
<article class="ar a1">
<div class="ani1">
<img src="https://live.staticflickr.com/65535/53294985488_479226495c_h.jpg" alt="neutral-color" style="width: 100%;">
</div>
<h2>Neutral Tones Inspiration</h2>
<p>
Bringing you warmth and everything you need to create your go-to everyday eye look! This palette combines warm mattes and foils.
</p>
</article>
</a>
</section>
<section class="tut tut-2">
<a class='click-box' href="tutorial-2.html" >
<article class="ar a2">
<img class="im i2" src="https://live.staticflickr.com/65535/53294985498_91a8c5d3cc_h.jpg" alt="eye-shadow" style="width: 100%;">
<h2>Strategic Eyeshadow Placement</h2>
<p>
Our most common question is how to wear colorful eyeshadows in a subtle way. The best way to achieve this is by using the modern trend of "Strategic Eyeshadow Placement."
</p>
</article>
</a>
</section>
<section class="tut tut-3">
<a class='click-box' href="tutorial-3.html" >
<article class="ar a3">
<img class="im i3" src="https://live.staticflickr.com/65535/53294985418_fa9f376b0e_h.jpg" title="rsz_nail" style="width: 100%;">
<h2>The Ultimate Guide to Different Types Of Nail Polish</h2>
<p>
If you're unfamiliar with the different types of nail polish, we have you covered. Here, learn about eight nail polish formulas worth learning.
</p>
</article>
</a>
</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>