-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWE.html
64 lines (56 loc) · 1.79 KB
/
WE.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="WE.js"></script>
<title>WE Giggle</title>
</head>
<body>
<header>
<nav>
<ul>
<div class="logo">
<img src="https://img.favpng.com/12/21/12/logo-woman-png-favpng-sBLj3tEzkcLVeRqRc6LNta9ks.jpg" alt="">
</div>
<li><a href="" target="_blank" >Home</a></li>
<li><a href="" target="_blank">About</a></li>
<li><a href="" target="_blank">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero">
<h1>Welcome to our website</h1>
<p>We empower women to reach their full potential</p>
<button>Learn More</button>
</section>
<section id="services">
<h2>"Elevating women's voices and amplifying their impact."</h2>
<div class="container">
<div class="box-1 edit">
<h3>Health and Sex Education</h3>
<p>Service description goes here</p>
</div>
<div class="box-2 edit">
<h3>Grievences</h3>
<p>Service description goes here</p>
</div>
<div class="box-3 edit">
<h3>Women in Focus</h3>
<p>Service description goes here</p>
</div>
</div>
</section>
<section id="about">
<h2>About Us</h2>
<p>About us description goes here</p>
</section>
</main>
<footer>
<p>© 2023 Ipson Aesthetic</p>
</footer>
</body>
</html>