-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
105 lines (95 loc) · 3.95 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Big Board Collection | Events</title>
<link href="css/style.css" type="text/css" rel="stylesheet" />
<link href="css/navbar.css" type="text/css" rel="stylesheet" />
<link href="css/events.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="navbar-wrapper">
<div class="navbar-container clearfix">
<a href="index.html"> <img src="images/Logo_300x300.png" height="50" alt="Logo"> </a>
<a href="games.html">GAMES</a>
<a href="events.html">EVENTS</a>
<a href="about.html">ABOUT US</a>
</div>
</div>
<div class="events1-wrapper">
<div class="events1-container">
<div class="eventchess-wrapper">
<div class="eventchess-container">
<h2>
Chess Tournament
</h2>
<a href="http://www.facebook.com/BigBoardCollection"><img class="eventchess"
src="images/Games/eventchess.jpeg" alt="chess"></a>
<p>
Join the first chess tournament held by the BBC association!
<br>
<br>
Time: 20/10/2022 | 15:00
<br>
Place: <a href="https://goo.gl/maps/o5EzLiFeJ25RK4fm9">VIA University Campus Horsens</a>
</p>
</div>
</div>
<div class="eventcheckers-wrapper">
<div class="eventcheckers-container">
<h2>
Checkers Tournament
</h2>
<a href="http://www.facebook.com/BigBoardCollection">
<img class="eventcheckers" src="images/Games/eventcheckers.jpg" alt="checkers">
</a>
<p>
Join the first checkers tournament held by the BBC association!
<br>
<br>
Time: 21/10/2022 | 15:00
<br>
Place: <a href="https://goo.gl/maps/o5EzLiFeJ25RK4fm9">VIA University Campus Horsens</a>
</p>
</div>
</div>
<div class="eventmonopoly-wrapper">
<div class="eventmonopoly-container">
<h2>
Monopoly Meet
</h2>
<a href="http://www.facebook.com/BigBoardCollection"><img class="eventmonopoly"
src="images/Games/eventmonopoly.jpg" alt="monopoly">
</a>
<p>
Join the the friendly meet where we play monopoly together!
<br>
<br>
Time: 25/10/2022 | 18:00
<br>
Place: <a href="https://goo.gl/maps/o5EzLiFeJ25RK4fm9">VIA University Campus Horsens</a>
</p>
</div>
</div>
<div class="gamenight-wrapper">
<div class="gamenight-container">
<h2>
Game Night
</h2>
<a href="http://www.facebook.com/BigBoardCollection"><img class="gamenight"
src="images/Games/gamenight.jpg" alt="gamenight">
</a>
<p>
Join the friendly game night where we play an amazing variety of games!
<br>
<br>
Time: 30/10/2022 | 19:00
<br>
Place: <a href="https://goo.gl/maps/o5EzLiFeJ25RK4fm9">VIA University Campus Horsens</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>