-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
140 lines (133 loc) · 4.69 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
<!DOCTYPE html>
<html>
<head>
<title>Educell Marketing Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./CSS/index.css" />
</head>
<body class="container home">
<script defer="defer" src="./JS/menu.js"></script>
<div class="header">
<div class="logo">
<h2 onclick="window.location.href='index.html';">EDUCELL</h2>
<p>
Built for educators.
<br />Benefits for students. <br />
</p>
</div>
<nav class="menu">
<a class="a" href="index.html">Home</a>
<a class="a" href="team.html">About Us</a>
<a class="a" href="https://educell.netlify.com/login">Login</a>
<a class="a" href="https://educell.netlify.com/signup">Sign up</a>
</nav>
<img src="img/menu.png" class="menuIcon" />
</div>
<div class="top">
<div class="intro">
<h1>EDUCELL</h1>
<p>
Built for educators.
<br />Benefits for students. <br />
</p>
<button
onclick="window.location.href='https://educell.netlify.com/';"
class="loginbtn"
> Login
</button>
<a href="#one">Learn More</a>
</div>
<img src="img/arrow.png" class="arrow" alt="arrows pointing down" />
</div>
<div class="main">
<section id="one" class="one light">
<div>
<!-- <h2>WHAT WE DO</h2>
<p>
We help schools and teachers in Africa to use low-cost technology
and free instructional materials to improve outcomes in their
classrooms. Our partner-teachers leverage digital assessments to
instantly understand student needs, and multimedia instructional
materials to personalize instruction for every student. We install
the technology, train the teachers, and provide the instructional
material. Check out our Projects page to see some examples of our
work.
</p> -->
<h2>An easier way to manage student information</h2>
</div>
<img src="img/desk.png" class="desk" alt="desk" />
</section>
<section class="two dark">
<div>
<h2>Power at your finger tips</h2>
<p>
We believe that managing student information should be convenient
for educators, rather than an added challenge.
</p>
</div>
<img src="img/edit.png" class="tablet" alt="tablet" />
</section>
<section class="three light">
<div>
<h2>App Features</h2>
<ul>
<li>- Manage student information</li>
<li>- Student data Protection</li>
<li>- Add, edit, and delete student data at any given time</li>
</ul>
</div>
<img src="img/kids.png" class="kids" atl="kids" />
</section>
<section class="four dark">
<div>
<h2>Let's Get Started</h2>
<p>
Leave the pen and paper behind
<br> Keep all your student information in the palm of your hand
<br>Sign Up today
</p>
<button
onclick="window.location.href='https://educell.netlify.com/signup';"
class="signUpbtn"
>
Sign Up
</button>
</div>
<img src="img/sign up2.png" class="signup" atl="sign up" />
</section>
</div>
<footer>
<p>© Educell 2019 Design by Irving Duran</p>
</footer>
</body>
</html>
<!-- <div>
<h2>Project G.M.A.D.</h2>
<p>
Ghana Make A Difference (GMAD) is an NGO that provides housing and
basic necessities for children who have been rescued from human
trafficking, abuse, and neglect. Dissatisfied with the community
school, GMAD constructed a new school to serve their children and
others in the community. The GMAD Accademy of Learning employed
three full-time teachers, a special-needs teacher, and a vocational
trainer. They served approximately 60 students. Teachers and
students initially had limited competency with technology like
computers and tablets. One of the unique challenges at GMAD is that
students typically spend one year in the program, and enter and exit
the program at unpredictable times.
</p>
<button
onclick="window.location.href='https://www.ghanamakeadifference.org/';"
class="learnbtn"
>
Learn More
</button>
</div>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/ptjaSNs0VP8"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe> -->