-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.42 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Big Board Collection</title>
<!--Importing All Css needed-->
<link href="css/style.css" type="text/css" rel="stylesheet" />
<link href="css/navbar.css" type="text/css" rel="stylesheet" />
</head>
<!-- Ricardo Fernandes -->
<body>
<div class="homepage-wrapper">
<div class="homepage-container">
<div class="homepage-everlay">
<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="content-wrapper">
<h1>BIG BOARD <br> COLLECTION </h1>
<h2>Welcome to our website!<br>
here you can find all the information <br>
about our association.</h2>
<a href="registry.html" class="btn">Join the fun</a>
</div>
</div>
<div class="background-image">
</div>
</div>
</div>
</body>
</html>