-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
38 lines (30 loc) · 1016 Bytes
/
event.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
<!DOCTYPE html>
<html>
<head>
<title>MU PHOTO CLUB</title>
<link rel="stylesheet" type="text/css" href="gallery.css">
<link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="logo">
Mu<span> CLI</span>cker
</div>
<div class="menu">
<a href="index.html">Home</a>
<a href="about.html" style="color: #1bf2bb;">About</a>
<a href="gallery.html">Gallery</a>
<a href="contact.html">Contact</a>
<a href="g2.html">Events</a>
</div>
<div class="icon">
<i class="fa fa-search"></i>
<a href="login.html">Join</a>
</div>
</nav>
</header>
</body>
</html>