forked from hngi/StartNg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
412 lines (372 loc) · 19.8 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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0-11/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
<title>Start NG</title>
<style>
body {
font-family: Nunito;
}
/* Style for Navbar Starts */
.navbar-custom li a {
color: #000;
}
.btn-success {
background-color: #2DCE89;
color: #fff;
border: thin solid #2dce89;
}
.btn-success:hover {
background-color: #2DCE89;
color: #fff;
border: thin solid #2dce89;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
border-color: #000;
}
/* Style for Navbar Ends */
/* Style for Footer Starts */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
}
a {
text-decoration: none;
}
.deep {
background: #3A0842;
color: #fff;
}
.deep #slink {
background: #44CF6C;
border-radius: 10px;
color: white;
padding: 10px 70px;
}
.deep li a {
text-decoration: none;
color: #fff;
font-size: 16px;
line-height: 30px;
}
.deep li {
list-style: none;
}
.deep li a:hover {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.icons i {
font-size: 26px;
height: 50px;
width: 50px;
padding: 10px 20px;
color: white;
}
.icons i.fa.fa-twitter:hover {
color: #00aced;
}
.icons i.fa.fa-facebook:hover {
color: #3b5598;
}
.icons i.fa.fa-instagram:hover {
color: #ed3833;
}
/* Style for Footer Ends */
.body-banner {
background-image: url('https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570926364/startng/Group_415_yteas3.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.checked {
color: orange;
}
.video {
background-color: #44CF6C;
}
.help {
background-image: url('https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570930464/startng/Group_418_ngwxfa.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-custom bg-custom">
<div class="container">
<a href="/" class="navbar-brand"><img src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570873250/startng/Logo_1_ib5bjh.png" class="img-fluid" alt="logo" width="150px"></a>
<button class="navbar-toggler float-right custom-toggler" type="button" data-toggle="collapse" data-target="#navbar9" style="color: #000;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar9">
<ul class="navbar-nav ml-auto">
<li class="nav-item mr-5">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item mr-5">
<a class="nav-link" href="courses.html">Courses</a>
</li>
<li class="nav-item mr-5">
<a class="nav-link" href="hireGrad.html">Hire A Grad</a>
</li>
<li class="nav-item mr-5">
<a class="nav-link" href="contactus.html">Contact Us</a>
</li>
<li class="nav-item mr-5">
<a class="btn btn-success nav-link px-5" href="register.html" style="color: #fff;">Start
Learning</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid body-banner pt-5 pb-5">
<div class="col-md-6 offset-md-2">
<h4 class="pt-5 mt-5 pb-4" style="color: #fff; font-style: normal; font-weight: 600; font-size: 35px; line-height: 27px;">Up Your Tech Game Online <br> or Onsite</h4>
<p class="pb-3" style="color: #fff; font-style: normal; font-weight: 400; font-size: 16px; line-height: 27px;">
The HNG internship is a 3-month remote internship designed to <br> find and develop the most talented software developers
</p>
<a href="register.html" class="btn btn-success pl-5 pr-5 mb-4">Start Learning</a>
</div>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<h4 class="mb-4 mt-3">Begin Your Journey to Self Development</h4>
<p>The HNG internship is a 3-month remote internship designed <br> to find and develop the most talented software developers.<br> Everyone is welcome to participate (there is no entrance exam).<br> Anyone can log into the internship using
their laptop. Each week, we give tasks. </p>
<input type="text" class="form-control col-md-10 mb-3" placeholder="Type in your preferred course">
<a href="" class="btn btn-success pl-5 pr-5 mb-3" style="background-color: #44CF6C;">Find A Course</a>
</div>
<div class="col-md-6 mb-3">
<img src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570926879/startng/Group_144_qgkkfx.png" class="img-fluid">
</div>
</div>
</div>
<div class="container mt-5">
<h4 class="text-center" style="color: #3A0842;">Explore Our Courses</h4>
<hr>
<div class="row">
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570927379/startng/Rectangle_44_w9fioh.png" alt="Card image">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;">Backend Development</h4>
<p>Learn the fundamentals of <br> Modern Backend ...</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked mb-3"></span> <br>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #9A75A0; border: thin solid #9A75A0;">ONLINE</a>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #FFE797; border: thin solid #FFE797;">FREE</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570927379/startng/Rectangle_44_w9fioh.png" alt="Card image">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;">Backend Development</h4>
<p>Learn the fundamentals of <br> Modern Backend ...</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked mb-3"></span> <br>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #9A75A0; border: thin solid #9A75A0;">ONLINE</a>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #FFE797; border: thin solid #FFE797;">FREE</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570927379/startng/Rectangle_44_w9fioh.png" alt="Card image">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;">Backend Development</h4>
<p>Learn the fundamentals of <br> Modern Backend ...</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked mb-3"></span> <br>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #9A75A0; border: thin solid #9A75A0;">ONLINE</a>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #FFE797; border: thin solid #FFE797;">FREE</a>
</div>
</div>
</div>
</div>
<div class="row mb-5">
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570927379/startng/Rectangle_44_w9fioh.png" alt="Card image">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;">Backend Development</h4>
<p>Learn the fundamentals of <br> Modern Backend ...</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked mb-3"></span> <br>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #9A75A0; border: thin solid #9A75A0;">ONLINE</a>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #FFE797; border: thin solid #FFE797;">FREE</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570927379/startng/Rectangle_44_w9fioh.png" alt="Card image">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;">Backend Development</h4>
<p>Learn the fundamentals of <br> Modern Backend ...</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked mb-3"></span> <br>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #9A75A0; border: thin solid #9A75A0;">ONLINE</a>
<a href="#" class="btn btn-primary pr-3 pl-3 pt-1 pb-1" style="background-color: #FFE797; border: thin solid #FFE797;">FREE</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid video">
<div class="row align-items-center">
<div class="col-md-6 pb-3" style="color: #fff;">
<h4 class="pl-3 pb-3" style="font-weight:bold; font-size: 24px;">The beginning of your career <br> starts here. With us.
</h4>
<p class="pl-5" style="font-weight:bold;">- Intensive learning sessions</p>
<p class="pl-5">The HNG internship is a 3-month remote <br> internship designed ---to find and <br> develop the most talented software developers. </p>
<p class="pl-5" style="font-weight:bold;">- Intensive learning sessions</p>
<p class="pl-5">The HNG internship is a 3-month remote <br> internship designed ---to find and <br> develop the most talented software developers. </p>
<a href="" class="pl-5" style="color: #fff; font-weight: bold;">Learn more >></a>
</div>
<div class="col-md-6">
<img src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570929621/startng/Group_417_rx40it.png" class="img-fluid">
</div>
</div>
</div>
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-6">
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570930231/startng/Group_236_dr5bq8.png">
</div>
<div class="col-md-6">
<h4 class="pb-3">Take Your First Steps in Achieving Your Dreams</h4>
<p class="pb-4">The HNG internship is a 3-month remote internship <br> designed to find and develop the most talented
<br> software developers. Everyone is welcome to participate <br> (there is no entrance exam). </p>
<a href="register.html" class="btn btn-success pl-5 pr-5" style="background-color: #44CF6C; border-color: #44CF6C;">Start Learning</a>
</div>
</div>
</div>
<div class="container-fluid help mt-5 pt-5 pb-5">
<div class="col-md-6 offset-md-3 text-center pt-5" style="color: #fff;">
<h4 class="pb-3">Need Professional Help?</h4>
<p class="pb-4">After 3 months of training and projects, our graduates <br> are ready to take on full-time or remote jobs at your <br> company.
</p>
<a href="hireGrad.html" class="btn btn-success pl-5 pr-5" style="background-color: #44CF6C; border-color: #44CF6C;">Hire
a Graduate
</a>
</div>
</div>
<div class="container-fluid pt-5 pb-5" style="background-color: #fff;">
<div class="col-md-10 offset-md-1">
<img src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570930756/startng/Testimonials_dwtp2n.png" class="img-fluid">
</div>
<div class="col-md-6 offset-md-3 text-center pt-5 pb-5">
<h4>Online or Offline, We Are Here For You</h4>
<p>The HNG internship is a 3-month remote internship designed to find and develop the most talented software developers.
</p>
<a href="register.html" class="btn btn-success pl-5 pr-5" style="background-color: #44CF6C; border-color: #44CF6C;">Start
Learning</a>
</div>
</div>
<div class="container-fluid pt-5 pb-5" style="background-color: rgba(42, 43, 42, 0.05);">
<div class="container pt-5 pb-5">
<div class="row align-items-center">
<div class="col-md-8 pb-5">
<h4 style="font-weight: bold; font-size: 40px;">Subscribe to our Newsletter</h4>
<p style="font-size: 20px;">Stay Updated with our latest news, discount and promotions
</p>
<form class="form-inline">
<input type="text" class="form-control col-md-8" id="email">
<button type="submit" class="btn btn-primary ml-1 pl-5 pr-5" style="background-color: #44CF6C; border-color: #44CF6C;">Subscribe</button>
</form>
</div>
<div class="col-md-4">
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570931071/startng/newsletter_1_h3frhq.png">
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="container-fluid text-white deep">
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 mt-3 mb-4">
<img src="https://res.cloudinary.com/juwon-tech/image/upload/v1570818437/Logo_1_oyasky.png" alt="">
</div>
</div>
<div class="row pb-4">
<div class="col-lg-4 col-md-12 mb-3">
<h4 class='mb-4'>Ready to take the Leap?</h4>
<a href="#" class='btn btn-success px-5 py-2 mb-5'>Start!</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-6 my-2">
<li><a href="about.html">About Us</a></li>
<li><a href="courses.html">Our Course</a></li>
<li><a href="hireGrad.html">Hire a Grad</a></li>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-6 my-2">
<li><a href="curriculum.html">Curriculum</a></li>
<li><a href="blog2.html">Blog</a></li>
<li><a href="blog1.html">Student Stories</a></li>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-6 my-2">
<li><a href="search.html">Find a Course</a></li>
<li><a href="#">Our Partners</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-6 my-2">
<li><a href="help.html">FAQ</a></li>
<li><a href="termsOfService.html">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
</div>
</div>
</div>
</div>
<div class="container-fluid text-white py-2" style="background: #2E0435; width:100%;">
<div class="container text-right">
<div class="row icons">
<div class="col-md-12 ">
<a href=""><i class='fab fa-twitter' aria-hidden="true"></i></a>
<a href=""><i class='fab fa-instagram' aria-hidden="true"></i></a>
<a href=""><i class="fab fa-facebook" aria-hidden="true"></i></a>
</div>
</div>
</div>
</footer>
</div>
<!-- End of Footer -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.15.0/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>