-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·96 lines (62 loc) · 2.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eye Hear</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/grid.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/queries.css">
</head>
<body>
<header class="header">
<div class=" row">
<div class="col span-2-of-2 headline">
<h1>EyeHear</h1>
<h2></h2>
</div>
</div>
<div class="row">
<form method="post" action="#" class="contact-form">
<div class="row">
<div class="col span-3-of-3">
<p class="center-text">-uOttaHack Hackathon project: </p>
</div>
<div class="col span-3-of-3">
<br>
<p class="center-text">Creating described video for real life using Google Vision API and Raspberry Pi.</p>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
</div>
<div class="col span-2-of-3">
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
</div>
<div class="col span-2-of-3">
<input type ="button" class="btn-press" id ="press-btn" name="btn" value="Scan me">
</div>
</div>
</form>
</div>
</header>
<footer>
<div class="row">
<div class="col span-1-of-2">
</div>
<div class="col span-1-of-2">
</div>
</div>
<div class="row">
<p class="designer">Web Designer : Ibrahim Ayyoub</p>
<br>
<br>
<p class="rights">© Copyright 2018 by Ibrahim Ayyoub,Simon Gaudert, Omar .R Mohsen, Nada .R Mohsen all rights reserved. </p>
</div>
</footer>
</body>
</html>