-
Notifications
You must be signed in to change notification settings - Fork 0
/
xml-pricing.html
202 lines (196 loc) · 12.7 KB
/
xml-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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>SmileSchool - homepage</title>
<meta name='viewport' content='width=device-width, initial-scale=1, viewport-fit=cover'>
<link rel='icon' type='image/png' href='./images/favicon.ico'>
<!-- External libraries -->
<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">
<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">
<!-- CSS Styling -->
<link rel="stylesheet" href="./styles.css">
<script src="xml-scripts.js"></script>
</head>
<body>
<main class="pricing-main">
<!-- HERO SECTION -->
<section class="hero-section">
<header class="header px-5 py-5">
<label for="small-nav-handler" class="nav-btn"></label>
<input type="checkbox" id="small-nav-handler">
<div class="logo-container">
<img src="./images/smile_off.png" alt="smile image">
<img src="./images/logo.png" alt="holberton smiling school logo">
</div>
<lu class="nav-list">
<li><a href="./xml-courses.html">COURSES</a></li>
<li><a class="active" href="./xml-pricing.html">PRICING</a></li>
<li><a href="./xml-login.html">LOGIN</a></li>
</lu>
</header>
<h2 class="text-logo text-center row justify-content-center align-items-center px-4">
What is
<div class="px-1">
<img class="mx-1" src="./images/smile_off.png" alt="smile image" width="38px" height="25px">
<img class="mx-1 mt-2" src="./images/logo.png" alt="holberton smiling school logo" width="150px" height="45px">
</div>
?
</h2>
<h1 class="display-4 font-weight-bold text-center py-5">
Go pro!
</h1>
<!-- PRICING TABLE -->
<div class="container-md py-5">
<div class="d-flex d-sm-none mb-5 justify-content-center">
<div class="mx-4">
<button class="btn rounded-pill shadow text-light mx-auto my-3 font-weight-bold table-btn">BUY 3 MONTHS</button>
<div class="th-title text-center font-weight-bold">$3.60</div>
<div class="table-subtitle text-center opacity-3">$1.20/month</div>
</div>
<div class="mx-4">
<button class="btn rounded-pill shadow text-light mx-auto my-3 font-weight-bold table-btn">BUY 1 YEAR</button>
<div class="th-title text-center font-weight-bold">$12.99</div>
<div class="table-subtitle text-center opacity-3">$1.08/month</div>
</div>
</div>
<table class="table table-borderless">
<thead>
<tr class="py-3">
<th scope="col" class="first-th"></th>
<th scope="col">
<button class="btn rounded-pill shadow text-light mx-auto my-3 font-weight-bold table-btn">BUY 3 MONTHS</button>
<div class="th-title text-center font-weight-bold">$3.60</div>
<div class="table-subtitle text-center opacity-3">$1.20/month</div>
</th>
<th scope="col">
<button class="btn rounded-pill shadow text-light mx-auto my-3 font-weight-bold table-btn">BUY 1 YEAR</button>
<div class="th-title text-center font-weight-bold">$12.99</div>
<div class="table-subtitle text-center opacity-3">$1.08/month</div>
</th>
</tr>
</thead>
<tbody class="text-center">
<tr class="my-2">
<th class="tr-title font-weight-normal text-left pl-0" scope="row"></th>
<td>3 MONTHS</td>
<td>1 YEAR</td>
</tr>
<tr class="my-2">
<th class="tr-title font-weight-normal text-left pl-0" scope="row">Unlimitted access to all tutorials</th>
<td><i class="holberton_school-icon-check"></i></td>
<td><i class="holberton_school-icon-check"></i></td>
</tr>
<tr class="my-2 bordered-table-row">
<th class="tr-title font-weight-normal text-left pl-0" scope="row">Access SmileSchool private forum</th>
<td><i class="holberton_school-icon-check"></i></td>
<td><i class="holberton_school-icon-check"></i></td>
</tr>
<tr class="my-2">
<th class="tr-title font-weight-normal text-left pl-0" scope="row">Access Smiles contests & Smiles Analysis</th>
<td><i class="holberton_school-icon-check"></i></td>
<td><i class="holberton_school-icon-check"></i></td>
</tr>
<tr class="my-2 bordered-table-row">
<th class="tr-title font-weight-normal text-left pl-0" scope="row">Get a free toothbrush</th>
<td></td>
<td><i class="holberton_school-icon-check"></i></td>
</tr>
<tr class="my-2">
<th class="tr-title font-weight-normal text-left pl-0" scope="row">
<img class="pl-0 mb-2" src="./images/signal.png" alt="signal logo" height="35px" width="88px"> <br> Exclusive discount on all Signal products</th>
<td></td>
<td><i class="holberton_school-icon-check"></i></td>
</tr>
</tbody>
</table>
</div>
<!-- PRICING TABLE -->
</section>
<!-- HERO SECTION -->
<!-- QUOTES SECTION -->
<section class="quotes-section">
<div id="quotesCarouselControls" class="carousel slide container-md" data-ride="carousel">
<div class="carousel-inner" id='quotes-carousel-inner'>
<div class="loader" id="quotes-loader"></div>
</div>
<a class="carousel-control-prev" href="#quotesCarouselControls" role="button" data-slide="prev">
<span class="holberton_school-icon-arrow_4 display-1" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#quotesCarouselControls" role="button" data-slide="next">
<span class="holberton_school-icon-arrow_3 display-1" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- QUOTES SECTION -->
<!-- FAQ SECTION -->
<section class="faq-section container-md px-3">
<div class="mx-auto">
<h1 class="text-center font-weight-light">
F.A.Q.
</h1>
</div>
<div class="row">
<div class="one-faq col-xs-12 col-sm-5 mx-auto">
<h2 class="font-weight-bold">
How does this work?
</h2>
<div class="faq-answer">
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.
</div>
</div>
<div class="one-faq col-xs-12 col-sm-5 mx-auto">
<h2 class="font-weight-bold">
How does this work?
</h2>
<div class="faq-answer">
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.
</div>
</div>
<div class="one-faq col-xs-12 col-sm-5 mx-auto">
<h2 class="font-weight-bold">
How does this work?
</h2>
<div class="faq-answer">
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.
</div>
</div>
<div class="one-faq col-xs-12 col-sm-5 mx-auto">
<h2 class="font-weight-bold">
How does this work?
</h2>
<div class="faq-answer">
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.
</div>
</div>
</div>
</section>
<!-- FAQ SECTION -->
</main>
<!-- FOOTER -->
<footer>
<div class="row container-md px-4 mx-auto">
<div class="logo-container col-12 col-sm-6">
<img src="./images/smile_off.png" alt="smile image">
<img src="./images/logo.png" alt="holberton smiling school logo">
</div>
<div class="social-media-icons col-12 col-sm-6 mt-5 mt-sm-0">
<div class="text-center d-flex mx-auto ml-sm-auto mr-sm-0">
<i class="holberton_school-icon-ic_facebook"></i>
<i class="holberton_school-icon-ic_twitter"></i>
<i class="holberton_school-icon-ic_instagram"></i>
</div>
</div>
</div>
<div class="text-center">
©smileschool 2020
</div>
</footer>
<!-- FOOTER -->
</body>
</html>