forked from hngi/StartNg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog1.html
executable file
·339 lines (303 loc) · 16 KB
/
blog1.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
<!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 rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
<style>
/* Style for Navbar Starts */
body {
font-family: Nunito;
}
.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 Starts */
.banner {
background-image: url('https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570922862/startng/Group_413_dy6fmr.png');
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.pagination li a {
color: #3A0842;
}
.pagination li.active {
background-color: #3A0842;
}
/* Body Ends */
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-custom bg-custom">
<div class="container pt-2 pb-2">
<a href="index.html" 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 banner pt-5 pb-5">
<div class="col-md-8 offset-md-2 text-center pt-5 mt-3">
<h4 class="mb-5" style="color: #fff; font-style: normal; font-weight: bold; font-size: 30px; line-height: 50px; text-align: center; letter-spacing: 0.655606px;">
How much will I earn as a UI/UX Designer?</h4>
<a href="" class="btn btn-success pl-5 pr-5 mb-5" style="background-color: #44CF6C;">Read</a> <br>
<a href=""><img src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570923285/startng/Group_303_dr7xs0.png" class="img-fluid"></a>
</div>
</div>
<div class="container-fluid">
<h2 class="text-center pt-5 mt-5 pb-4">StartNG BLOG</h2>
<div class="input-group col-md-8 offset-md-2 mb-5 pb-3">
<input type="text" class="form-control" placeholder="Search">
<div class="input-group-append">
<button class="btn btn-success" type="button">
<i class="fa fa-search"></i>
</button>
</div>
</div>
</div>
<div class="col-md-10 offset-md-1 pt-5">
<hr>
<div class="row pt-3">
<div class="col-md-4">
<p>October 5, 2019</p>
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570923818/startng/Rectangle_78_uzftqh.png">
</div>
<div class="col-md-8">
<h4 class="mt-5 pt-3 pb-3">What you need to know about StartNG</h4>
<p class="mb-5 pb-3">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing .</p>
</div>
</div>
<hr>
<div class="row pt-5 mt-3">
<div class="col-md-4">
<p>October 5, 2019</p>
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570923818/startng/Rectangle_78_uzftqh.png">
</div>
<div class="col-md-8">
<h4 class="mt-5 pt-3 pb-3">What you need to know about StartNG</h4>
<p class="mb-5 pb-3">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing .</p>
</div>
</div>
<hr>
<div class="row pt-5 mt-3">
<div class="col-md-4">
<p>October 5, 2019</p>
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570923818/startng/Rectangle_78_uzftqh.png">
</div>
<div class="col-md-8">
<h4 class="mt-5 pt-3 pb-3">What you need to know about StartNG</h4>
<p class="mb-5 pb-3">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing .</p>
</div>
</div>
<hr>
<div class="row pt-5 mt-3">
<div class="col-md-4">
<p>October 5, 2019</p>
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570923818/startng/Rectangle_78_uzftqh.png">
</div>
<div class="col-md-8">
<h4 class="mt-5 pt-3 pb-3">What you need to know about StartNG</h4>
<p class="mb-5 pb-3">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing .</p>
</div>
</div>
<hr>
<div class="row pt-5 mt-3">
<div class="col-md-4">
<p>October 5, 2019</p>
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570923818/startng/Rectangle_78_uzftqh.png">
</div>
<div class="col-md-8">
<h4 class="mt-5 pt-3 pb-3">What you need to know about StartNG</h4>
<p class="mb-5 pb-3">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing .</p>
</div>
</div>
<hr>
<div class="row pt-5 mt-3">
<div class="col-md-4">
<p>October 5, 2019</p>
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570923818/startng/Rectangle_78_uzftqh.png">
</div>
<div class="col-md-8">
<h4 class="mt-5 pt-3 pb-3">What you need to know about StartNG</h4>
<p class="mb-5 pb-3">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing .</p>
</div>
</div>
<hr>
<div class="row pt-5 mt-3">
<div class="col-md-4">
<p>October 5, 2019</p>
<img class="img-fluid" src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570923818/startng/Rectangle_78_uzftqh.png">
</div>
<div class="col-md-8">
<h4 class="mt-5 pt-3 pb-3">What you need to know about StartNG</h4>
<p class="mb-5 pb-3">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing .</p>
</div>
</div>
</div>
<div class="col-md-6 offset-md-5 mb-5 pb-5">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="#"><</a></li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">...</a></li>
<li class="page-item active" style="background-color: #3A0842;"><a class="page-link" href="#" style="background-color: #3A0842; border: thin solid #3A0842;">10</a></li>
<li class="page-item"><a class="page-link" href="#">11</a></li>
<li class="page-item"><a class="page-link" href="#">></a></li>
</ul>
</div>
<!-- Footer -->
<div class="container-fluid text-white deep mt-5">
<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>