-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Train5D | Wellness Coaching for Beginners</title>
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<main>
<!-- Hero Section -->
<section class="hero-section">
<div class="hero-container">
<img
src="assets/img/hero/thefundamentals-header-large.png"
alt="5D Wellness Model"
class="hero-image"
/>
<h1>Wellness Coaching for Beginners</h1>
<p>
Discover your individual path to wellness and learn how to make it a
sustainable part of your life.
</p>
<form class="email-form">
<input type="email" placeholder="Email" required />
<button type="submit">Discover Now</button>
</form>
<p class="opt-out">Opt-out at anytime</p>
</div>
</section>
</main>
<script src="js/header.js"></script>
</body>
</html>