-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (61 loc) · 2.15 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
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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200&family=Work+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>LADY CRUSH CREW</title>
</head>
<body>
<!-- Header and Navigation -->
<header class="container">
<div class="logo">
<h1>LADYCRVSHCREW</h1>
</div>
<nav class="links">
<a href="#">About Us</a>
<a href="#">Events</a>
<a href="#">Shop</a>
<a href="#">Volunteer</a>
</nav>
</header>
<!-- Header Photo -->
<section class="header-photo">
<div class="header-description">
<h2>"Strength lies in differences, not similarities."</h2>
<h3>Stephen Covey</h3>
</div>
</section>
<!-- Community Statement -->
<section class="community">
<h2>Lady Crush Crew is a community for ladies who crush beta while empowering each other through climbing.</h3>
</section>
<!-- Community Photos -->
<section class="community-photos">
<div class="group" id="one">
<!-- <h3>Come</h3> -->
</div>
<div class="group" id="two">
<!-- <h3>Crush</h3> -->
</div>
<div class="group" id="three">
<!-- <h3>With Us</h3> -->
</div>
</section>
<!-- Come Crush With Us! -->
<section class="crush">
<h2>Come crush with us! Check the <a href="#">Events</a> page for a meetup near you.</h2>
</section>
<!-- Footer -->
<footer>
<img src="LCCLogoCircleSticker.png" alt="">
<h3>LADYCRVSHCREW</h3>
<p>info@ladycrushcrew.com</p>
<p>Website design practice based on real community group: <a href="http://www.ladycrushcrew.com">ladycrushcrew.com</a></p>
</footer>
</body>
</html>