-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
200 lines (183 loc) · 8.85 KB
/
index.htm
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<!-- SEO -->
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="mountain store,buy high travelling and hiking products"/>
<meta name="keywords" content="mountain, store, hiking, travelling, outdoor, products, value-for-money">
<title>Mountain Store</title>
<link rel="shortcut icon" href="./img/favicon.png" type="image/png"/>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<!-- NAVIGATION -->
<nav class="p-4">
<div class="max-w-7xl ml-auto mr-auto flex flex-col items-center lg:justify-between lg:flex-row">
<!-- BRANDING -->
<div class="">
<a href="#">
<img class="w-48" alt="Carved Rock Fitness" src="img/logo.svg"/>
</a>
</div>
<!-- SEARCH -->
<div class=" flex flex-col gap-3">
<form class="flex flex-col items-center md:flex-row gap-2 md:gap-0 justify-center">
<input class="focus:outline-none border border-gray-400 py-1 lg:py-1 px-4 md:w-96 w-80 text-center"
aria-label="Search" placeholder="What can we help you find ?" type="search"/>
<button class="bg-gradient text-white w-60 py-[5px] px-8" type="submit">SEARCH</button>
</form>
<ul id="nav" class="flex flex-wrap justify-around uppercase font-bold text-rose-700 gap-3">
<li><a href="#">Clothing</a></li>
<li><a href="#">Footwear</a></li>
<li><a href="#">Equipment</a></li>
<li><a href="#">Bags & Travel</a></li>
<li><a href="#">Trail Reviews</a></li>
</ul>
</div>
</div>
</nav>
<!-- HERO -->
<section class="hero flex flex-col gap-8 justify-around py-44">
<div class="ml-auto mr-auto uppercase backdrop-blur-md p-4 rounded-md">
<h1 class="text-5xl text-right md:text-8xl font-bold font-sans bg-clip-text text-transparent bg-gradient-to-tr from-orange-500 to-rose-600">
Get A Grip <br/>
20% OFF <br/>
</h1>
<p class="text-right text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-tr from-orange-500 to-rose-600">
Throughout The Season
</p>
</div>
</section>
<!-- MAIN -->
<div class="max-w-7xl ml-auto mr-auto my-20">
<!-- SALE BANNER -->
<section
class="text-center border-t border-b border-gray-300 flex flex-col gap-6 lg:flex-row flex-wrap justify-around items-center py-10">
<img alt="Brown Boots" class="w-72" src="img/brown-boots.jpg"/>
<div class="">
<div class="text-gray-500 text-3xl uppercase font-bold">Couples retreat weekend</div>
<div class="text-blue-500 text-3xl uppercase font-bold">Save an extra 20%</div>
<div class="text-lg text-gray-500 uppercase">when you buy 2 pairs of boots</div>
</div>
<img alt="Grey Boots" class="w-72" src="img/grey-boots.jpg"/>
</section>
<!-- CATEGORIES -->
<section class="mt-20 flex flex-col md:flex-row flex-wrap lg:justify-between md:justify-around items-center gap-6">
<div class="w-[100%] lg:basis-1/5">
<a href="#">
<img alt="Splash Chic" class="w-[100%]" src="img/category-1.jpg"/>
<div class="uppercase text-center">
<h3 class="text-3xl text-gray-700 font-bold">Splash Chic</h3>
<div class="text-lg text-rose-600">Women's Wet Gear</div>
</div>
</a>
</div>
<div class="w-[100%] lg:basis-1/5">
<a href="#">
<img alt="Kid Klimbers" class="w-[100%]" src="img/category-2.jpg"/>
<div class="uppercase text-center">
<h3 class="text-3xl text-gray-700 font-bold">Kid Klimbers</h3>
<div class="text-lg text-rose-600">Children's Gear</div>
</div>
</a>
</div>
<div class="w-[100%] lg:basis-1/5">
<a href="#">
<img alt="Pack It In" class="w-[100%]" src="img/category-3.jpg"/>
<div class="uppercase text-center">
<h3 class="text-3xl text-gray-700 font-bold">Pack It In</h3>
<div class="text-lg text-rose-600">Camping Gear</div>
</div>
</a>
</div>
<div class="w-[100%] lg:basis-1/5">
<a href="#">
<img alt="Nature's AC" class="w-[100%]" src="img/category-4.jpg"/>
<div class="uppercase text-center">
<h3 class="text-3xl text-gray-700 font-bold">Nature's AC</h3>
<div class="text-lg text-rose-600">Men's Shorts</div>
</div>
</a>
</div>
</section>
<!-- FULL BANNER -->
<section class="w-[100%] min-h-fit flex flex-wrap my-20 bg-gray-700">
<div class="full-banner-cover w-[100%] h-96 lg:h-auto min-h-max lg:basis-1/2"></div>
<div class="text-center text-white w-[100%] min-h-max py-20 lg:basis-1/2 flex flex-col items-center gap-6">
<h4 class="italic text-4xl font-bold text-teal-600 uppercase">Trail Review</h4>
<hr class="w-48 bg-orange-500 border-orange-500" style="height: 8px"/>
<div class="text-6xl font-bold uppercase">Asphalt</div>
<div class="text-3xl font-light uppercase">National Park</div>
<a class="px-6 py-2 text-white bg-orange-500 rounded-md uppercase text-xl mt-8" href="#">See Review</a>
</div>
</section>
</div>
<!-- FOOTER -->
<footer class="rounded-tr-[110px] md:rounded-tr-none md:rounded-tl-[220px] text-black p-10 md:p-20 pb-10">
<section class="flex flex-col md:flex-row md:justify-around flex-wrap gap-8 md:gap-0 items-center md:items-start">
<div class="w-[288px] md:w-auto flex flex-col uppercase gap-6">
<div><span
class="bg-clip-text text-transparent font-bold text-xl bg-gradient-to-r from-orange-500 to-red-600">Customer Support</span>
</div>
<ul class="flex flex-col gap-2">
<li><a href="#">Contact Us</a></li>
<li><a href="#">Order Tracker</a></li>
<li><a href="#">Returns & Refunds</a></li>
<li><a href="#">Size Guide</a></li>
<li><a href="#">Store Locator</a></li>
<li><a href="#">Site Map</a></li>
</ul>
</div>
<div class="w-[288px] md:w-auto flex flex-col uppercase gap-6">
<div><span
class="bg-clip-text text-transparent font-bold text-xl bg-gradient-to-r from-orange-500 to-red-600"> Company info</span>
</div>
<ul class="flex flex-col gap-2">
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Sustainability</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Students</a></li>
<li><a href="#">Mobile Apps</a></li>
</ul>
</div>
<div class="w-[288px] md:w-auto flex flex-col uppercase gap-6">
<div><span
class="bg-clip-text text-transparent font-bold text-xl bg-gradient-to-r from-orange-500 to-red-600">Privacy & Terms</span>
</div>
<ul class="flex flex-col gap-2">
<li><a href="#">Privacy & Security</a></li>
<li><a href="#">Statement</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
<div class="w-[288px] md:w-auto flex-col flex ">
<div class="">Email Updates</div>
<div>
<em>Exclusive sales, special offers, and more.</em>
</div>
<div class="flex flex-col gap-1 items-center">
<input type="text" class="focus:outline-none border border-black w-72 h-8
text-center" placeholder="Enter email address"/>
<button class="bg-gradient h-8 text-white w-32 ">Sign up</button>
</div>
</div>
</section>
<div class="flex flex-col mt-20 gap-1">
<div class="flex gap-2 justify-center">
<a href="#"><img src="./img/twitter.png" alt="twitter"></a>
<a href="#"><img src="./img/facebook.png" alt="facebook"></a>
<a href="#"><img src="./img/pinterest.png" alt="pinterest"></a>
</div>
<!-- COPYRIGHT -->
<div class="text-center ">
© Built by <a href="https://github.com/tahirjamali">Tahir Jamali</a> & <a href="https://github.com/mubashirjamali101">Mubashir Jamali</a> <span id="year"></span></div>
</div>
<script>
document.getElementById("year").innerText = String(new Date().getFullYear());
</script>
</footer>
</body>
</html>