-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
48 lines (45 loc) · 2.45 KB
/
About.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./About.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>
<nav class="nav1">
<ul>
<li><a href="./Looks.html">Looks</a></li>
<li><a href="./mens.html">Shop</a></li>
<li><button onclick="location.href='Home.html'"><p>Fashion Blog</p></button></li>
<li><a href="./Subscribe.html">Subscribe</a></li>
<li><button><i class="bi bi-instagram"></i></button></li>
<li><button><i class="bi bi-pinterest"></i></button></li>
<li><button onclick="location.href='Contact.html'"><i class="bi bi-envelope-open"></i></button></li>
</ul>
</nav>
<div class="div1">
<div class="div2">
<h4>Company</h4>
<p class="p1">Fashion Blog is one of the largest international fashion companies. It belongs to Inditex, one of the world’s largest distribution groups.</p>
<br>
<p class="p2">Fashion Blog, where you’ll see bits and pieces of my outfits, my fun travels, my favorite products, my beauty tips & tricks, parts of my home, sneak peaks of cool<br> collabs, launches + more! Fashion Blog is my happy place where I love to share parts of my life with you and bring you along for the ride! </p>
<p class="p3">For more information, please <a href="">contact us</a>.</p>
</div>
<button onclick="location.href='Contact.html'">CONTACT</button>
</div>
<nav class="nav2">
<ul>
<li><button onclick=""><i class="bi bi-instagram"></i></button></li>
<li><button><i class="bi bi-pinterest"></i></button></li>
<li><button onclick="location.href='Contact.html'"><i class="bi bi-envelope-open"></i></button></li>
<li><button onclick="location.href='Home.html'"><p>FASHION BLOG</p></button></li>
<li><a href="./About.html" class="line">ABOUT</a></li>
<li><a href="./Contact.html">CONTACT</a></li>
<li><a href="./Policy.html">POLICY</a></li>
</ul>
</nav>
</body>
</html>