-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
48 lines (45 loc) · 1.72 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="aboutus.css">
</head>
<body>
<div class="hero">
<div class="nav">
<a href="index.html">
<button>Home</button>
</a>
<a href="aboutus.html">
<button>About us</button>
</a>
<a href="connect.html">
<button>Connect</button>
</a>
<a href="profile.html">
<button>Profile</button>
</a>
<a href="signup.html">
<button>Sign up</button>
</a>
</div>
<div class="pic-box">
<div class="writing">
<div class="content">
<h1>About us</h1>
<br>
<p>We are revolutionizing tremor management with our Wearable IoT-Based Anti-Tremor Band. Our device uses advanced sensor technology and machine learning to accurately detect tremors and apply targeted pressure to the nerves, effectively reducing tremor intensity.
It continuously monitors tremor patterns and adjusts its response in real-time to provide tailored relief, empowering individuals to lead a fuller life. By delivering tailored and highly effective tremor relief, we empower individuals to embrace life to the fullest without being hindered by tremors.</p>
</div>
</div>
<div class="picture">
<img class="peoplepic" src="people.png" alt="image" style="height:330px;
width: 520px;">
</div>
</div>
<div class="foot"></div>
</div>
</body>
</html>