-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
91 lines (83 loc) · 3.42 KB
/
about.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> School In the Cloud </title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<header>
<div class='top-info'> <a href="index.html">
<i class="glyphicon glyphicon-cloud"> School In The Cloud</i>
</a>
<a href="/index.html">Home</a>
<a href="about.html">About</a>
</div>
</header>
<section class="super header">
<div class="buttons">
<a href="https://eschoolinthecloud.vercel.app/">Login/Register</a>
</div>
</div>
</section>
<section class="blue">
<h1>About Us</h1>
<p>School in the Cloud is a platform that trains senior volunteers to teach students in a group or individual setting. This helps kids in communities with high student to teacher ratios. It also provides retired volunteers a sense of purpose and meaning in their day to day life when they find themselves with more free time.</p>
</section>
<section class="white">
<h1>What we Do</h1>
<p>The aim is to help close the achievement gap by connecting students with available, qualified volunteer mentors. We want to create a sense of community in which people from all walks of life can come together and learn. </p>
</section>
<section class="blue"> <h1>
<h1>How it works</h1>
<p>It doesnt matter, who you are or where you are, You can connect by volunteering or you can be a student</p>
<ol class="center">
<li><h3>Sign Up</h3></li>
<li><h3>Choose to Volunteer or Study</h3></li>
<li><h3>Begin your Journey by completing daily tasks</h3></li>
</ol>
</h1></section>
<section class="ourTeam">
<div class="container">
<img src="/images/maryam.png">
<div class="what">
<h1> Maryam Mosstoufi</h1>
<h2>Backend</h2>
<h3>https://github.com/MaryamMosstoufi</h3>
</div>
</div>
<div class="container">
<img src="/images/somayah.jpg">
<div class="what">
<h1> Somayah Aljahmi</h1>
<h2>React</h2>
<h3>https://github.com/saljahmi</h3>
</div>
</div>
<div class="container">
<img src="/images/peterson.jpg">
<div class="what">
<h1> Zachary Peterson</h1>
<h2>React</h2>
<h3>https://github.com/zachary-peterson</h3>
</div>
</div>
<div class="container">
<img class="ok" src="/images/img-avatar.jpg">
<div class="what">
<h1> Yinusa Amusa</h1>
<h2>UI/Marketing</h2>
<h3>https://github.com/ZEscanor</h3>
</div>
</div>
</section>
<footer>
<nav>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram fa-10x"></a>
</nav>
</footer>
</html>