-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
executable file
·213 lines (200 loc) · 12.1 KB
/
homepage.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
<!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">
<link rel="stylesheet" href="styles.css">
<script src="scripts.js"></script>
</head>
<body>
<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="./0-courses.html">COURSES</a></li>
<li><a href="./0-pricing.html">PRICING</a></li>
<li><a href="./0-login.html">LOGIN</a></li>
</lu>
</header>
<div class="big-title">
Get schooled
</div>
<div class="w-100 subtitles row justify-content-center">
<div class="pr-5">SMILES</div>
<div class="pr-5">GRIN</div>
<div>LAUGH</div>
</div>
<button class="btn rounded-pill shadow text-light mx-auto my-3 font-weight-bold">REGISTER FOR FREE</button>
<div class="small-title h5 text-center">
<span class="font-weight-bold purple-text">Learn</span> from the pros
</div>
<div class="container-md mx-auto testimonials row justify-content-center justify-space-between pb-4">
<div class="col-6 col-sm-3 d-flex flex-column align-items-center mb-5">
<img class="rounded-circle mb-2" src="./images/profile_1.jpg" alt="person image">
<div class="font-weight-bold">Phillip Massey</div>
<div class="font-italic"><< Smile of the year >></div>
<div class="font-italic">2018 - 2019</div>
</div>
<div class="col-6 col-sm-3 d-flex flex-column align-items-center mb-5">
<img class="rounded-circle mb-2" src="./images/profile_2.jpg" alt="person image">
<div class="font-weight-bold">Nannie Lawrence</div>
<div class="font-italic">Best << little smile >></div>
<div class="font-italic">2017</div>
</div>
<div class="col-6 col-sm-3 d-flex flex-column align-items-center mb-5">
<img class="rounded-circle mb-2" src="./images/profile_3.jpg" alt="person image">
<div class="font-weight-bold">Bruce Walters</div>
<div class="font-italic">Best << Friend Smile >></div>
<div class="font-italic">live performance 2019</div>
</div>
<div class="col-6 col-sm-3 d-flex flex-column align-items-center mb-5">
<img class="rounded-circle mb-2" src="./images/profile_4.jpg" alt="person image">
<div class="font-weight-bold">Henry Hughes</div>
<div class="font-italic"><< 24h smiles >> winner</div>
<div class="font-italic">2016 - 2019</div>
</div>
</div>
</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">
</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 -->
<!-- TUTORIALS SECTION -->
<section class="tutorial-section">
<h2 class="text-dark text-center font-weight-light section-title">
Most <span class="purple-text font-weight-bold">popular</span> tutorials
</h2>
<div class="container-md">
<div id="videosCarouselControls" class="carousel slide" data-ride="carousel">
<div class="videos-slides-container">
<div class="carousel-inner text-center">
<div class="d-flex" id="videocards">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#videosCarouselControls" role="button" data-slide="prev">
<span class="holberton_school-icon-arrow_4 text-dark display-1" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#videosCarouselControls" role="button" data-slide="next">
<span class="holberton_school-icon-arrow_3 text-dark display-1" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- TUTORIALS SECTION -->
<!-- FREE MEMBERSHIP SECTION -->
<section class="free-membership-section">
<h2 class="text-center font-weight-light section-title">
<span class="purple-text font-weight-bold">Free</span> membership
</h2>
<div class="row container-md mx-auto">
<div class="col-xs col-sm-6 col-md-3 text-center">
<img class="mb-4" src="./images/smile_on.png" alt="smile logo">
<div class="font-weight-bold mb-3">Lorem ipsum</div>
<div class="text-center mx-auto free-membership-item-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div>
</div>
<div class="col-xs col-sm-6 col-md-3 text-center">
<img class="mb-4" src="./images/smile_on.png" alt="smile logo">
<div class="font-weight-bold mb-3">Lorem ipsum</div>
<div class="text-center mx-auto free-membership-item-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div>
</div>
<div class="col-xs col-sm-6 col-md-3 text-center">
<img class="mb-4" src="./images/smile_on.png" alt="smile logo">
<div class="font-weight-bold mb-3">Lorem ipsum</div>
<div class="text-center mx-auto free-membership-item-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div>
</div>
<div class="col-xs col-sm-6 col-md-3 text-center">
<img class="mb-4" src="./images/smile_on.png" alt="smile logo">
<div class="font-weight-bold mb-3">Lorem ipsum</div>
<div class="text-center mx-auto free-membership-item-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div>
</div>
</div>
<button class="btn rounded-pill shadow text-light mx-auto my-3 font-weight-bold">REGISTER FOR FREE</button>
</section>
<!-- FREE MEMBERSHIP SECTION -->
<!-- TUTORIALS SECTION 2 -->
<section class="tutorial-section">
<h2 class="text-dark text-center font-weight-light section-title">
<span class="purple-text font-weight-bold">Latest</span> videos
</h2>
<div class="container-md">
<div id="videosCarouselControls" class="carousel slide" data-ride="carousel">
<div class="videos-slides-container">
<div class="carousel-inner text-center">
<div class="d-flex" id="latestvids">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#videosCarouselControls" role="button" data-slide="prev">
<span class="holberton_school-icon-arrow_4 text-dark display-1" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#videosCarouselControls" role="button" data-slide="next">
<span class="holberton_school-icon-arrow_3 text-dark display-1" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- TUTORIALS SECTION 2 -->
</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>