forked from zero-to-mastery/old-zero-to-mastery-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
285 lines (247 loc) · 13.3 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
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Zero To Mastery - Become a Web Deb Today</title>
<link rel="icon" type="image/png" href="./assets/images/favicon.ico" >
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="./assets/css/style.css" rel="stylesheet">
<link href="./assets/css/carousel.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light mb-5">
<a class="navbar-brand" href="../">
<img src="../assets/images/ztm.png" width="50" height="50" class="d-inline-block align-top" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse ham-content" id="navbarSupportedContent">
<ul class="navbar-nav">
</ul>
<ul class="navbar-nav ml-auto pb-2 pl-2 pr-2">
<!-- Course Dropdown -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Courses
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="../courses/zero-to-mastery.html">Zero to Mastery</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="../courses/junior-to-senior.html">Junior to Senior</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="../courses/master-the-coding-interview.html">Master the Coding Interview</a>
</div>
</li>
<!-- Projects -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Projects
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="../projects/collaboration-projects.html">Collaboration Projects</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="../projects/coding-challenges.html">Coding Challenges</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="../projects/project-of-the-month.html">Project of the Month</a>
</div>
</li>
<!-- Events -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Events
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="../events/advent-of-code.html">Advent Of Code</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="../events/past-events.html">Past Events</a>
</div>
</li>
<!-- Community -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Community
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="../community/discord.html">Discord</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="../community/resources.html">Handy Resources</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="../community/questtion-board.html">Question Board</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="../community/job-board.html">Job Board</a>
</div>
</li>
</ul>
</div>
</nav>
<header>
<div class="carousel slide carousel-fade" data-ride="carousel" data-interval="3000" id="carousel-1">
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active">
<img class="img-fluid w-100 d-block" src="./assets/images/slide-images/slide1.jpg" alt="Slide Image">
<div class="carousel-caption">
<h3 class="animated slideInDown">Coding Challenge</h3>
<p class="animated slideInLeft">Monthly challenges, designed to push your skills to the next level!</p>
<a href="./projects/coding-challenges.html" class="btn btn-outline-light btn-lg animated slideInUp">Read More</a>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<img class="img-fluid w-100 d-block" src="./assets/images/slide-images/slide2.jpg" alt="Slide Image">
<div class="carousel-caption">
<h3 class="animated fadeInDown">Collaboration Projects</h3>
<p class="animated slideInUp">Opensource community projects, work with other to create something awesome</p>
<a href="./projects/collaboration-projects.html" class="btn btn-outline-light btn-lg animated slideInUp">Read More</a>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item">
<img class="img-fluid w-100 d-block" src="./assets/images/slide-images/slide3.jpg" alt="Slide Image">
<div class="carousel-caption">
<h3 class="animated slideInDown">Useful Resources</h3>
<p class="animated slideInLeft">Student collated resources and article repository</p>
<a href="./community/resources.html" class="btn btn-outline-light btn-lg animated slideInUp">Read More</a>
</div>
</div>
<!-- Slide 4 -->
<div class="carousel-item">
<img class="img-fluid w-100 d-block" src="./assets/images/slide-images/slide4.jpg" alt="Slide Image">
<div class="carousel-caption">
<h3 class="animated slideInDown">Questions and Answers</h3>
<p class="animated slideInLeft">Ask and answer questions</p>
<a href="./community/questtion-board.html" class="btn btn-outline-light btn-lg animated slideInUp">Read More</a>
</div>
</div>
<!-- Slide 5 -->
<div class="carousel-item">
<img class="img-fluid w-100 d-block" src="./assets/images/slide-images/slide5.jpg" alt="Slide Image">
<div class="carousel-caption">
<h3 class="animated slideInDown">Community</h3>
<p class="animated slideInLeft">Join nearly 19,000 students and developers in the online community</p>
<a href="./community/discord.html" class="btn btn-outline-light btn-lg animated slideInUp">Read More</a>
</div>
</div>
</div>
<div>
<a class="carousel-control-prev" href="#carousel-1" role="button" data-slide="prev">
<span class="carousel-control-prev-icon">
<i class="la la-cutlery"></i>
</span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-1" role="button" data-slide="next">
<span class="carousel-control-next-icon">
<i class="la la-cutlery"></i>
</span>
<span class="sr-only">Next</span>
</a>
</div>
<ol class="carousel-indicators">
<li data-target="#carousel-1" data-slide-to="0" class="active"></li>
<li data-target="#carousel-1" data-slide-to="1"></li>
<li data-target="#carousel-1" data-slide-to="2"></li>
<li data-target="#carousel-1" data-slide-to="3"></li>
<li data-target="#carousel-1" data-slide-to="4"></li>
</ol>
</div>
</header>
<!-- Language Section -->
<section class="langs py-5">
<div class="container text-center">
<img src="./assets/images/htmlcsjs.png" style="width: 50vw">
</div>
</section>
<!-- Video Section -->
<section id="about" class="bg-secondary">
<div class="container bg-secondary text-center p-5">
<!-- Title -->
<div class="videoTitles text-center">
<h3>Become a Web Developer</h3>
<h2 class="display-4">Start Today!</h2>
</div>
<!-- Video -->
<div class="desktop-wrapper my-5">
<div onclick="play();" class="playicon " id="vidwrap"></div>
</div>
<!-- Description -->
<p>
<em>"The Complete Web Developer in 2018: Zero to Mastery"</em> is a complete full-stack web development course, with
the latest and most in-demand technologies, for anyone trying to learn web development in 2018.
<br>
<br> Learn to code with us, join the community and practice the skills you gained from the course, build up your portfolio
by contributing to projects, and become a job ready web developer this year.
</p>
</div>
</section>
<!-- Course Section -->
<section id="course" class="container py-5">
<div class="card-deck">
<!-- ZTM -->
<div class="card coursecard">
<img class="card-img-top" src="./assets/images/course-images/zerotomastery.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">The Complete Web Developer in 2018: Zero to Mastery</h5>
<p class="card-text">Learn to code and become a web developer in 2018 with HTML5, CSS, Javascript, React, Node.js, Machine Learning
& more!</p>
</div>
<div class="card-footer bg-secondary text-center">
<a href="./courses/zero-to-mastery.html" class="btn btn-outline-warning">View Course</a>
</div>
</div>
<!-- J2S -->
<div class="card coursecard">
<img class="card-img-top" src="./assets/images/course-images/j2s.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">The Complete Junior to Senior Web Developer Roadmap (2019)</h5>
<p class="card-text">This is the tutorial you've been looking for to no longer be a junior developer, level up your skills, and earn
a higher salary. This extensive course doesn’t just cover a small portion of the industry.</p>
</div>
<div class="card-footer bg-secondary text-center">
<a href="./courses/junior-to-senior.html" class="btn btn-outline-warning">View Course</a>
</div>
</div>
<!-- MCI -->
<div class="card coursecard">
<img class="card-img-top" src="./assets/images/course-images/mastering-interviews.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Master the Coding Interview: Data Structures + Algorithms</h5>
<p class="card-text">Using the strategies, lessons, and exercises in this course, you will learn how to land offers from great tech
companies like Google, Microsoft, Facebook, Netflix, Amazon and more!</p>
</div>
<div class="card-footer bg-secondary text-center">
<a href="./courses/master-the-coding-interview.html" class="btn btn-outline-warning">View Course</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="pt-5 pb-3 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © Zero To Mastery 2018</p>
<p class="pt-2 text-center text-secondary">Built by the students for the students with a special thanks to Andrei Neagoie.</p>
</div>
<!-- /.container -->
</footer>
<script src="./assets/js/scripts.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
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>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>