-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 2.77 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 2.77 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Bored – Main Page</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
<link rel="icon" href="img/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Montserrat:500,500i,900,900i" rel="stylesheet">
<script src="https://www.gstatic.com/firebasejs/5.8.3/firebase.js"></script>
<script src="scripts/config.js"></script>
<script src="scripts/main.js"></script>
</head>
<body>
<div class="main-page__bg"></div>
<section class="main-page">
<header>
<div class="name">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 125" enable-background="new 0 0 100 100" xml:space="preserve"><path d="M50,89.1C50,89.1,50,89.1,50,89.1c-8,0-15.4-3.7-20.2-10C21.5,68.2,16.4,55.9,16.4,47c0-20.3,14.4-35.7,33.6-35.7 c19.1,0,33.6,15.3,33.6,35.7c0,8.9-5.1,21.2-13.4,32.1C65.4,85.5,58,89.1,50,89.1z M50,16.4c-16.3,0-28.6,13.2-28.6,30.7 c0,7.7,4.8,19.1,12.4,29c3.9,5.1,9.8,8.1,16.2,8.1c6.4,0,12.3-2.9,16.2-8.1c7.5-9.9,12.4-21.3,12.4-29C78.6,29.6,66.3,16.4,50,16.4z M68.5,52c0-1.4-1.1-2.5-2.5-2.5H34c-1.4,0-2.5,1.1-2.5,2.5s1.1,2.5,2.5,2.5h32C67.4,54.5,68.5,53.4,68.5,52z M62.7,29.9 c-3.2,0-5.8,2.6-5.8,5.8c0,3.2,2.6,5.8,5.8,5.8c3.2,0,5.8-2.6,5.8-5.8C68.5,32.5,65.9,29.9,62.7,29.9z M63.7,35.7c-1.1,0-2-0.9-2-2 c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C65.7,34.8,64.8,35.7,63.7,35.7z M37.3,29.9c-3.2,0-5.8,2.6-5.8,5.8c0,3.2,2.6,5.8,5.8,5.8 s5.8-2.6,5.8-5.8C43,32.5,40.5,29.9,37.3,29.9z M38.3,35.7c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2 C40.3,34.8,39.4,35.7,38.3,35.7z"/></svg>
<p>BORED</p>
</div>
<div class="menu">
<ul>
<li>HOME</li>
<li><a href="login.html"><button class="menu__button login">LOGIN</button></a></li>
<li><a href="register.html"><button class="menu__button register">REGISTER</button></a></li>
</ul>
</div>
</header>
<div class="heading">
<h1>Organize events <br/>easliy with us !</h1>
<h3>On this site you can easily create events and add friends into them,<br/> make meetings and parties easier.</h3>
<a href="login.html"><button class="menu__button login">LOGIN</button></a>
<a href="register.html"><button class="menu__button register">REGISTER</button></a>
</div>
</section>
</body>
</html>