-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (55 loc) · 2.45 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/vendor.css">
<link rel="stylesheet" type="text/css" href="assets/css/flat-admin.css">
<!-- Theme -->
<link rel="stylesheet" type="text/css" href="assets/css/theme/blue-sky.css">
<link rel="stylesheet" type="text/css" href="assets/css/theme/blue.css">
<link rel="stylesheet" type="text/css" href="assets/css/theme/red.css">
<link rel="stylesheet" type="text/css" href="assets/css/theme/yellow.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ask Out</title>
</head>
<body>
<main class="intro">
<h1>
Ask Out
</h1>
<h2>
Have a beer, take a breath, ask.
</h2>
<p>
Do you want to travel to Amsterdam? Beautiful people, fancy cities, weed, bikes, sunlight. Of course you want to. You can afford it.
<br>Why are you even still here? Oh right, nobody likes doing cool things alone.
<br>Ask Out is an app for those adventurous and up for the challenge of making new friends everywhere. Once logged in, you'll be able to see people close to your location, also looking for somebody to hang out with.
<br>Don't be shy. Ask them out.
<br>Think of us as Tinder, but for finding friends.
<br><br>Ask Out. Be brave.
</p>
</main>
<!--
<main>
<div id="map" style="width: 400 px; height: 400px"></div>
</main>
<script language="JavaScript" src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/dashboard.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyByKX0TDTS59jiVfQqS2t-A2KodG4kr-eA&callback=initMap">
</script>
-->
<div id="centeredButtons">
<button type="button" class="btn btn-outline-primary btn-lg" id="buttonCenter"><a href="pages/login.html">Login</a>
</button>
<button type="button" class="btn btn-outline-primary btn-lg" id="buttonCenter"><a href="pages/registration.html">Register</a></button>
</div>
</body>
</html>