-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial-3.html
56 lines (56 loc) · 3.93 KB
/
tutorial-3.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
<!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>Types Of Nail Polish You Should Know</h2>
<img src="https://live.staticflickr.com/65535/53294985418_d54da91ae4_o.jpg" alt="nail-polish" 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>1. Traditional Nail Polish</h2>
<p>Let’s start with the basics: traditional nail polish is the kind that has to dry — it’s what many of us think of when we think of nail polish. It’s offered in a variety of finishes from shiny to matte to shimmery and this type of nail polish doesn’t require other equipment like UV or LED lights. It’s not the most long-lasting option and you can expect to make it through a week (sometimes less) before becoming victim to a chipped mani. However it’s quick to apply, it doesn’t require expert skills to use and it’s the best option if you can’t commit to the same color for too long.</p>
<img src="https://www.fashiongonerogue.com/wp-content/uploads/2020/10/Closeup-Woman-Nail-Dark-Red-Metallic-Beauty.jpg" alt="traditional-nail-polish" style="width: 50%;">
<h2>2. Gel Nail Polish</h2>
<p>Gel nail polish is a super popular polish at the salon and in recent years, at home, too. Your nail technician (or you if you’ve mastered an at-home gel manicure) will paint the gel polish onto your nail and will use an LED light to cure it for 30 to 60 seconds so it can harden and dry. The end result is a glossy manicure that you can expect to last for around two weeks. Gel can be used on your natural nails or on top of lengthening nail services like acrylics, press on nails and gel extensions. Gel nail polish, like traditional nail polish, is available in tons of different finishes like cream, matte, glitter, holographic and cat-eye.</p>
<img src="https://hips.hearstapps.com/hmg-prod/images/gel-mani-removal-f22-040-6508ab716543a.jpg?crop=0.8888888888888888xw:1xh;center,top&resize=1200:*" alt="gel-nail-polish" style="width: 50%;">
</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>