-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
754 lines (708 loc) · 32 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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!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 -->
<meta name="description" content="Cognosphere is an organization dedicated to making tech education free and accessible to students all around the world.
">
<title>Cognosphere</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>
<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="home-banner-area">
<div class="container">
<div class="row justify-content-center fullscreen align-items-center">
<div class="col-lg-5 col-md-8 home-banner-left">
<h1 class="text-white text-center mt-1">
Take the first step to learn with us
</h1>
<p class="mx-auto text-white mt-20 mb-10 text-center">
Cognosphere is a 501(c)(3) nonprofit organization that provides free learning to students K-8. With our help, students will have the opportunity to thrive and broaden their understanding of modern technology.
</p>
<div class="button-group-area mt-47 align-items-center text-center">
<a style="font-size:1.2em" href="register.html" class="genric-btn success circle">Register</a>
<a style="font-size:1.2em" href="index.html#donation" class="genric-btn success circle">Donate</a>
</div>
</div>
<div class="offset-lg-2 col-lg-5 col-md-12 home-banner-right">
<img class="img-fluid" src="img/header-img.png" alt="Home page large fluid gradient purple banner image with person and computer" />
</div>
</div>
</div>
</section>
<!-- ================ End banner Area ================= -->
<!-- ================ Start Feature Area ================= -->
<section class="feature-area">
<div class="container-fluid">
<div class="feature-inner row">
<div class="col-lg-2 col-md-6">
<div class="feature-item d-flex">
<i class="ti-desktop"></i>
<div class="ml-20">
<h4>Beneficial</h4>
<p>
Technology is one of the most popular fields in today's world.
</p>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6">
<div class="feature-item d-flex">
<i class="ti-money"></i>
<div class="ml-20">
<h4>Free</h4>
<p>
All classes are offered at zero cost.
</p>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6">
<div class="feature-item d-flex border-right-0">
<i class="ti-world"></i>
<div class="ml-20">
<h4>Remote</h4>
<p>
Take part in our classes from anywhere in the world!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ================ End Feature Area ================= -->
<!-- ================ Start Popular Course Area ================= -->
<section class="popular-course-area section-gap">
<div class="container-fluid">
<div class="row justify-content-center section-title">
<div class="col-lg-12">
<h2>
<br />
Current Courses
</h2>
<p>
We offer a wide variety of courses. Students can start with a class that teaches the basics of Scratch and progress to classes that teach Advanced Python or Biomedical Engineering. With each course provided, our mentors are dedicated to helping your student succeed. Click on the course title for more information.
</p>
</div>
</div>
<div class="owl-carousel popuar-course-carusel">
<div class="single-popular-course" >
<a href="course-details-python1.html">
<div class="thumb">
<img class="f-img img-fluid mx-auto" src="img/popular-course/introp.jpg" alt="Gray background white text Hello World Introduction to Python course carousel" />
</div>
<div class="details">
<div class="d-flex justify-content-between mb-20 text-center" >
<p class="name text-center">4-6 & 7-8</p>
</div>
<a href="course-details-python1.html">
<h4>Intro to Python</h4>
</a>
<div class="d-flex justify-content-between mb-20 mt-10" >
<p class="">This course teaches the the basics of Python and solidifies the basics of programming as a whole. </p>
<p></p>
</div>
</div>
<br>
<p> </p>
</a>
</div>
<div class="single-popular-course">
<a href="course-details-python2.html">
<div class="thumb">
<img class="f-img img-fluid mx-auto" src="img/popular-course/interpython.png" alt="Two people coding Python at computers clipart Intermediate Python course carousel" />
</div>
<div class="details">
<div class="d-flex justify-content-between mb-20">
<p class="name">4-6 & 7-8</p>
</div>
<a href="course-details-python2.html">
<h4>Intermediate Python</h4>
</a>
<div class="d-flex justify-content-between mb-20 mt-10">
<p class="">This course expands on the basic principles of Python and its applications </p>
<p></p>
</div>
</div>
</a>
</div>
<div class="single-popular-course">
<a href="course-details-python3.html">
<div class="thumb">
<img class="f-img img-fluid mx-auto" src="img/popular-course/python.png" alt="Advanced Python code on computer" />
</div>
<div class="details">
<div class="d-flex justify-content-between mb-20">
<p class="name">7-8</p>
</div>
<a href="course-details-python3.html">
<h4>Advanced Python</h4>
</a>
<div class=" justify-content-between mb-20 mt-10">
<p class="">This course helps students build real-world projects using Python. </p>
<p></p>
</div>
</div>
</a>
</div>
<!--
<div class="single-popular-course">
<a href="course-details-java1.html">
<div class="thumb">
<img class="f-img img-fluid mx-auto" src="img/popular-course/java.png" alt="Java code on desktop computer" />
</div>
<div class="details">
<div class="d-flex justify-content-between mb-20">
<p class="name">4-6 & 7-8</p>
</div>
<a href="course-details-java1.html">
<h4>Intro to Java</h4>
</a>
<div class="d-flex justify-content-between mb-20 mt-10">
<p class="">This course teaches the basics of one of the most popular and renowned coding languages, Java.</p>
</div>
</div>
</a>
</div>
-->
<div class="single-popular-course">
<a href="course-details-c1.html">
<div class="thumb">
<img class="f-img img-fluid mx-auto" src="img/popular-course/c.jpeg" alt="green C programming language code on computer course carousel" />
</div>
<div class="details">
<div class="d-flex justify-content-between mb-20">
<p class="name">4-6 & 7-8</p>
</div>
<a href="course-details-c1.html">
<h4>Business in Technology</h4>
</a>
<div class="d-flex justify-content-between mb-20 mt-10">
<p class="">This course teaches students about entrepreneurship and business in the popular and growning tech field..</p>
</div>
</div>
</a>
</div>
<div class="single-popular-course">
<a href="course-details-biomedical.html">
<div class="thumb">
<img class="f-img img-fluid mx-auto" src="img/popular-course/biomedpic.png" alt="Biomedical engineering course carousel robot arm holding machinery" />
</div>
<div class="details">
<div class="d-flex justify-content-between mb-20">
<p class="name">7-8</p>
</div>
<a href="course-details-biomedical.html">
<h4>Biomedical Engineering</h4>
</a>
<div class="d-flex justify-content-between mb-20 mt-10">
<p class="">This course will teach students about tech used in the medical field today.</p>
</div>
</div>
</a>
</div>
<div class="single-popular-course">
<a href="course-details-hardwareengineering.html">
<div class="thumb">
<img class="f-img img-fluid mx-auto" src="img/popular-course/hard.png" alt="Hardware engineering course carousel inside of a computer" />
</div>
<div class="details">
<div class="d-flex justify-content-between mb-20">
<p class="name">4-6 & 7-8</p>
</div>
<a href="course-details-hardwareengineering.html">
<h4>Hardware Engineering</h4>
</a>
<div class="d-flex justify-content-between mb-20 mt-10">
<p class="">This course dives into the hardware behind everyday tech through exploring the process of building a PC.</p>
</div>
</div>
</a>
</div>
<div class="single-popular-course">
<a href="course-details-scratch.html">
<div class="thumb">
<img class="f-img img-fluid mx-auto" src="img/popular-course/scratch1.jpg" alt="Scratch course carousel purple computer with coffee and code" />
</div>
<div class="details">
<div class="d-flex justify-content-between mb-20">
<p class="name">K-3 & 4-6</p>
</div>
<a href="course-details-scratch.html">
<h4>Scratch</h4>
</a>
<div class="d-flex justify-content-between mb-20 mt-10">
<p class="">This course teaches younger students the fundamentals of coding using Scratch.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- ================ End Popular Course Area ================= -->
<!-- ================ Start Video Area ================= -->
<section class="video-area section-gap-bottom">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="section-title text-white">
<h2 class="text-white">
Why We Teach Technology?
</h2>
<p>
In today's world, we can't live without tech. Watch some of the most prominent figures in the world explain what the future holds for us.
</p>
</div>
</div>
<div class="offset-lg-1 col-md-6 video-left">
<div class="owl-carousel video-carousel">
<div class="single-video">
<div class="video-part">
<img class="img-fluid" src="img/whycode.jpg" alt="Mark Zuckerberg during interview">
<div class="overlay"></div>
<a class="popup-youtube play-btn" target="_blank" href="https://www.youtube.com/watch?v=Dv7gLpW91DM">
<img class="play-icon" src="img/play-btn.png" alt="Purple video play button">
</a>
</div>
<h4 class="text-white mb-20 mt-30">Why Programming Is Important?</h4>
<p class="text-white mb-20">
Some of the biggest names in tech, like Bill Gates and Mark Zuckerberg, explain why programming is reshaping the way we think, learn, and live our lives.
</p>
</div>
<div class="single-video">
<div class="video-part">
<img class="img-fluid" src="img/elonmusk.jpg" alt="Elon Musk during Ted interview">
<div class="overlay"></div>
<a class="popup-youtube play-btn" target="_blank" href="https://www.youtube.com/watch?v=zIwLWfaAg-8">
<img class="play-icon" src="img/play-btn.png" alt="Purple video play button">
</a>
</div>
<h4 class="text-white mb-20 mt-30">The future we're building -- and boring | Elon Musk</h4>
<p class="text-white mb-20">
Elon Musk, one of the most successful technology entrepreneurs, explains how technology is taking over the way we live. He talks about his motivation for building a future on Mars in conversation with TED's Head Curator, Chris Anderson.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ================ End Video Area ================= -->
<!-- ================ Start Feature Area ================= -->
<section class="other-feature-area">
<div class="container">
<div class="feature-inner row">
<div class="col-lg-12">
<div class="section-title text-left">
<h2>
Why Cognosphere? <br />
</h2>
<p>
We have many features to help provide an enhanced educational understanding for our students.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="other-feature-item">
<i class="ti-money"></i>
<h4>Free</h4>
<div>
<p>
Cognosphere is a big believer in eliminating any wealth barriers that may prevent a student from learning. This is why we provide free classes to all students, regardless of any circumstances.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--160">
<div class="other-feature-item">
<i class="ti-tablet"></i>
<h4>Remote</h4>
<div>
<p>
All classes taught through our organization will be provided online. Our goal is to be able to reach a global audience; offering online lessons brings us one step closer to this aspiration.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--260">
<div class="other-feature-item">
<i class="ti-layout-grid4"></i>
<h4>Variety of Courses</h4>
<div>
<p>
There are numerous aspects of technology, ranging from Scratch all the way to Biomedical Engineering. We give your student the choice of what they want to learn, varying on their grade and skill level.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="other-feature-item">
<i class="ti-user"></i>
<h4>Trained Mentors</h4>
<div>
<p>
Expert mentors are vital for an enriched instructional experience. All mentors at Cognosphere are trained and equipped to help your student excel.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--160">
<div class="other-feature-item">
<i class="ti-eye"></i>
<h4>Live and Interactive</h4>
<div>
<p>
All of our classes are offered live to provide students with an authentic classroom setting. Students can interact with others, ask questions, and explore a conventional learning environment with the flexibility to work remotely.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--260">
<div class="other-feature-item">
<i class="ti-book"></i>
<h4>Top-Notch Curriculum </h4>
<div>
<p>
Our updated curriculum is specifically designed to be ideal for educational sessions. The syllabus is straightforward, providing detailed lesson plans that ensure a successful learning experience.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ================ End Feature Area ================= -->
<!-- ================ Start Testimonials Area ================= -->
<!-- <section class="testimonials-area section-gap">
<div class="container">
<div class="testi-slider owl-carousel" data-slider-id="1">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="item">
<div class="testi-item">
<img src="img/quote.png" alt="" />
<div class="mt-40 text">
<p>
As conscious traveling Paup ers we must always be oncerned
about our dear Mother Earth. If you think about it, you
travel across her face and She is the host to your
journey.
</p>
</div>
<h4>Fanny Spencer</h4>
<p>Chief Executive, Amazon</p>
</div>
</div>
</div>
<div class="offset-lg-1 col-lg-6">
<img src="img/testimonial/t1.jpg" alt="" />
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-5">
<div class="item">
<div class="testi-item">
<img src="img/quote.png" alt="" />
<div class="mt-40 text">
<p>
As conscious traveling Paup ers we must always be oncerned
about our dear Mother Earth. If you think about it, you
travel across her face <br />
and She is the host to your journey.
</p>
</div>
<h4>Fanny Spencer</h4>
<p>Chief Executive, Amazon</p>
</div>
</div>
</div>
<div class="offset-lg-1 col-lg-6">
<img src="img/testimonial/t1.jpg" alt="" />
</div>
</div>
</div>
</div>
</section> -->
<!-- ================ End Testimonials Area ================= -->
<!-- ================ Start Registration Area ================= -->
<section class="registration-area" id="donation">
<div class="container">
<div class="row align-items-end">
<div class="col-lg-5">
<div class="section-title text-left text-white">
<h2 class="text-white">
Free. <br>
Forever.
</h2>
<p>
Everything at Cognosphere 100% free. However, being a 501(c)(3) nonprofit organization means that we need funding. There are no costs for the classes. You don't have to pay for transportation because all classes are remote. Additionaly course materials are free and available to the public. We don't want to put a price on education. Learn more by reading <a style="color:#00D0FF; font-weight: 900" href="about.html#ourmission">Our Mission</a>.
</p>
</div>
</div>
<div class="offset-lg-3 col-lg-4 col-md-6">
<div class="course-form-section">
<h3 class="text-white">Donate</h3>
<p class="text-white">Help us achieve our mission by donating to us.</p>
<!-- <form class="course-form-area contact-page-form course-form text-right" id="myForm" action="/register.html" > -->
<!-- <div class="form-group col-md-12">
<input type="text" class="form-control" id="name" name="name" placeholder="Name" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Name'">
</div>
<div class="form-group col-md-12">
<input type="text" class="form-control" id="subject" name="subject" placeholder="Phone Number" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Phone Number'">
</div>
<div class="form-group col-md-12">
<input type="email" class="form-control" id="email" name="email" placeholder="Email Address" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Email Address'">
</div> -->
<br><br><br><br><br><br><br><br><br><br>
<!-- <form class="" action="register.html" method="post"> -->
<div class="col-lg-12 text-center">
<a class="btn text-uppercase" target="_blank" href="https://bank.hackclub.com/donations/start/cognosphere">Donate</a>
</div>
</form>
<!-- </form> -->
</div>
</div>
</div>
</div>
</section>
<!-- ================ End Registration Area ================= -->
<div style="text-align:center;">
<iframe src="https://bank.hackclub.com/donations/start/cognosphere" style="border:none;" name="donateFrame" scrolling="yes" class="rounded mx-auto d-block" width="87%" height="800px" frameborder="0" marginheight="0" marginwidth="0"></iframe>
</div>
<!-- ================ Start Blog Post Area ================= -->
<section id="contact_us" class="blog-post-area section-gap">
<div class="container-fluid">
<div class="feature-inner row">
<div class="col-lg-12">
<div class="section-title text-left">
<h2>
Contact Us <br />
</h2>
<p>
Feel free to contact us for any inquiries!
</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-blog-post">
<img src="img/blog-post/email2.png" class="img-fluid" alt="Person working on laptop on brown table with a phone and coffee on the side" />
<div class="text">
<h4 style="font-size:2em" class="text-white">Email Us</h4>
<div>
<p>
</p>
</div>
<a href="mailto:[email protected]" class="primary-btn">
Write An Email
<i class="fa fa-long-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--160">
<div class="single-blog-post">
<img src="img/blog-post/call.jpg" class="img-fluid" alt="Person looking at their phone while working on their laptop" />
<div class="text">
<h4 style="font-size:2em" class="text-white"><b></b>Call Us</b></h4>
<div>
<p>
(925)-575-7039
</p>
</div>
<a href="tel:9255757039" class="primary-btn">
Call Now
<i class="fa fa-long-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--260">
<div class="single-blog-post">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1612455.0428865764!2d-123.54155029158672!3d37.87605218268424!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808583a3a688d7b5%3A0x8c891b8457461fa9!2sSan%20Francisco%20Bay%20Area%2C%20CA!5e0!3m2!1sen!2sus!4v1593639880449!5m2!1sen!2sus" width="365" height="250" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
<!-- <img src="img/blog-post/b3.jpg" class="img-fluid" alt="" /> -->
<div class="text">
<h4 class="text-white" style="font-size:2em" >Find Us</h4>
<div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ================ End Blog Post 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>
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/8092374.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>