-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestimonials.html
246 lines (218 loc) · 8.45 KB
/
testimonials.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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<title>SmartCourse - Testimonials Page</title>
<!-- ? META DATA -->
<meta name="author" content="Andre Ferreira" />
<!--? https://github.com/Namonaki0/SmartCourse -->
<meta name="description" content="Concept website for online courses, the content found here is for training purposes only.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<link rel="shortcut icon" href="#" />
<!--? STYLESHEETS -->
<link rel="stylesheet" href="CSS/testimonials.css" />
<link rel="stylesheet" href="CSS/course-output-modal.css" />
<link rel="stylesheet" href="CSS/index.css" />
<!-- ? FONTS -->
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&family=Montserrat:wght@300;400;600;700&display=swap"
rel="stylesheet"
/>
<!-- ? ICONS -->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/c0594c7b16.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<nav>
<a href="index" class="logo">SC<span class="material-icons chevron"></span></a>
<span class="open-menu" tabindex="0" onkeydown="openMenu()" onclick="openMenu()">
<span class="material-icons menu"></span>
</span>
<!--? NAVIGATION -->
<ul class="navigation">
<a href="#" class="close-menu"><span class="material-icons close-menu" tabindex="0" onclick="closeMenu()">

</span></a>
<li>
<a href="index" aria-label="homepage">Home</a>
</li>
<li>
<a href="courses" aria-label="course-page">Courses</a>
</li>
<li>
<a href="testimonials" aria-label="testimonials-page" class="active">Testimonials</a>
</li>
<div class="sign-in-wrapper">
<a href="#auth-overall-wrapper" id="sign-in-btn" class="sign-in">Sign-in</a>
</div>
</ul>
</nav>
<span class="user-log-in-message"></span>
</header>
<main class="alumni-main">
<div class="alumni-hero">
<p>What they are saying...</p>
<span></span>
</div>
<div class="testimonials">
<div class="testimonial">
<img src="./Images/Image8.jpeg" alt="Liam S photograph" />
<span></span>
<div class="testimonial-content">
<p>
<q
>The CS course took my career to a whole different level. I
managed to land my first job in the field after completing their
projects. I highly recommend you checking out their wide range
of courses, you won't be disappointed.</q
>
</p>
<span class="testimonial-info">Liam S. - USA</span>
</div>
</div>
<div class="testimonial">
<img src="./Images/Image9.jpeg" alt="Joan P photograph" />
<span></span>
<div class="testimonial-content">
<p>
<q
>I regret not investing my time into learning something like
UX/UI before but I'm glad I made the choice, my life is
definitely better because of it and I owe it to SmartCourse for
providing me with the right knowledge. I wish I did it
sooner.</q
>
</p>
<span class="testimonial-info">Joan P. - France</span>
</div>
</div>
<div class="testimonial">
<img src="./Images/Image10.jpeg" alt="Helder M photograph" />
<span></span>
<div class="testimonial-content">
<p>
<q
>Looking through their course list I realized I could change my
life by starting a new career. I enrolled in the HTML/CSS
bootcamp and after finishing it I was hired by my local
advertising company. Totally worth it.</q
>
</p>
<span class="testimonial-info">Helder M. - Brazil</span>
</div>
</div>
<div class="testimonial">
<img src="./Images/Image11.jpeg" alt="Stephen S photograph" />
<span></span>
<div class="testimonial-content">
<p>
<q
>I took the Python Bootcamp really seriously and it gave me the
tools necessary to hold my own in the CS field. Do not hesitate
to upgrade your skills. I cannot recommend this course enough.
Best decision I ever made.</q
>
</p>
<span class="testimonial-info">Stephen S. - UK</span>
</div>
</div>
</div>
<div class="secondary-testimonials">
<h2>Some of our reviews</h2>
<div class="secondary-testimonials-wrapper">
<div class="secondary-testimonials-info">
<img src="./Images/Image14.jpeg" alt="Dimitri J picture" />
<p class="rating">★★★★★</p>
<p class="opinion">"Superb" - <i>JS Bootcamp</i></p>
<p class="name">Dimitri J.</p>
</div>
<div class="secondary-testimonials-info">
<img src="./Images/Image12.jpeg" alt="Spencer R picture" />
<p class="rating">★★★★★</p>
<p class="opinion">"Best course out there" - <i>CS</i></p>
<p class="name">Spencer R.</p>
</div>
<div class="secondary-testimonials-info">
<img
class="suzan"
src="./Images/Image13.jpeg"
alt="Suzan G picture"
/>
<p class="rating">★★★★★</p>
<p class="opinion">"Best course ever" - <i>Design Thinking</i></p>
<p class="name">Suzan G.</p>
</div>
</div>
</div>
</main>
<!--? AUTHENTICATION -->
<div class="auth-overall-wrapper" id="auth-overall-wrapper">
<div class="main-auth-wrapper" id="auth-wrapper">
<input
type="text"
class="user-email user-input"
id="user-email"
placeholder="enter email..."
/>
<input type="text" class="user-password user-input" id="user-password"
placeholder="enter password..."">
<button onclick="userAuth()" class="validate-btn" id="validate-btn">
confirm
</button>
<p class="no-account">don't have an account? <a class="no-account-span" id="no-account-span" href="#" onclick="">register here</a></p>
</div>
<div class="logged-in-wrapper" id="logged-in-wrapper">
<h2>Welcome</h2>
<p id="welcome-text">You are now logged in.</p>
<button class="logout-btn" id="logout-btn" onclick="logout()">
logout
</button>
</div>
</div>
<footer>
<div class="social-media">
<div class="follow">
<p class="follow-us">follow us:</p>
<ul>
<li class="links">
<a href="#"><i class="fab fa-facebook-square"></i></a>
</li>
<li class="links">
<a href="#"><i class="fab fa-instagram"></i></a>
</li>
<li class="links">
<a href="#"><i class="fab fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="menu-wrapper-content">
<ul>
<li><a href="howitworks">How it works</a></li>
<li><a href="benefits">Benefits of joining</a></li>
<li><a href="refundpolicy">Refund policy</a></li>
</ul>
</div>
<div class="bottom-links-wrap">
<div class="bottom-links">
<a href="terms" class="bottom-link">Terms & Agreements</a>
<a href="legal" class="bottom-link">Legal</a>
<a href="subscribe" class="bottom-link" id="subscription">Subscribe</a>
</div>
<p>SmartCourse™ all rights reserved 2020</p>
</div>
</div>
</footer>
<script src="https://www.gstatic.com/firebasejs/8.4.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.4.1/firebase-auth.js"></script>
<script src="JS/authentication.js"></script>
<script src="JS/index.js"></script>
</body>
</html>
<!-- * designed and developed by Andre Ferreira @ www.andreferreiradev.com * -->