-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
22 lines (22 loc) · 1.13 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<section class="about">
<div class="main">
<img src="https://images.pexels.com/photos/4064235/pexels-photo-4064235.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<div class="about-text">
<h1>About Us</h1>
<p> Sign language is one of the oldest and most natural form of language for communication, but since most people do not know sign language and interpreters are very difficult to come by, we have come up with a real time sign language detector terminal-based API using TensorFlow for object detection.<br>
</p>
<button><a href="https://en.wikipedia.org/wiki/Sign_language"> Read More</button></a>
</div>
</div>
</section>
</body>
</html>