-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
80 lines (71 loc) · 4.28 KB
/
about-us.html
File metadata and controls
80 lines (71 loc) · 4.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="main.js"></script>
<!--custom css-->
<link href="index.css" rel="stylesheet" />
<link href="general.css" rel="stylesheet" />
<link href="other-pages.css" rel="stylesheet" />
<script>
$(function(){ $("head").load("head.html", function() { pageNavSetup(); }); });
</script>
</head>
<body>
<div id="page-title" style="display: none;">about</div>
<div id="banner"></div>
<div id="header" class="sticky-top"></div>
<div class="container-fluid p-3 p-sm-0">
<img alt="paper airplane" id="paper-airplane-graphic" src="images/bgs/airplane.png" class="d-none d-lg-block" />
<div class="container">
<div class="container row px-5 mr-5 ml-2 my-5 py-5">
<h1 class="mt-1">
PLUS aspires to bridge <br>
opportunity gaps in math <br>
through personalized learning.
</h1>
</div>
</div>
<div id="gradient-bg" class="container-fluid gradient-bg py-md-5 pb-5" style="background-image:url(images/bgs/about_us_bg-min.svg)">
<div class="container">
<div class="container row px-5 ml-2 mt-5 pt-5">
<h2>
Our Vision
</h2>
<p class="body-font-small mt-4">
More than 60 years after the Supreme Court's ruling to desegregate schools, American K-12 education remains marred by strikingly inequitable access, opportunities, and learning outcomes across racial groups and income classes. These gaps are especially high in mathematics - a key gateway to high-paying careers in the 21st century - and they perpetuate inequalities across generations.
<br><br>
Our vision is to build a connective network between Pittsburgh-based universities, school districts, and community organizations that will develop and test an infrastructure of scalable social interaction techniques, software tools, and data-driven continuous improvement to personalize learning for the whole child.
<br><br>
This network will combine the expertise of the University of Pittsburgh's Center for Urban Education - a nationally recognized center of excellence for research and service in urban education - with the strengths of Carnegie Mellon University's LearnLab and affiliated initiatives in the domains of educational technology, AI, and learning science.
</p>
</div>
<div class="container px-5 ml-2 mt-4 pt-5">
<h2>
Our Mission
</h2>
<p class="body-font-small mt-4">
Our mission is to double the rate of math learning for participating students. We do this by increasing the number of hours students spend practicing math outside the classroom, guided by a trained educator who acts as both a tutor and mentor.
</p>
</div>
</div>
</div>
<div class="container-fluid p-3 p-sm-0">
<div class="container">
<div class="container px-5 ml-2 mt-4 mb-5 py-5">
<h2>
What does PLUS mean?
</h2>
<p class="body-font-small mt-4">
Our professional development solution PLUS Training consists of personalized lessons for mentors and tutors to hone their cognitive, motivational and math content skills, while our data-driven student intervention solution, PLUS Toolkit, aggregates and analyzes multi-modal data from various streams to suggest personalized interventions for students.
Hence the power of personalized learning is squared!
</p>
</div>
</div>
</div>
<div id="footer"></div>
<script>
getScrollPercentage();
</script>
</body>
</html>