-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.39 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.39 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Devilas</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<div class="logo">Devilas</div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Classes</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
<a href="#" class="join-button">Join Us</a>
</nav>
</header>
<section class="hero-section">
<div class="hero-content">
<h1>What hurts today makes you stronger tomorrow</h1>
<a href="#" class="hero-button">Discover More</a>
</div>
</section>
<section>
<h2>Welcome to Devilas</h2>
<p>“When hurts today makes you stronger tomorrow”</p>
<p>We are offering numerous daily fitness and yoga classes. Join our online yoga community and improve your physical and mental well-being. Whether you're a beginner or a seasoned yogi, we have something for everyone. Sign up today and start your journey towards a healthier and happier life.</p>
</section>
<footer>
<p>© 2024 Devilas. All rights reserved.</p>
</footer>
</body>
</html>