-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
39 lines (37 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Description" content="An on-the-go web app for the hard of hearing.">
<title>iHeard</title>
<link rel="stylesheet" href="./index.css">
<link rel="icon" href="./img/logo3.png" />
<script src="https://use.fontawesome.com/418cf11781.js"></script>
</head>
<body>
<div class="container">
<div>
<img style="position: absolute; max-width: 100%; left: 0px; top: 0px; z-index: -1;" src="./img/Grid BG.svg" alt="">
</div>
<div>
<img id="logo"src="./img/logo3.png" alt="">
</div>
<div>
<p>An on-the-go web app for the hard of hearing</p>
<p>Supported Languages: English, Chinese, Hindi, Spanish</p>
</div>
<div>
<button>
<a href="https://devpost.com/software/iheard">Devpost</a>
</button>
<button>
<a href="app.html">Get Started</a>
</button>
<button>
<a href="https://github.com/ywalia01/iheard"><i class="fa fa-lg fa-github"></i></a>
</button>
</div>
</div>
</body>
</html>