-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
151 lines (135 loc) · 6.88 KB
/
about.html
File metadata and controls
151 lines (135 loc) · 6.88 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="leaf, leaf learning, free math tutoring, student organization">
<meta name="description"
content="LEAF is a student organization made up of high school volunteers who are passionate about learning and eager to help younger students succeed.">
<link rel="icon" type="image/png" href="img/favicon.png"/>
<title>About - LEAF Learning</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet'
type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/clean-blog.min.css" rel="stylesheet">
<link id="canonicalLink" rel="canonical" href="/about">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="img/logo.png" width="130" height="54"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html" style="color:#4F8E13">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="post.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Programs
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="2023-summer.html">2023 Summer</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="2022-2023-scholastic.html">2022-2023 School Year</a>
<a class="dropdown-item" href="2022-summer.html">2022 Summer</a>
<a class="dropdown-item" href="2021-2022-scholastic.html">2021-2022 School Year</a>
<a class="dropdown-item" href="2021-summer.html" >2021 Summer</a>
<a class="dropdown-item" href="2020-2021-scholastic.html">2020-2021 School Year</a>
<a class="dropdown-item" href="2020-summer.html">2020 Summer</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="register.html">Register</a>
</li>
<li class="nav-item">
<a class="nav-link" href="apply.html">Apply</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<header class="masthead">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="page-heading">
<h1 class="display-1">About Us</h1>
<p>LEAF is a student volunteer organization with a mission to help students succeed through one-on-one mentorship.
It was founded to support neighbors and families in the Greater Princeton Area of New Jersey due to the impact of Covid-19.
As high school students, we believe in the importance of education and created this platform to offer free one-on-one mentorship to K-8 students.
Our name is an acronym for the phrase “Learning Enhanced by Assistance and Friendship” because we know how essential community is.
We hope to help other students not only succeed academically, but also stay connected to those around them.</p>
</div>
</div>
</div>
</div>
</header>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://www.instagram.com/leaflearningnow/" target="_blank">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/leaf.mentoring.9" target="_blank">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href = "mailto: leaflearningnow@gmail.com" target="_blank">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="far fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">Copyright © LEAF Learning 2023</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/clean-blog.min.js"></script>
</body>
</html>