-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (63 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="maj.css">
</head>
<body>
<header>
<nav>
<ul class="navigate_links">
<li><a href="maj.html" >HOME</a></li>
<li><a href="pricing.php" target="_blank">PRICING</a></li>
<li><a href="products.php" target="_blank">PRODUCTS</a></li>
<li><input type="text" placeholder="Search.."></li>
<li><a href="maj1.html" target="_blank">Login</a></li>
</ul>
</nav>
</header>
<embed src="slider.html" type="text/html">
<section id="featured-products">
<p style="background-color: aliceblue;" >PRODUCTS <section></section></p>
<div>
<a href="products.php">featured-products</a>
</div>
</section>
<li>
<section id="artisan-profiles">
<p style="background-color: aliceblue;" >ARTISAN'S PROFILE</p>
<div>
<a href="login.php">Artisan's profile</a>
</div>
</section>
</li>
</section>
<section id="search-categories">
<footer>
<div class="footer-links">
<ul>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="#faqs">FAQs</a></li>
<li><a href="#terms-of-service">Terms of Service</a></li>
<li><a href="#privacy-policy">Privacy Policy</a></li>
</ul>
</div>
<div class="social-media">
<p style="color: aliceblue;">Connect with us:</p>
<ul>
<li><a href="#facebook" target="_blank"><img src="facebook-icon.png" alt="Facebook"></a></li>
<li><a href="#twitter" target="_blank"><img src="twitter-icon.png" alt="Twitter"></a></li>
<li><a href="#instagram" target="_blank"><img src="instagram-icon.png" alt="Instagram"></a></li>
<p>© 2024 All rights reserved by CraftHaven </p>
</ul>
</div>
</footer>
</html>
</div>
<main>
</main>
</body>
</html>