-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (166 loc) · 7.83 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
<!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="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
<title>BestShop</title>
</head>
<body>
<header>
<section class="header container">
<div class="logo">BestShop</div>
<nav>
<ul>
<li><a href="#">why us</a></li>
<li><a href="#">benefits</a></li>
<li><a href="#">prices</a></li>
<li><a href="#">contact</a></li>
</ul>
</nav>
</section>
</header>
<main>
<section class="welcome container">
<h1>Sell more!</h1>
<p>Open shop on our platform and increase your sales</p>
<a href="#" class="btn">Open your shop</a>
</section>
</main>
<section class="statistics">
<h2>The most popular sales platform in country</h2>
<div class="stat-numbers container">
<div class="single-stat">
<div class="circle red"><img src="./assets/Person.svg" alt=""></div>
<h4>100000+</h4>
<p>daily entries</p>
</div>
<div class="single-stat">
<div class="circle blue"><img src="./assets/Eye.svg" alt=""></div>
<h4>2000000+</h4>
<p>seen products every day</p>
</div>
<div class="single-stat">
<div class="circle green"><img src="./assets/Catalog.svg" alt=""></div>
<h4>10000+</h4>
<p>added posts daily</p>
</div>
</div>
</section>
<section class="benefits">
<section class="container">
<div class="benefit">
<div class="left-side column">
<h2>Be always first</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Impedit consectetur, nulla esse repudiandae nam laudantium eos ad reprehenderit dolores laborum?</p>
<div class="line red"></div>
</div>
<div class="right-side column">
<img class="front-img" src="./assets/Macbook.png" alt="">
<div class="square"></div>
</div>
</div>
<div class="benefit">
<div class="left-side column">
<img class="phone-img" src="./assets/iPhone.png" alt="">
<div class="big-circle"></div>
</div>
<div class="right-side column">
<h2>Your shop is where you are!</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Impedit consectetur, nulla esse repudiandae nam laudantium eos ad reprehenderit dolores laborum?</p>
<div class="line blue"></div>
</div>
</div>
<div class="benefit-container">
<div class="benefit one-sided">
<div class="one-side column">
<h2>Increase recognition your brand!</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Impedit consectetur, nulla esse repudiandae nam laudantium eos ad reprehenderit dolores laborum?</p>
<div class="line green"></div>
</div>
</div>
<div class="benefit green">
<img class="trumpet" src="./assets/Trumpet.png" alt="">
</div>
</div>
</section>
</section>
<section class="pricing container">
<h2>Pricing</h2>
<div class="container pricing-container">
<div class="pricing-option red-price">
<h3 class="pricing-name">Basic</h3>
<h3 class="price">$0</h3>
<span class="pricing-element option-check">100 MB HDD</span>
<span class="pricing-element option-check">1 Subdomain</span>
<span class="pricing-element option-check">2 E-mails</span>
<span class="pricing-element option-uncheck">Two years license</span>
<span class="pricing-element option-uncheck">Full support</span>
<a href="#" class="btn red">Begin</a>
</div>
<div class="pricing-option blue-price">
<h3 class="pricing-name">Professional</h3>
<h3 class="price">$25</h3>
<h5>Limited offer</h5>
<span class="pricing-element option-check">100 MB HDD</span>
<span class="pricing-element option-check">1 Subdomain</span>
<span class="pricing-element option-check">2 E-mails</span>
<span class="pricing-element option-check">Two years license</span>
<span class="pricing-element option-uncheck">Full support</span>
<a href="#" class="btn blue">Begin</a>
</div>
<div class="pricing-option green-price">
<h3 class="pricing-name">Premium</h3>
<h3 class="price">$60</h3>
<h5>Limited offer</h5>
<span class="pricing-element option-check">100 MB HDD</span>
<span class="pricing-element option-check">1 Subdomain</span>
<span class="pricing-element option-check">2 E-mails</span>
<span class="pricing-element option-check">Two years license</span>
<span class="pricing-element option-check">Full support</span>
<a href="#" class="btn green">Begin</a>
</div>
</div>
</section>
<section class="contact container">
<div class="contact-info">
<h2>Any questions?</h2>
<p>Leave your email address or call us!</p>
<span><img src="./assets/Mail Icon.svg" alt=""><a href="mailto:[email protected]">[email protected]</a></span>
<span><img src="./assets/Phone Icon.svg" alt=""><a href="tel:123 456 789">123 456 789</a></span>
</div>
<div class="contact-form">
<form action="" class="contact-form">
<label>
<span>NAME</span>
<input type="text" name="name">
</label>
<label>
<span>E-MAIL</span>
<input type="email" name="email">
</label>
<label class="checkbox-label">
<input type="checkbox" name="checkbox">
<div class="check-box"></div>
<p>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)</p>
</label>
<a href="#" class="btn">Send</a>
</form>
</div>
</section>
<footer>
<div class="container">
<div class="footer-logo">
<div class="logo">BestShop</div>
<p>© 2019 BestShop LTD, All Rights Reserved</p>
</div>
<div class="social">
<a href=""><img src="./assets/Twitter.svg" alt="twitter"></a>
<a href=""><img src="./assets/Facebook.svg" alt="fb"></a>
</div>
</div>
</footer>
</body>
</html>