-
Notifications
You must be signed in to change notification settings - Fork 0
/
3-pricing.html
232 lines (220 loc) · 12.6 KB
/
3-pricing.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
<!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">
<title>SmilingSchool</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Coiny&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="holberton_school-icon/style.css">
</head>
<body>
<header class="pricing">
<div class="container">
<nav class="navbar navbar-expand-sm bg-transparent">
<button class="navbar-toggler mt-3" type="button" data-toggle="collapse"
data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
aria-label="Toggle navigation">
<span class="holberton_school-icon-menu text-white"></span>
</button>
<a class="navbar-brand d-none d-sm-block" href="#">
<img class="m-3" src="images/smile_off.png" width="30" alt="">
<img src="images/logo.png" width="120" alt="">
</a>
<a class="navbar-brand d-sm-none mx-auto text-center" href="#">
<img class="mt-3 mr-5" src="images/smile_off.png" width="30" alt="">
<div class="w-100"></div>
<img class="mt-3 mr-5" src="images/logo.png" width="120" alt="">
</a>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav d-sm-none">
<div class="d-sm-none mx-auto mt-3">
<a class="nav-link text-white " href="#courses">COURSES</a>
<a class="nav-link purple-text act" href="#pricing">PRICING</a>
<a class="nav-link text-white " href="#login">LOGIN</a>
</div>
</div>
<div class="d-none d-sm-block ml-auto">
<div class="navbar-nav">
<a class="nav-link text-white " href="#courses">COURSES</a>
<a class="nav-link purple-text act" href="#pricing">PRICING</a>
<a class="nav-link text-white " href="#login">LOGIN</a>
</div>
</div>
</div>
</nav>
</div>
<section>
<div class="container text-center get">
<p class="text-white font-weight-bold logo">
What is <img class="mt-1 mr-2 ml-2" src="images/smile_off.png" width="45" alt="">
<img class="mt-1" src="images/logo.png" width="200" alt="">
?
</p>
<p class="text-white text-uppercase p-5 font-weight-bold go">Go pro</p>
</div>
</section>
<section>
<div class="container text-center text-white py-5">
<div class="row justify-content-end">
<div class="col-6 col-md-4">
<a href="#" class="text-white"><span class="badge badge-pill purple-bg m-3 p-3">BUY 3
MONTHS</span></a>
<p><span class="prince-font font-weight-bold">$3.60</span><br>
<span class="prince-font2 opacity-50">$1.20/month</span>
</p>
</div>
<div class="col-6 col-md-4">
<a href="#" class="text-white"><span class="badge badge-pill purple-bg m-3 p-3">BUY 1
YEAR</span></a>
<p><span class="prince-font font-weight-bold">$12.99</span><br>
<span class="prince-font2 opacity-50">$1.08/month</span>
</p>
</div>
</div>
<div class="tab pt-5">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
Unlimited access to all tutorials
</div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
<hr class="gray-bg">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
Access SmileSchool private forum
</div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
<hr class="gray-bg">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
Access Smiles contests & Smiles Analysis
</div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
<hr class="gray-bg">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
Get a free toothbrush
</div>
<div class="col-3 col-md-4"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
<hr class="gray-bg">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
<img class="my-1" src="images/signal.png" width="88" height="35" alt=""><br>
Exclusive discount on all Signal products
</div>
<div class="col-3 col-md-4"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
</div>
</section>
</header>
<section class="text-white purple-bg carousel-font py-5">
<div id="carouselQuotes" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row justify-content-around">
<div class="col-sm-1">
<img class="rounded-circle mx-auto m-3 d-block" src="images/profile_5.jpg" width="150"
height="150">
</div>
<div class="col-sm-5 mx-3">
<p>« Those tutorials are concise and go straight to the point. I can’t think of a better
place to learn smiling. And it’s so fun!</p>
<p><span class="font-weight-bold">Person Name</span><br>
<span class="font-italic">weather presenter</span>
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row justify-content-around">
<div class="col-sm-1">
<img class="rounded-circle mx-auto m-3 d-block" src="images/profile_5.jpg" width="150"
height="150">
</div>
<div class="col-sm-6 mx-2">
<p>« Those tutorials are concise and go straight to the point. I can’t think of a better
place to learn smiling. And it’s so fun!</p>
<p><span class="font-weight-bold">Person Name</span><br>
<span class="font-italic">weather presenter</span>
</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselQuotes" role="button" data-slide="prev">
<span aria-hidden="true"><img src="images/arrow_white_left.png" alt=""></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselQuotes" role="button" data-slide="next">
<span aria-hidden="true"><img src="images/arrow_white_right.png" alt=""></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section class="bg-white">
<h1 class="d-flex justify-content-center font-weight-light pt-5 pb-5">F.A.Q.</h1>
<div class="row justify-content-center m-2">
<div class="col-lg-4 p-4">
<h2>How does this work?</h2>
<p class="gray-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="col-lg-4 p-4">
<h2>How does this work?</h2>
<p class="gray-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<div class="row justify-content-center m-2">
<div class="col-4 p-4">
<h2>How does this work?</h2>
<p class="gray-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="col-4 p-4">
<h2>How does this work?</h2>
<p class="gray-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</section>
</body>
</html>