-
Notifications
You must be signed in to change notification settings - Fork 4
/
Event1(upcoming).html
53 lines (44 loc) · 1.81 KB
/
Event1(upcoming).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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href= "https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel = "stylesheet" href = "styles.css">
<title>Document</title>
</head>
<body>
<nav class="navbar navbar-light bg-dark fixed-top">
<a href = ""><img src="profile_avatar.jpg" alt="Name" class = "avatar"></a>
</nav>
<div class = "container-fluid" style = "padding: 80px;">
<div class = "row">
<div class="col-lg-7">
<h1>Local Skate Day</h1>
<br>
<p style = "color: white;">Time: 10PM EST<br>
Venue: Lorem<br>
Fee: 400<br>
</p>
<img src = "event_image.svg", alt = "EventImage" class = "eventimage">
<br>
<br>
<table>
<tr>
<th style = "text-align:center;"><a href = "" class = "eventdes">Schedule</a></th>
<th><a href = "" class = "eventdes">Description</a></th>
</tr>
</table>
</div>
<div class = "col-lg-5">
<div class="text-center">
<button type="button" class = "bt">Attend</button>
</div>
</div>
</div>
</div>
</body>
</html>