-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (37 loc) · 1.21 KB
/
index.html
File metadata and controls
45 lines (37 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Stay updated on our latest events and initiatives. Join us for meaningful action.">
<title>Keep up with us. | Change the Ref</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/logo-CTR.PNG" type="image/x-icon">
</head>
<body>
<header>
<h1 id="keepUpWithUs">Keep up with us.</h1>
</header>
<main>
<!-- Image Container -->
<section class="image-section">
<div class="primaryArrayImage">
</div>
</section>
<section class="event-section">
<h2>Upcoming Events</h2>
<ul class="eventDates">
</ul>
</section>
<!-- Button to External Website -->
<section class="cta-section">
<div class="cta-button">
<a href="https://changetheref.org/" target="_blank">
<button id="check-us-out-button" ></button>
</a>
</div>
</section>
</main>
<script src="js/script.js"></script>
</body>
</html>