-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (181 loc) · 8.21 KB
/
index.html
File metadata and controls
197 lines (181 loc) · 8.21 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
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
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/main.css">
<title>Shopercase</title>
</head>
<body>
<nav class="main-nav">
<i class="fas fa-times fa-3x"></i>
<div class="inner-nav">
<a href="#" class="start">Get started</i></a>
<div class="side-nav">
<a href="#price" class="hide">Pricing</a>
<a href="#" class="hide">Become a Seller</a>
<p class="deck">Categories <i class="fas fa-chevron-down"></i></p>
<div class="accordion">
<a href="#">Home & Office</a>
<a href="#">Health & Beauty</a>
<a href="#">Electronics</a>
<a href="#">Fashion</a>
<a href="#">Product Designing</a>
<a href="#">Others...</a>
</div>
</div>
</div>
</nav>
<header id="main-header">
<h1><a href="#">Shopercase</a></h1>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#price">Pricing</a></li>
<li><a href="#">Become a seller</a></li>
</ul>
<div class="icon-bar"><i class="fa-solid fa-bars-staggered fa-3x"></i></div>
</header>
<section class="showcase">
<div class="showcase-head">
<h2>Shoper<span>case</span></h2>
<p>Make easy shopping with Shopercase</p>
<a href="#">Get started <i class="fas fa-chevron-right"></i></a>
</div>
<div class="showcase-social">
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</section>
<div class="hero">
<img src="./images/showcase.jpg" alt="platform image">
</div>
<section id="about" class="about">
<div class="about-inner">
<div class="welcome-outer">
<div class="welcome">
<h2>Welcome to Shopercase</h2>
<p>Shopercase is the premier ecommerce platform,providing enterpreneurs and small businessowners with
all
the
tools they need to easily launch, manage, and grow their online store. With Shopercase, you can
create a
stunning online store with a few clicks and start selling in no time.</p>
</div>
<div class="welcome">
<h2>About</h2>
<p>Shopercase is the perfect platform for anyone looking to break intothe online marketplace. Our
comprehensive suite of tools makes it easy to get started, manage your store, and accept payments
from
customers. Plus, our powerful marketing features will help you promote your products and reach new
customers.</p>
</div>
</div>
<img src="./images/hero.jpg" alt="">
</div>
</section>
<div class="testimonial">
<div class="testimonial-card"></div>
<div id="prev"><i class="fas fa-chevron-left fa-4x"></i></div>
<div id="next"><i class="fas fa-chevron-right fa-4x"></i></div>
</div>
<section class="banner">
<div class="banner-inner">
<h2>Why Choose Shopercase?</h2>
<p>Shopercase is designed to be user-friendly, so you don't have to be a tech expert to get started. Our
platform intuitive and easy to use, so you can focus on growing your business instead of spending
time
learning complex software. We also offer exceptional customers service and support, so you never
have to
worry about being left in the dark.</p>
<ul>
<li><i class="fas fa-check"></i>Create a stunning online store with a few clicks.</li>
<li><i class="fas fa-check"></i>Manage and track orders</li>
<li><i class="fas fa-check"></i>Easily accept payments from customers: Customize your store with themes and templates</li>
<li><i class="fas fa-check"></i>Powerful marketing features to promote your products</li>
<li><i class="fas fa-check"></i>Comprehensive analytics to track store performance</li>
</ul>
</div>
</section>
<div id="price" class="pricing">
<h3>pricing Plan</h3>
<p class="tag">Shopercase offers a variety of plans to suit any budget. Our Stater plan is free and includes
everythimmg
you need to get started. For more advance features, you can upgrade to our Pro or Business plans.</p>
<div class="pricing-table">
<div class="tab">
<p class="head">Starter<strong> $19</strong></p>
<p class="bord">Free 30-day trial</p>
<p class="bord">Subscription fee of $10/month</p>
<p class="bord">Ability to add up to 10 products</p>
<p class="bord">Basic payment processing features</p>
<p class="bord">Basic customers support</p>
<a href="#" class="subscribe">Subscribe</a>
</div>
<div class="tab">
<p class="head">Enterprise<strong> $99</strong></p>
<p class="bord">Subscription fee of $50/month</p>
<p class="bord">Ability to add an unlimited number of products</p>
<p class="bord">Advance payment processing and shipping features</p>
<p class="bord">Dedicated customer support</p>
<p class="bord">Access to exclusive features and discounts</p>
<a href="#" class="subscribe">Subscribe</a>
</div>
<div class="tab">
<p class="head">Platinum<strong> $49</strong></p>
<p class="bord">Subscription fee of $20/month</p>
<p class="bord">Ability to add an unlimited number of products</p>
<p class="bord">Advance payment processing features</p>
<p class="bord">Advance customers support</p>
<p class="bord">No Free Trial</p>
<a href="#" class="subscribe">Subscribe</a>
</div>
</div>
</div>
<section class="links">
<div class="inner-links">
<div>
<h3>Socials</h3>
<a href="#"><i class="fab fa-facebook-square"></i>Facebook</a>
<a href="#"><i class="fab fa-twitter"></i>Twitter</a>
<a href="#"><i class="fab fa-linkedin"></i>LinkedIn</a>
<a href="#"><i class="fab fa-instagram"></i>Instagram</a>
</div>
<div>
<h3>Company</h3>
<a href="#">About us</a>
<a href="#">Blog</a>
<a href="#">Careers</a>
<a href="#">Cutomers</a>
<a href="#">Brand</a>
<a href="#">Terms of Service</a>
<a href="#">Privacy Policy</a>
<a href="#">Become a Seller</a>
</div>
<div>
<h3>Developers</h3>
<a href="#">API</a>
<a href="#">Team Members</a>
<a href="#">Products</a>
<a href="#">Status </a>
</div>
<div>
<h3>Support</h3>
<a href="#">Help & Support</a>
<a href="#">Trust & Safety</a>
<a href="#">Selling on Shopercase</a>
<a href="#">Buying on Shopercase</a>
</div>
</div>
</section>
<footer>
<p>Shopercase Inc. © 2023.</p>
</footer>
<script src="main.js"></script>
</body>
</html>