-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (112 loc) · 6.17 KB
/
index.html
File metadata and controls
117 lines (112 loc) · 6.17 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!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="description" content="Eco Friendly And Sustainable Products for Your Zero Waste Life">
<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=Playfair+Display:wght@700&family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/52378f052a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/styles/main.css">
<link rel="shortcut icon" href="/images/Ecology_Monochromatic.svg" type="image/svg">
<title>Eco Friendly Products</title>
</head>
<body>
<nav class="navbar navbar-expand-md bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="/" title="Homepage"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQfGigsV1IfnpSQJhlOY9cYKIgwVc0UmBdlIA&usqp=CAU" alt="Logo" width="50" height="40" class="d-inline-block align-text-top"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/index.html" title="Homepage">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about.html" title="About us page">About us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/shop.html" title="Our shop page" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Shop
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/shop.html">Products</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link " href="/contacts.html" title="Contact us">Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="main-wrapper">
<div class="row">
<div class="col-sm-5">
<img class="img-fluid" src="/images/Ecology_Monochromatic.svg" alt="Planet Illustration">
</div>
<div class="col-sm-7">
<p>If you want home, body and baby care products that are</p>
<h1>... Safer for you, your family and our world</h1>
<p>- you’ve come to the right place.</p>
<a href="/shop.html" class="btn btn-main mt-5" title="Show our shop">Our products</a>
</div>
</div>
</div>
<div class="gallery mb-3 mt-4">
<div class="container ">
<div class="row">
<div class="col-6">
<h2 class="mb-4">Bestsellers</h2>
<div class="line"></div>
</div>
</div>
<div class="row mb-3">
<div class="col-6 col-sm-3">
<img src="https://cdn.shopify.com/s/files/1/0284/6546/3349/products/MetalPegs3_360x.jpg?v=1599600281" class="img-fluid" alt="Product">
</div>
<div class="col-6 col-sm-3">
<img src="https://cdn.shopify.com/s/files/1/0284/6546/3349/products/BrushSet2_360x.jpg?v=1588713843" class="img-fluid" alt="Product">
</div>
<div class="col-6 col-sm-3 gallery-m">
<img src="https://cdn.shopify.com/s/files/1/0284/6546/3349/products/MetalPegs3_360x.jpg?v=1599600281" class="img-fluid" alt="Product">
</div>
<div class="col-6 col-sm-3 gallery-m">
<img src="https://cdn.shopify.com/s/files/1/0284/6546/3349/products/BrushSet2_360x.jpg?v=1588713843" class="img-fluid" alt="Product">
</div>
</div>
<div class="row ">
<div class="col-6 col-sm-3">
<img src="https://cdn.shopify.com/s/files/1/0284/6546/3349/products/MetalPegs3_360x.jpg?v=1599600281" class="img-fluid" alt="Product">
</div>
<div class="col-6 col-sm-3">
<img src="https://cdn.shopify.com/s/files/1/0284/6546/3349/products/BrushSet2_360x.jpg?v=1588713843" class="img-fluid" alt="Product">
</div>
<div class="col-6 col-sm-3 gallery-m">
<img src="https://cdn.shopify.com/s/files/1/0284/6546/3349/products/MetalPegs3_360x.jpg?v=1599600281" class="img-fluid" alt="Product">
</div>
<div class="col-6 col-sm-3 gallery-m">
<img src="https://cdn.shopify.com/s/files/1/0284/6546/3349/products/BrushSet2_360x.jpg?v=1588713843" class="img-fluid" alt="Product">
</div>
</div>
<div class="m-3">
<a href="/shop.html"class="arrow" title="Show our shop">Show more</a>
<a href="/shop.html"class="" ><i class="fa-sharp fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
<footer>
<a href="mailto:sofi.andand06@gmail.com">sofi.andand06@gmail.com</a>
<div class="social-links mt-3">
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-telegram"></i></a>
</div>
</footer>
</body>
</html>