-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.11 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
<html>
<head>
<title>Eyeth Technologies</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id='container'>
<div id='center'>
<img src="logo.png">
<h2 class='slogan'>
Serving the people of the eye
</h2>
<p class='value'>
At Eyeth Technologies, we are working to provide technologies to help people better connect and participate with others.
</p>
<p class='value'>
We are working to give people more choices on how they can communicate.
</p>
<p class='contact'>
Contact us at <a href='mailto:[email protected]'>[email protected]</a> for more information.
</p>
</div>
<div id='bottom'>
“Wherever the deaf have received an education the method by which it is imparted is the burning question of the day with them, for the deaf are what their schooling make them more than any other class of humans. They are facing not a theory but a condition, for they are first, last, and all the time the people of the eye.” - G. Veditz
</div>
</div>
</body>
</html>