-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (70 loc) · 3.12 KB
/
Copy pathindex.html
File metadata and controls
87 lines (70 loc) · 3.12 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Warrior Women Rising - Basic</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="menu-container">
<img src="img/WWRlogo.png" alt="Need PNG logo">
<nav>
<div class="ham-menu">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<div class="off-screen-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="header-video">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/McOPiQWEhQM?si=bZETz3L_t9MK70O2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<!-- <div class="video-overlay"></div> -->
<h1>Warrior Women</h1>
<h2>
<ul>
<li>R</li>
<li>i</li>
<li>s</li>
<li>i</li>
<li>n</li>
<li>g</li>
</ul>
</h2>
<button>
<a href="#">Start Listening</a>
</button>
<p>A podcast for authentic conversations about life after military service for women, the pursuit of purpose, and the evolving definition of success.</p>
</header>
<main>
<div class="main-container">
<section>
<h3>About Us</h3>
<p>Focused primarily on women veterans, the show explores diverse pathways to fulfillment—whether through career, family, leadership, mentorship, or other forms of impact.
<br><br>
Our Mission | To amplify the voices of women veterans and leaders, providing a space to share stories of resilience, adaptation, and growth. The podcast honors the diversity of experiences, challenges, and victories that come with transitioning from military life to civilian life and beyond.</p>
<img src="img/chain-2395548_1280.png" id="dogtags" alt="">
</section>
</div>
</main>
<footer>
</footer>
<script src="main.js"></script>
</body>
</html>