-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
68 lines (67 loc) · 3.88 KB
/
about.html
File metadata and controls
68 lines (67 loc) · 3.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>LearnZilla | About</title>
<link rel="stylesheet" type="text/css" href="StyleSheet1.css" />
<link rel="icon" type="image/bmp" href="favicon.bmp" />
<script type="text/javascript" src="profile.js"></script>
<script type="text/javascript" src="performance.js"></script>
<script type="text/javascript" src="clock.js"></script>
</head>
<body>
<!--main-->
<div class="main">
<!--header-->
<div class="header">
<img id="center" src="learnzilla.bmp" width="550" alt="Learnzilla" />
</div>
<!--nav-->
<div class="nav">
<a class="navlinks" href="home.html">Home</a>
<a class="navlinks" id="currentnav">About</a>
<a class="navlinks" href="subjects.html">Subjects</a>
<a class="navlinks" href="login.html">Login</a>
<a class="navlinks" href="progress.html">Progress</a>
</div>
<!--content-->
<div id="about" class="content">
<h1>About Us</h1>
<p>Here on Learnzilla we strive to better the experience of learning online. Through our use of software design we made this program that tracks progress and uses data gathered through interactive quizzes to increase the information retained by students. This program allows students to engage on a deeper level educational interactivity all while funding public schools as a reward of their progress. Through this process we hope educate other students and benefit their communities.</p>
<br />
<img id="center" class="photo" src="fund_schools.jpg" width="250" alt="school funding sign" />
<br />
<p>We hope that through our efforts will be able to both be able to teach students and give back to public schools that may lack sufficient funding for basic needs. We are not alone; this same vision is reflected in many places all over the world, likely even in your own backyard.</p>
<hr />
<h3>Referenced Material</h3>
<div class="references">
<p>Google Developers. (n.d.). Charts | Google Developers. Retrieved February 1, 2020, from https://developers.google.com/chart </p>
<p>Monterrey Institute. (n.d.). Solving Radical Equations. Retrieved February 1, 2020, from http://www.montereyinstitute.org/courses/DevelopmentalMath/ <br />COURSE_TEXT2_RESOURCE/U16_L3_T1_text_final.html </p>
<p>Genetics Home Reference. (2020, February 11). What is DNA? Retrieved from https://ghr.nlm.nih.gov/primer/basics/dna </p>
<p>MIT Shakespeare. (n.d.). Romeo and Juliet: Entire Play. Retrieved February 1, 2020, from http://shakespeare.mit.edu/romeo_juliet/full.html </p>
<p>History.com Editors. (2019, September 9). Treaty of Paris. Retrieved from https://www.history.com/topics/american-revolution/treaty-of-paris </p>
<p>Florida Education Association. (2020, January 13). Fund Our Future. Retrieved from https://fundourfuturefl.org/ </p>
</div>
</div>
<!--footer-->
<div class="footer">
<table class="cleartable">
<tr>
<td width="650">
<i>TEAM #2068</i>
<br />
<i>Software Development</i>
<br />
<i>Technology Student Association</i>
</td>
<td width="100">
<a href="https://tsaweb.org/">
<img class="footerimg" src="tsa_logo.png" width="100" alt="TSA Logo" />
</a>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>