-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
51 lines (42 loc) · 1.5 KB
/
events.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
<!DOCTYPE html>
<html>
<head>
<link href="./resources/css/index.css" type="text/css" rel="stylesheet">
<title>Events</title>
</head>
<body>
<nav class="navbar">
<!-- LOGO -->
<div class="logo">Music in the Neighbourhood Society</div>
<!--NAVIGATION MENU-->
<ul class="nav-links">
<input type="checkbox" id="checkbox_toggle" />
<label for="checkbox_toggle" class="hamburger">☰</label>
<!-- NAVIGATION MENUS -->
<div class="menu">
<li><a href="./index.html">Home</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./donate.html">Donate</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</div>
</ul>
</nav>
<br><br><br><br><br>
<h1 id="upcoming">UPCOMING EVENTS</h1>
<div class="eventspage">
<p id="june4"> </p>
<img id="newflyer" src="mainimgs/flyer.png">
</div>
<div>
<h2 id="past">PAST EVENTS</h2>
<img id="mitn3" src="mainimgs/april.png">
<img id="flyer" src="mainimgs/image1.png" alt="Image 1">
<img id="mitn3" src="mainimgs/mitn3.png">
<img id="mitn4" src="mainimgs/mitn4.png">
<img id="mitnsummer" src="mainimgs/mitnsummer.jpg">
<img id="flyer" src="mainimgs/firstflyer.png">
</div>
<div class="footer">2024 Music in the Neighbourhood Society ©. All rights reserved. Developed and designed by Victoria Liu.</div>
</body>
</html>