-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
348 lines (324 loc) · 21.8 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
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopify</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
screen: {
sm: '480px',
md: '768px',
lg: '976px',
xl: '1827px'
},
extend: {
colors: {
clifford: '#da373d',
}
}
}
}
</script>
<style>
body {
padding: 0;
margin: 0;
outline: 0;
width: 100%;
height: 100%;
font-family: Inter, sans-serif;
overflow-x: hidden;
}
</style>
</head>
<body>
<nav class=" bg-[#fbf7ed] p-4 pt-8 flex flex-row justify-between items-center">
<img src="./Images/logo.svg" alt="" class="w-48 ml-20">
<ul class=" xl: flex flex-row justify-between items-center gap-12 relative right-16">
<li class="hidden xl:inline text-[#42474c] font-medium text-2xl hover:font-bold hover:text-[#313131] hover:cursor-pointer">Sell <i class="fa-solid fa-angle-down"></i></li>
<li class="hidden xl:inline text-[#42474c] font-medium text-2xl hover:font-bold hover:text-[#313131] hover:cursor-pointer">Start <i class="fa-solid fa-angle-down"></i></li>
<li class="hidden xl:inline text-[#42474c] font-medium text-2xl hover:font-bold hover:text-[#313131] hover:cursor-pointer">Market <i class="fa-solid fa-angle-down"></i></li>
<li class="hidden xl:inline text-[#42474c] font-medium text-2xl hover:font-bold hover:text-[#313131] hover:cursor-pointer">Manage <i class="fa-solid fa-angle-down"></i></li>
</ul>
<ul class=" xl: flex flex-row justify-between items-center gap-12 relative left-20">
<li class=" hidden xl:inline text-[#42474c] font-medium text-2xl hover:font-bold hover:text-[#313131] hover:cursor-pointer">Pricing <i class="fa-solid fa-angle-down"></i></li>
<li class="hidden xl:inline text-[#42474c] font-medium text-2xl hover:font-bold hover:text-[#313131] hover:cursor-pointer">Learn <i class="fa-solid fa-angle-down"></i></li>
<li class="hidden xl:inline text-[#42474c] font-medium text-2xl hover:font-bold hover:text-[#313131] hover:cursor-pointer">Login <i class="fa-solid fa-angle-down"></i></li>
</ul>
<button class="bg-[#008060] px-5 py-5 pt-2 pb-2 rounded text-white font-extrabold relative right-10 hover:bg-[#1c8d73] hover:border border-{#1faa59} hover:bg-[#004c3f] transition delay-150 duration-300 ease-in-out">Try for Free</button>
</nav>
<!-- Hero section starts -->
<section class="pt-14 bg-[#fbf7ed] ">
<div class="flex flex-col-reverse justify-center gap-24 xl:flex-row ">
<div class="ml-20">
<h1 class="text-6xl font-bold text-[#004c3f] xl:mt-32 mb-8">The easiest way to sell<br> online in India </h1>
<h2 class="text-2xl font-medium text-[#6b7177] xl:mb-8">Try one of the most powerful platforms on the market <br> for free. No technical knowledge needed.</h2>
<div class=" flex flex-col gap-2 xl:flex xl:flex-row items-center mb-10">
<input type="text" id="fname" name="fname" placeholder="Enter email address" class="py-3 px-9 pr-28 border border-[#6b7177] rounded-md"><br>
<button class="bg-[#008060] py-3 px-9 border rounded-md text-white font-medium">Try for free</button>
</div>
<p class="text-lg font-medium text-[#698eac]">Try Shopify free for 14 days, no credit card required. By entering your email, you agree to <br> receive marketing emails from Shopify.</p>
</div>
<img src="./Images/bag.webp" alt="">
</div>
</section>
<!-- Online business section -->
<section class="bg-[#004c3f] pt-20">
<div class="px-20">
<h1 class="text-6xl font-medium text-white mb-10">Bring your business online</h1>
<p class="text-2xl font-light text-white xl:mb-8">Create an ecommerce website backed by powerful tools that help you find customers, drive sales, and manage your day-to-day.</p>
<p class="text-2xl font-normal text-white xl:mb-8">Explore more examples</p>
<div class="flex flex-wrap justify-center gap-10 xl:flex-row">
<div>
<img src="./Images/onbImg1.jpg" alt="">
<h2 class="mt-6 text-xl font-bold text-white cursor-pointer">FOOD & DRINK</h2>
<h2 class="mt-2 mb-20 text-xl font-medium text-white cursor-pointer">Blue Tokai</h2>
</div>
<div>
<img src="./Images/onbImg2.webp" alt="">
<h2 class="mt-6 text-xl font-bold text-white cursor-pointer">JEWELLERY</h2>
<h2 class="mt-2 mb-20 text-xl font-medium text-white cursor-pointer">Quirksmith</h2>
</div>
<div>
<img src="./Images/onbImg3.webp" alt="">
<h2 class="mt-6 text-xl font-bold text-white cursor-pointer">ELECTRONICS</h2>
<h2 class="mt-2 mb-20 text-xl font-medium text-white cursor-pointer">Crossbeats</h2>
</div>
<div>
<img src="./Images/onbImg4.jpg" alt="">
<h2 class="mt-6 text-xl font-bold text-white cursor-pointer">BEAUTY</h2>
<h2 class="mt-2 mb-20 text-xl font-medium text-white cursor-pointer">Mcaffine</h2>
</div>
<div>
<img src="./Images/onbImg5.jpg" alt="">
<h2 class="mt-6 text-xl font-bold text-white cursor-pointer">FASHION</h2>
<h2 class="mt-2 mb-20 text-xl font-medium text-white cursor-pointer">Bunaai</h2>
</div>
</div>
</div>
</section>
<section class="bg-[#004c3f] pt-20 px-20">
<h1 class="text-4xl font-medium text-white mb-16">Take the best path forward</h1>
<div class="flex flex-wrap justify-center items-center gap-16">
<div>
<i class="fa-2x text-white fa-solid fa-business-time"></i>
<h3 class="mt-2 mb-4 text-2xl font-medium mt-8 text-white">Start an online business</h3>
<p class="mt-2 mb-4 text-xl font-normal mt-2 text-white pb-10">Create a business, whether you've <br> got a fresh idea or are looking for a <br> new way to make money.</p>
</div>
<div>
<i class="fa-2x text-white fa-solid fa-globe"></i>
<h3 class="mt-2 mb-4 text-2xl font-medium mt-8 text-white">Move your business online</h3>
<p class="mt-2 mb-4 text-xl font-normal mt-2 text-white pb-10">Turn your retail store into an online <br> store and keep serving customers <br> without missing a beat.</p>
</div>
<div>
<i class="fa-2x text-white fa-brands fa-shopify"></i>
<h3 class="mt-2 mb-4 text-2xl font-medium mt-8 text-white">Switch to Shopify</h3>
<p class="mt-2 mb-4 text-xl font-normal mt-2 text-white pb-10">Bring your business to Shopify, no <br> matter which ecommerce platform <br> you're currently using.</p>
</div>
<div>
<i class="fa-2x text-white fa-solid fa-people-group"></i>
<h3 class="mt-2 mb-4 text-2xl font-medium mt-8 text-white">Hire a Shopify expert</h3>
<p class="mt-2 mb-4 text-xl font-normal mt-2 text-white pb-10">Get set up with the help of a trusted <br> freelancer or agency from the <br> Shopify Experts Marketplace.</p>
</div>
</div>
</section>
<!-- Sell everywhere section -->
<section class="bg-[#ffffff] pt-20 px-20">
<div class="">
<h1 class="text-5xl text-[#2e3943] font-medium text-center mb-4">With you wherever you're going</h1>
<p class="text-[#7897b4] text-xl font-medium text-center mb-10">One platform with all the ecommerce and point of sale features <br> you need to start, run, and grow your business.</p>
<div class="flex flex-col xl:flex lg:flex-row justify-start gap-2">
<video src="./Images/selleverywhereVid.mp4" autoplay muted class="w-[800px]"></video>
<div>
<h2 class="text-4xl text-[#21232b] font-semibold mt-20 mb-4">Sell everywhere</h2>
<p class="text-2xl text-[#21232b] font-semibold mt-2 mb-4">Use one platform to sell products to anyone, anywhere—in <br> person with Point of Sale and online through your website,<br> social media, and online marketplaces.</p>
<p class="text-[#008060] text-2xl font-medium mb-10 cursor-pointer">Explore ways to sell <i class="fa-solid fa-arrow-right"></i></p>
</div>
</div>
</div>
</section>
<!-- Market business -->
<section class="bg-[#ffffff] pt-20 px-20">
<div class="flex flex-col-reverse xl:flex lg:flex-row justify-center gap-24">
<div>
<h2 class="text-4xl text-[#21232b] font-semibold mt-20 mb-4">Market your business</h2>
<p class="text-2xl text-[#21232b] font-semibold mt-2 mb-4">Take the guesswork out of marketing with built-in tools that <br> help you create, execute, and analyze digital <br> marketing campaigns.</p>
<p class="text-[#008060] text-2xl font-medium mb-20 cursor-pointer">Explore how to market your business<i class="fa-solid fa-arrow-right"></i></p>
</div>
<img src="./Images/marketBusiness.jpg" alt="" class="w-[600px]">
</div>
</section>
<!-- Manage Everything section -->
<section class="bg-[#ffffff] pt-20 px-20 pb-20">
<div class="flex flex-col-reverse xl:flex lg:flex-row justify-center gap-24">
<img src="./Images/table_2.png" alt="" class="w-[600px]">
<div>
<h2 class="text-4xl text-[#21232b] font-semibold mt-20 mb-4">Manage everything</h2>
<p class="text-2xl text-[#21232b] font-semibold mt-2 mb-4">Gain the insights you need to grow—use a single dashboard to manage orders, shipping, and payments anywhere you go.</p>
<p class="text-[#008060] text-2xl font-medium mb-16 cursor-pointer">Explore how to manage your business<i class="fa-solid fa-arrow-right"></i></p>
</div>
</div>
</section>
<!-- Explore section -->
<section class="bg-[#f3fcf4] pt-32 px-20 py-20">
<h1 class="text-5xl text-[#2e3943] font-medium text-center mb-20">Explore more from Shopify in India</h1>
<div class="flex flex-col-reverse xl:flex lg:flex-row justify-center">
<div class="pl-8 pr-20 bg-[#ffffff]">
<h2 class="text-lg text-[#212428] font-extrabold mb-8 mt-12">START</h2>
<h1 class="text-4xl text-[#212428] font-medium mb-8">Launch your store with the help of a <br> Shopify Expert</h1>
<p class="text-[##6e87a1] text-2xl font-medium mb-8 ">Find hundreds of experts from India ready to help you get your <br> store up and running, from choosing a theme to building a <br>fully customized site.</p>
<p class="text-[#008060] text-2xl font-medium mb-8 cursor-pointer">Browse Experts in India <i class="fa-solid fa-arrow-right"></i> </p>
</div>
<img src="./Images/ExploreImg.jpg" alt="">
</div>
</section>
<!-- Empowering business section -->
<section class="bg-[#ffffff] pt-32 px-20 py-20">
<div>
<h1 class="text-4xl text-[#212428] font-bold mb-8">Empowering independent business <br> owners everywhere</h1>
<h2 class="text-2xl text-[#212428] font-medium mb-8 mt-12">Millions of businesses in <span class="font-bold">175 countries</span> around the world have <br> made over <span class="font-bold">$496 billion USD</span> in sales using Shopify.</h2>
<p class="text-[#008060] text-2xl font-bold mb-8 cursor-pointer">Learn more about Shopify <i class="fa-solid fa-arrow-right"></i></p>
<img src="./Images/globe.gif" alt="" class="block ml-auto mr-auto w-[800px]">
</div>
</section>
<!-- Testimonial section -->
<section class="bg-[#ffffff] pt-32 px-20 py-20">
<div class="flex flex-col xl:flex lg:flex-row justify-center">
<img src="./Images/testimonial.jpg" alt="" class="w-[700px] h-[850px]">
<div class="px-32 py-32 bg-[#002e25]">
<h1 class="text-4xl text-[#ffffff] text-center leading-14 font-semibold mb-10">“Shopify was my knight in <br> shining armor when I <br> exhausted every other <br> possibility of getting my <br> online store up and
running. <br> It was stunningly easy to <br> use, with more features and <br> plug-ins that I didn't even <br> know I wanted.”</h1>
<img src="./Images/testimonialright.png" alt="" class="block ml-auto mr-auto">
<p class="text-[#ffffff] text-xl font-medium text-center mt-8 mb-8 ">Alicia | Alicia Souza</p>
</div>
</div>
</section>
<!-- Brand section -->
<section class="bg-[#ffffff] pt-12 px-20 py-20">
<div class="flex flex-row flex-wrap items-center gap-32 justify-center">
<img src="./Images/brand1.png" alt="">
<img src="./Images/brand2.png" alt="">
<img src="./Images/brand3.png" alt="">
<img src="./Images/brand4.png" alt="">
<img src="./Images/brand5.png" alt="">
<img src="./Images/brand6.png" alt="">
<img src="./Images/brand7.png" alt="">
</div>
</section>
<!-- Help section -->
<section class=" pt-12">
<div class="flex flex-col xl:flex lg:flex-row justify-center">
<div class="px-52 bg-[#fbf7ed]">
<h1 class="text-4xl text-[#212326] font-medium leading-[4rem] mb-8">Get the help you need, <br> every step of the way</h1>
<div class="flex flex-col xl:flex lg:flex-row justify-center">
<div class="pr-4">
<h2 class="text-2xl text-[#21232b] font-semibold mb-4 mt-4">Shopify support</h2>
<p class="text-[#837e7b] text-xl font-medium mt-8 mb-4">Contact support 24/7, whether you're troubleshooting issues or looking for business advice.</p>
<p class="text-[#008060] text-lg font-bold mb-8 cursor-pointer">Contact support <i class="fa-solid fa-arrow-right"></i></p>
</div>
<div class="pr-4">
<h2 class="text-2xl text-[#21232b] font-semibold mb-4 mt-4">Shopify App Store</h2>
<p class="text-[#837e7b] text-xl font-medium mt-8 mb-4">Add features and functionality to your business with 6,000+ apps that integrate directly with Shopify.</p>
<p class="text-[#008060] text-lg font-bold mb-8 cursor-pointer">Visit the Shopify Store <i class="fa-solid fa-arrow-right"></i></p>
</div>
</div>
<div class="pr-4 pt-10">
<h2 class="text-2xl text-[#21232b] font-semibold mb-4 mt-4">Shopify Experts Marketplace</h2>
<p class="text-[#837e7b] text-xl font-medium mt-8 mb-4">Hire a Shopify expert to help you <br> with everything from store setup <br> to SEO.</p>
<p class="text-[#008060] text-lg font-bold mb-8 cursor-pointer">Explore the Shopify Experts Marketplace <i class="fa-solid fa-arrow-right"></i></p>
</div>
</div>
<img src="./Images/prefooter.jpg" alt="">
</div>
</section>
<!-- Business journey section -->
<section class="bg-[#ffffff] pt-22 px-20 py-20">
<div>
<h1 class="text-5xl text-[#212326] font-medium text-center mb-8">Start your business journey with Shopify</h1>
<p class="text-[#87827e] text-center text-xl font-medium mt-8 mb-8">Try Shopify for free, and explore all the tools and services you need to start, run, and grow <br> your business.</p>
<button class="bg-[#008060] px-5 py-5 pt-5 pb-5 rounded text-white block ml-auto mr-auto font-extrabold relative right-10 hover:bg-[#1c8d73] hover:border border-{#1faa59} hover:bg-[#004c3f] transition delay-150 duration-300 ease-in-out">Start free trial</button>
</div>
</section>
<footer class="bg-[#002e25] pt-22 px-20 py-20">
<div class="flex flex-row justify-start">
<ul class="flex flex-row justify-center gap-10">
<li class="text-xl font-semibold text-[#ffffff] cursor-pointer">About </li>
<li class="text-xl font-semibold text-[#ffffff] cursor-pointer">Careers</li>
<li class="text-xl font-semibold text-[#ffffff] cursor-pointer">Press and Media</li>
<li class="text-xl font-semibold text-[#ffffff] cursor-pointer">Shopify plus</li>
<li class="text-xl font-semibold text-[#ffffff] cursor-pointer">Sitemap</li>
</ul>
</div>
<div class="flex flex-row flex-wrap justify-between mt-10 gap-10">
<div >
<ul>
<li class="text-lg font-bold text-[#ffffff] cursor-pointer">ONLINE STORE</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Sell online</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Examples</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Website builder</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Online retail</li>
</ul>
</div>
<div>
<ul>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer"> </li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Ecommerce website</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Domain names</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Shopping carts</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Ecommerce hosting</li>
</ul>
</div>
<div>
<ul>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer"> </li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Mobile commerce</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Online store builder</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Dropshipping business</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">store themes</li>
</ul>
</div>
<div>
<ul>
<li class="text-lg font-bold text-[#ffffff] cursor-pointer">POINT OF SALE</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Point of sale</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Feature</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Hardware</li>
</ul>
</div>
<div>
<ul>
<li class="text-lg font-bold text-[#ffffff] cursor-pointer">SUPPORT</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">24/7 Support</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Shopify Help Center</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Shopify Community</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">API documentation</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Free tools</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Free stock photos</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Websites for sale</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Logo Maker</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Business name generator</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Research</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Legal</li>
</ul>
</div>
<div>
<ul>
<li class="text-lg font-bold text-[#ffffff] cursor-pointer">SHOPIFY</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Contact</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Partner program</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Affliate programs</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">App developer</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Investors</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Blog topics</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Community Events</li>
<li class="text-lg font-medium text-[#ffffff] cursor-pointer">Fullfilment</li>
</ul>
</div>
</div>
</footer>
</body>
</html>