-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
260 lines (252 loc) · 11.1 KB
/
index.html
File metadata and controls
260 lines (252 loc) · 11.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Best Shop</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Raleway:wght@300;400;700;800&display=swap"
rel="stylesheet">
<link href="scss/main.scss" rel="stylesheet">
</head>
<body>
<header>
<section class="top-bar">
<div class="container">
<p class="shop_logo">BestShop</p>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn">
<span class="navicon"></span>
</label>
<nav class="main-menu">
<ul>
<li><a href="#">Why Us</a></li>
<li><a href="#benefits">Benefits</a></li>
<li><a href="#prices">Prices</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</section>
</header>
<main>
<section class="welcome">
<h1>Sell More</h1>
<p>Open shop on our platform and increase your sales</p>
<a href="#">Open your shop</a>
<img alt="computer" src="assets/Background.png">
</section>
<section class="statistics">
<div class="container">
<h2>The most popular sales platform in country</h2>
<div class="info-boxes">
<div class="info-box info-box--red">
<img alt="icon person" src="assets/Person.svg">
<p>100000+</p>
<span>daily entries</span>
</div>
<div class="info-box info-box--blue">
<img alt="icon person" src="assets/Eye.svg">
<p>2000000+</p>
<span>seen products every day</span>
</div>
<div class="info-box info-box--green">
<img alt="icon person" src="assets/Catalog.svg">
<p>10000+</p>
<span>added posts daily</span>
</div>
</div>
</div>
</section>
<section class="benefits" id="benefits">
<div class="container-benefits">
<div class="benefits-boxes">
<div class="benefits-box">
<div class="benefits-box--red">
<h2>Be always first</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<hr class="benefits">
</div>
<div class="redish-square">
<img alt="Macbook" src="assets/Macbook.png">
</div>
</div>
<div class="benefits-box">
<div class="blue-circle">
<img alt="iPhone" src="assets/iPhone.png">
</div>
<div class="benefits-box--blue">
<h2>Your shop is where you are!</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<hr class="benefits">
</div>
</div>
<div class="benefits-box">
<div class="benefits-box--green">
<h2>Increase recognition your brand!</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<hr class="benefits">
</div>
<img alt="Trumpet" class="green-img" src="assets/Trumpet.png">
</div>
</div>
</div>
</section>
<section class="prices" id="prices">
<div class="container-pricing">
<h2>Pricing</h2>
<div class="prices-boxes">
<div class="price-box price-box--red">
<h3>Basic</h3>
<p>$0</p>
<span> </span>
<ul>
<li class="yes">100 MB HDD</li>
<li class="yes">1 Subdomain</li>
<li class="yes">2 E-mails</li>
<li class="no">Two years license</li>
<li class="no">Full support</li>
</ul>
<a href="#">Begin</a>
</div>
<div class="price-box price-box--blue">
<h3>Professional</h3>
<p>$25</p>
<span>Limited offer</span>
<ul>
<li class="yes">500 MB HDD</li>
<li class="yes">2 Subdomain</li>
<li class="yes">5 E-mails</li>
<li class="yes">One year license</li>
<li class="no">Full support</li>
</ul>
<a href="#">Begin</a>
</div>
<div class="price-box price-box--green">
<h3>Premium</h3>
<p>$60</p>
<span>Limited offer</span>
<ul>
<li class="yes">2 GB HDD</li>
<li class="yes">5 Subdomain</li>
<li class="yes">20 E-mails</li>
<li class="yes">Two years license</li>
<li class="yes">Full support</li>
</ul>
<a href="#">Begin</a>
</div>
</div>
</div>
</section>
<section class="calc">
<h2>Calculate how much you’ll pay</h2>
<div class="calc__columns">
<form class="calc__form">
<div class="calc__input">
<input type="number" class="form__input" id="products" min="1" step="1" placeholder="Products quantity"/>
</div>
<div class="calc__input">
<input type="number" class="form__input" id="orders" min="1" step="1" placeholder="Estimated orders in month"/>
</div>
<div class="calc__select" id="package" data-value="">
<div class="select__input">
Choose package
</div>
<ul class="select__dropdown">
<li data-value="basic">Basic</li>
<li data-value="professional">Professional</li>
<li data-value="premium">Premium</li>
</ul>
</div>
<label class="form__checkbox">
<input type="checkbox" id="accounting"/>
<span class="checkbox"></span>
<p class="consent__text">Accounting</p>
</label>
<label class="form__checkbox">
<input type="checkbox" id="terminal"/>
<span class="checkbox"></span>
<p class="consent__text">Rental of a payment terminal</p>
</label>
</form>
<div class="calc__summary">
<ul>
<li class="list__item" data-id="products">
<span class="item__type">Products</span>
<span class="item__calc"> </span>
<span class="item__price"> </span>
</li>
<li class="list__item" data-id="orders">
<span class="item__type">Orders</span>
<span class="item__calc"> </span>
<span class="item__price"> </span>
</li>
<li class="list__item" data-id="package">
<span class="item__type">Package</span>
<span class="item__calc"> </span>
<span class="item__price"> </span>
</li>
<li class="list__item" data-id="accounting">
<span class="item__type">Accounting</span>
<span class="item__price"> </span>
</li>
<li class="list__item" data-id="terminal">
<span class="item__type">Terminal</span>
<span class="item__price"> </span>
</li>
</ul>
<div class="summary__total" id="total-price">
<span>Total</span>
<span class="total__price"></span>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container-contact">
<div class="contacts">
<h2>Any questions?</h2>
<p>Leave your email address or call us!</p>
<div class="contact-details">
<span><img src="assets/Mail%20Icon.svg" alt="icon envelop">info@bestshop.xyz</span>
<span><img src="assets/Phone%20Icon.svg" alt="icon phone">123 456 789</span>
</div>
</div>
<form action="" class="contacts">
<label for="name">Name</label>
<input id="name" name="name" type="text">
<label for="email">email</label>
<input id="email" name="email" type="email">
<label class="checkbox">
<input id="checkbox" name="checkbox" type="checkbox">
<span></span>
I hereby give consent for my personal data included in my application to be processed for the
purposes of the recruitment process under the European Parliament’s and Council of the European
Union Regulation on the Protection of Natural Persons as of 27 April 2016, with regard to the
processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC
(Data Protection Directive)
</label>
<button class="button-submit" type="submit">Send</button>
</form>
</div>
</section>
</main>
<footer>
<div class="container-footer">
<div class="copyright">
<p>BestShop</p>
<span>© 2019 BestShop LTD, All Rights Reserved</span>
</div>
<div class="social-links">
<a href="#"><img src="assets/Twitter.svg" alt="Twitter icon"></a>
<a href="#"><img src="assets/Facebook.svg" alt="Facebook icon"></a>
</div>
</div>
</footer>
</body>
<script src="js/app.js"></script>
</html>