-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-home.html
402 lines (378 loc) · 16.2 KB
/
blog-home.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
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no
" />
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon2.png" />
<!-- Author Meta -->
<meta name="author" content="colorlib" />
<!-- Meta Description -->
<meta name="description" content="" />
<!-- Meta Keyword -->
<meta name="keywords" content="" />
<!-- meta character set -->
<meta charset="UTF-8" />
<!-- Site Title -->
<title>Blog Home</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Roboto:400,400i,500,700" rel="stylesheet" />
<!--
CSS
=============================================
-->
<link rel="stylesheet" href="css/linearicons.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/hexagons.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/themify-icons/0.1.2/css/themify-icons.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<!-- ================ Start Header Area ================= -->
<header class="default-header">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/favicon2.png" width="30" height="30" alt="Cognosphere circle logo blue and purple gradient">
</a>
<a class="navbar-brand" href="index.html">
<img src="img/mylogo3.png" width="138.6" height="28.8" alt="White Cognosphere text logo">
</a>
<!-- <a class="navbar-brand" href="/">
<img src="img/logo.png" 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="lnr lnr-menu"></span>
</button>
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
<ul class="navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<!-- <li><a href="courses.html">Meet the Team</a></li> -->
<!-- Dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
Courses
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="course-details-python1.html">Intro to Python</a>
<a class="dropdown-item" href="course-details-python2.html">Intermediate Python</a>
<a class="dropdown-item" href="course-details-python3.html">Advanced Python</a>
<a class="dropdown-item" href="course-details-biomedical.html">Biomedical Engineering</a>
<a class="dropdown-item" href="course-details-hardwareengineering.html">Hardware Engineering</a>
<a class="dropdown-item" href="course-details-c1.html">Business in Technology</a>
<!-- <a class="dropdown-item" href="course-details-java1.html">Intro to Java</a>-->
<a class="dropdown-item" href="course-details-scratch.html">Scratch</a>
</div>
</li>
<li><a href="blog-home.html">Blog</a></li>
<li><a href="register.html">Register</a></li>
</li>
</ul>
</div>
</div>
</nav>
<!-- <div class="search-input" id="search-input-box">
<div class="container">
<form class="d-flex justify-content-between">
<input type="text" class="form-control" id="search-input" placeholder="Search Here" />
<button type="submit" class="btn"></button>
<span class="lnr lnr-cross" id="close-search" title="Close Search"></span>
</form>
</div>
</div> -->
</header>
<!-- ================ End Header Area ================= -->
<!-- ================ start banner Area ================= -->
<section class="banner-area mb-40">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-12 banner-right">
<h1 class="text-white">
Blog Home
</h1>
<p class="mx-auto text-white mt-20 mb-40">
A blog about technology.
</p>
<!-- <div class="link-nav">
<span class="box">
<a href="index.html">Home </a>
<i class="lnr lnr-arrow-right"></i>
<a href="blog-home.html">Blog Home</a>
</span>
</div> -->
</div>
</div>
</div>
</section>
<!-- ================ End banner Area ================= -->
<!-- Start top-category-widget Area -->
<!-- <section class="top-category-widget-area pt-90 pb-90 ">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="single-cat-widget">
<div class="content relative">
<div class="overlay overlay-bg"></div>
<a href="#" target="_blank">
<div class="thumb">
<img class="content-image img-fluid d-block mx-auto" src="img/blog/cat-widget1.jpg" alt="">
</div>
<div class="content-details">
<h4 class="content-title mx-auto text-uppercase">Social life</h4>
<span></span>
<p>Enjoy your social life together</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-cat-widget">
<div class="content relative">
<div class="overlay overlay-bg"></div>
<a href="#" target="_blank">
<div class="thumb">
<img class="content-image img-fluid d-block mx-auto" src="img/blog/cat-widget2.jpg" alt="">
</div>
<div class="content-details">
<h4 class="content-title mx-auto text-uppercase">Politics</h4>
<span></span>
<p>Be a part of politics</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-cat-widget">
<div class="content relative">
<div class="overlay overlay-bg"></div>
<a href="#" target="_blank">
<div class="thumb">
<img class="content-image img-fluid d-block mx-auto" src="img/blog/cat-widget3.jpg" alt="">
</div>
<div class="content-details">
<h4 class="content-title mx-auto text-uppercase">Food</h4>
<span></span>
<p>Let the food be finished</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End top-category-widget Area -->
<!-- Start post-content Area -->
<section class="post-content-area">
<div class="container">
<div class="row">
<div class="col-lg-8 posts-list">
<div class="single-post row">
<div class="col-lg-3 col-md-3 meta-details">
<ul class="tags">
<li><a>Technology,</a></li>
<li><a>Learning,</a></li>
<li><a>Industry,</a></li>
<li><a>Programming</a></li>
</ul>
<div class="user-details row">
<p class="user-name col-lg-12 col-md-12 col-6">Daivik B.</a> <span class="lnr lnr-user"></span></p>
<p class="date col-lg-12 col-md-12 col-6">10 Aug, 2020</a> <span class="lnr lnr-calendar-full"></span></p>
<p class="view col-lg-12 col-md-12 col-6">2 min</a> <span class="lnr lnr-eye"></span></p>
<p class="comments col-lg-12 col-md-12 col-6"><a href="#"></a> <span class="lnr lnr-bubble"></span></p>
</div>
</div>
<div class="col-lg-9 col-md-9 ">
<div class="feature-img" href="blog-apple-products-and-prices.html">
<img class="img-fluid" src="img/apple_blog_title.jpg"alt="">
</div>
<a class="posts-title" href="blog-apple-products-and-prices.html">
<h3>Apple and Their Products - Overpriced?</h3>
</a>
<p class="excert" href="blog-apple-products-and-prices.html">
Welcome to the official Cognosphere Blog! We will post blogs weekly about technology and other related topics. Make sure to subscribe so you don't miss out!
</p>
<div class="button-group-area ">
<a style="font-size:1em" href="blog-apple-products-and-prices.html" class="genric-btn primary circle">Read</a>
</div>
</div>
</div>
<div class="single-post row">
<div class="col-lg-3 col-md-3 meta-details">
<ul class="tags">
<li><a>Technology,</a></li>
<li><a>Learning,</a></li>
<li><a>Industry,</a></li>
<li><a>Programming</a></li>
</ul>
<div class="user-details row">
<p class="user-name col-lg-12 col-md-12 col-6">Cognosphere</a> <span class="lnr lnr-user"></span></p>
<p class="date col-lg-12 col-md-12 col-6">9 Aug, 2020</a> <span class="lnr lnr-calendar-full"></span></p>
<p class="comments col-lg-12 col-md-12 col-6"></a> <span class="lnr lnr-bubble"></span></p>
</div>
</div>
<div class="col-lg-9 col-md-9 ">
<div class="feature-img">
<img class="img-fluid" src="img/blog-post/Blog-One.jpg" alt="">
</div>
<a class="posts-title">
<h3>Welcome to the Blog!</h3>
</a>
<p class="excert">
Welcome to the official Cognosphere Blog! We will post blogs weekly about technology and other related topics. Make sure to subscribe so you don't miss out!
</p>
<!--
<div class="button-group-area ">
<a style="font-size:1em" href="" class="genric-btn primary circle">Read</a>
</div>
-->
</div>
</div>
<nav class="blog-pagination justify-content-center d-flex">
<ul class="pagination">
<li class="page-item">
<a href="#" class="page-link" aria-label="Previous">
<span aria-hidden="true">
<span class="lnr lnr-chevron-left"></span>
</span>
</a>
</li>
<li class="page-item active"><a href="index.html" class="page-link">Home</a></li>
<a href="#" class="page-link" aria-label="Next">
<span aria-hidden="true">
<span class="lnr lnr-chevron-right"></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
<div class="col-lg-4 sidebar-widgets">
<div class="widget-wrap">
<div class="single-sidebar-widget user-info-widget">
<img src="img/favicon2.png" alt="" width="100" height="100">
<a>
<h4>Cognosphere</h4>
</a>
<p>
Blogs about Technology
</p>
<ul class="social-links">
<li><a target="_blank" href="https://www.facebook.com/Cognosphere-111476450631667/"><i class="fa fa-facebook"></i></a></li>
<li><a target="_blank" href="https://twitter.com/TheCognosphere"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://www.instagram.com/cognosphere/"><i class="fa fa-instagram"></i></a></li>
<li><a target="_blank" href="https://github.com/cognosphere"><i class="fa fa-github"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/company/cognosphere/"><i class="fa fa-linkedin"></i></a></li>
</ul>
<p>
Cognosphere is an organization dedicated to making tech education free and accessible to students all around the world.
</p>
</div>
<div class="single-sidebar-widget newsletter-widget">
<h4 class="newsletter-title">Newsletter</h4>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfNOwj_zjFfXTUQpQz3_0e_jnoj6YXWYFzMF9Jji1BbJqpyiA/viewform?embedded=true" width="300" height="347" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<p class="text-bottom">
You can unsubscribe at any time
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End post-content Area -->
<!-- ================ start footer Area ================= -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4></h4>
<ul>
<li><a href="#"></a></li>
<li><a href="register.html"></a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4>Join Us</h4>
<ul>
<li><a href="index.html#contact_us">Contact Us</a></li>
<li><a href="register.html">Become a Student</a></li>
<!-- <li><a href="#">Testimonials</a></li> <-- we can add this when we actually have testimonials -->
</ul>
</div>
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4>Quick Links</h4>
<ul>
<li><a href="mailto:[email protected]">Email Us</a></li>
<li><a href="tel:9255757039">Call Us</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4>Resources</h4>
<ul>
<li><a target="_blank" href="https://docs.google.com/document/d/1GI6tmOK5CcuXLWio6l7eLrd6GInheygB-vSrP6i2NRI/edit">Image Credits</a></li>
<li><a target="_blank" href="https://colorlib.com">Colorlib (Template)</a>
</li>
</ul>
</div>
<!--
<div class="col-lg-4 col-md-6 single-footer-widget">
<h4>Newsletter</h4>
<p>You can trust us. We only send study tips and offers.</p>
<div class="form-wrap" id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="form-inline">
<input class="form-control" name="EMAIL" placeholder="Your Email Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Your Email Address '"
required="" type="email">
<button class="click-btn btn btn-default text-uppercase">subscribe</button>
<div style="position: absolute; left: -5000px;">
<input name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value="" type="text">
</div>
-->
<div class="info"></div>
</form>
</div>
</div>
</div>
<div class="footer-bottom row align-items-center text-center">
<p class="footer-text m-0 col-lg-8 col-md-12">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved<!-- | Template by <a href="https://colorlib.com" target="_blank">Colorlib</a>-->
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
501(c)(3) nonprofit powered by Hack Club Bank
<div class="col-lg-4 col-md-12 footer-social">
<a target="_blank" href="https://www.facebook.com/Cognosphere-111476450631667/"><i class="fa fa-facebook"></i></a>
<a target="_blank" href="https://twitter.com/TheCognosphere"><i class="fa fa-twitter"></i></a>
<a target="_blank" href="https://www.instagram.com/cognosphere/"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://github.com/cognosphere"><i class="fa fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/cognosphere/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<!-- ================ End footer Area ================= -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/hexagons.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>