-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththrift.html
100 lines (95 loc) · 7.27 KB
/
thrift.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
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<Style>
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
font-family: 'Raleway', sans-serif;
}
</Style>
</head>
<body class="bg-gradient-to-b from-blue-100 to white " id="body">
<header>
<nav class="fixed w-full relative">
<div class="container m-auto px-6 md:px-12 lg:px-6">
<div class="flex flex-wrap items-center justify-between py-6 gap-6 md:py-4 md:gap-0">
<div class="w-full flex justify-between lg:w-auto"><a href="index.html" aria-label="logo"><img src="logo.png" class="w-24" alt="mixeo logo" width="144" height="48"></a>
<button aria-label="hamburger" id="hamburger" class="w-10 h-10 mr-2 block md:hidden">
<div aria-hidden="true" id="line" class="inset-0 w-6 h-0.5 mt-2 m-auto rounded bg-gray-500 transtion duration-300"></div>
<div aria-hidden="true" id="line2" class="inset-0 w-6 h-0.5 mt-2 m-auto rounded bg-gray-500 transtion duration-300"></div>
</button></div>
<div id="menu" class="w-full md:flex md:items-center md:w-auto md:space-y-0 md:p-0 md:flex-nowrap hidden">
<div class="block w-full lg:items-center lg:flex ">
<ul class="space-y-6 pb-6 tracking-wide font-medium text-gray-600 lg:pb-0 lg:pr-6 lg:items-center lg:flex lg:space-y-0">
<li><a href="index.html" class="block md:px-3"><span>Home</span></a></li>
<li><a href="about.html" class="block md:px-3" id="link"><span>About Us</span></a></li>
<li><a href="how.html" class="block md:px-3"><span>How it works</span></a></li>
</ul>
<ul class="border-t space-y-2 pt-2 lg:space-y-0 lg:space-x-2 lg:pt-0 lg:pl-2 lg:border-t-0 lg:border-l lg:items-center lg:flex">
<li><a href="sign.html"><button type="button" title="Start buying" class="w-full py-3 px-6 rounded-full text-center transition focus:bg-sky-100 sm:w-max"><span class="block text-cyan-600 font-semibold"> Sign in </span></button></a></li>
<li><a href="DASHBOARD.html"><button type="button" title="Start buying" class="w-full py-3 px-6 rounded-full text-center transition bg-cyan-500 hover:bg-cyan-600 hover:border-cyan-900 hover:border-10 focus:bg-sky-600 sm:w-max"><span class="block text-white font-semibold"> Try it Now </span></button></a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header><br><br><br><br>
<section>
<div class="mx-auto max-w-screen-xl px-4 py-8">
<div><span class="inline-block h-1 w-12 bg-red-700"></span>
<h2 class="mt-1 text-2xl font-extrabold uppercase tracking-wide lg:text-3xl"> Shoes </h2>
</div>
<div class="mt-8 grid grid-cols-2 gap-x-4 gap-y-8 lg:grid-cols-4"><a href="#" class="block">
<div class="flex justify-center"><strong class="relative h-6 bg-black px-4 text-xs uppercase leading-6 text-white"> Available in - Atlanta </strong></div><img alt="Trainer" src="https://static.nike.com/a/images/t_default/45289cb4-2ae6-4165-be6c-88237d42c819/zoomx-streakfly-road-racing-shoes-Dn1Lw8.png" class="-mt-3 h-96 w-full object-cover" />
<h3 class="mt-4 text-sm text-black/90"> Nike ZoomX StreakFly Road Racing Shoes </h3>
<div class="mt-4 flex items-center justify-between font-bold">
<p class="text-lg">$35</p>
<button
type="button"
class="inline-flex w-auto cursor-pointer select-none appearance-none items-center justify-center space-x-1 rounded border border-blue-700 bg-blue-700 px-2 py-1 text-sm font-medium text-white transition hover:border-blue-800 hover:bg-blue-800 focus:border-blue-300 focus:outline-none focus:ring-2 focus:ring-blue-300">
Buy Now
</button>
</div>
</a><a href="#" class="block">
<div class="flex justify-center"><strong class="relative h-6 bg-black px-4 text-xs uppercase leading-6 text-white"> Available in - NYC </strong></div><img alt="Trainer" src="https://pyxis.nymag.com/v1/imgs/a98/d0a/ad37aae9d281b562d1afe26fdc8a28cbd6.2x.rsquare.w600.jpg" class="-mt-3 h-96 w-full object-cover" />
<h3 class="mt-4 text-sm text-black/90"> Fils Casual Wear Shoes </h3>
<div class="mt-4 flex items-center justify-between font-bold">
<p class="text-lg">$26</p>
<button
type="button"
class="inline-flex w-auto cursor-pointer select-none appearance-none items-center justify-center space-x-1 rounded border border-blue-700 bg-blue-700 px-2 py-1 text-sm font-medium text-white transition hover:border-blue-800 hover:bg-blue-800 focus:border-blue-300 focus:outline-none focus:ring-2 focus:ring-blue-300">
Buy Now
</button>
</div>
</a><a href="#" class="block">
<div class="flex justify-center"><strong class="relative h-6 bg-black px-4 text-xs uppercase leading-6 text-white"> Available in - Toronto </strong></div><img alt="Trainer" src="https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_450,h_450/global/380435/16/sv01/fnd/IND/fmt/png" class="-mt-3 h-96 w-full object-cover" />
<h3 class="mt-4 text-sm text-black/90"> Puma Running Shoes </h3>
<div class="mt-4 flex items-center justify-between font-bold">
<p class="text-lg">$35</p>
<button
type="button"
class="inline-flex w-auto cursor-pointer select-none appearance-none items-center justify-center space-x-1 rounded border border-blue-700 bg-blue-700 px-2 py-1 text-sm font-medium text-white transition hover:border-blue-800 hover:bg-blue-800 focus:border-blue-300 focus:outline-none focus:ring-2 focus:ring-blue-300">
Buy Now
</button>
</div>
</a><a href="#" class="block">
<div class="flex justify-center"><strong class="relative h-6 bg-black px-4 text-xs uppercase leading-6 text-white"> Available in - Sydney </strong></div><img alt="Trainer" src="https://imageio.forbes.com/specials-images/imageserve/62aab57330f58ef439d3b371/Bulls-v-Bullets/960x0.jpg" class="-mt-3 h-96 w-full object-cover" />
<h3 class="mt-4 text-sm text-black/90"> Nike BasketBall Shoes </h3>
<div class="mt-4 flex items-center justify-between font-bold">
<p class="text-lg">$25</p>
<button
type="button"
class="inline-flex w-auto cursor-pointer select-none appearance-none items-center justify-center space-x-1 rounded border border-blue-700 bg-blue-700 px-2 py-1 text-sm font-medium text-white transition hover:border-blue-800 hover:bg-blue-800 focus:border-blue-300 focus:outline-none focus:ring-2 focus:ring-blue-300">
Buy Now
</button>
</div>
</a></div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>