-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
41 lines (35 loc) · 1.82 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="./assets/images/favicon.png" type="image/x-icon" />
<title>XRSZE - About</title>
</head>
<body>
<div class="rounded_rectangle">
<div class="left-menu">
<a href="index.html"><p>HOME</p></a>
<a href="about.html"><p>ABOUT</p></a>
</div>
<div class="center-section">
<img src="./assets/images/header_dots.png" alt="Header Dots Left" />
<p class="center-text">XRSZE</p>
<img src="./assets/images/header_dots.png" alt="Header Dots Right" />
</div>
<div class="right-menu">
<a href="aichat.html"><p>AI CHAT</p></a>
<a href="start.html"><p>START</p></a>
</div>
</div>
<div class="about-text">About us</div>
<div class="midrounded_rectangle">
<div class="about-description">
<p>At <span class="highlight">XRSZE</span>, we believe that fitness should be <span class="highlight">accessible</span>, <span class="highlight">intuitive</span>, and <span class="highlight">engaging</span>. Our app combines cutting-edge computer vision technology with personalized workout and nutrition plans, ensuring that users not only <span class="highlight">track</span> their progress but also perform exercises with the correct <span class="highlight">form</span>. By analyzing your movements in real-time, <span class="highlight">XRSZE</span> provides instant feedback and suggestions for improvement, helping you get the most out of your workout. </p>
<p>Whether you're a beginner or a seasoned athlete, our AI-powered chatbot is here to guide you with workout tips, meal plans, and more. </p>
</div>
</div>
<div class="footer">
© Hack the North 2024
</div>
</body>
</html>