-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (55 loc) · 2.52 KB
/
index.html
File metadata and controls
73 lines (55 loc) · 2.52 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
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
<!doctype html>
<html lang="en">
<head>
<title>Frestyl</title>
<!-- Meta tags -->
<meta charset="utf-8" />
<meta name="author" content="frestyl">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<!-- DNS Prefetch Fonts, external assets -->
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//themes.googleusercontent.com">
<!-- CSS -->
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet" type="text/css">
<link href="css/build/global.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="background"></div>
<div class="content">
<section class="heading section--letter">
<div class="wrapper">
<h1 class="logo">
<img src="images/logo.png" alt="Frestyl">
</h1>
<br>
<p class="leading">
Born as a web community to share your favourite music events back in Italy, frestyl developed to become your personalised, mobile guide to find the best parties and gigs in Berlin.
</p>
<p>
Nearly 15K events have been suggested, hearted and attended by a dedicated crowd of music lovers, organisers, tastemakers and geeks.
</p>
<p>
We all thank you for your support, it wouldn’t have been possible without you!
</p>
<p>
Your favorite, nearly all-female team behind frestyl will move to find new challenges in life, and we’ll bring only good music for the trip.
</p>
<br>
<p>
<img src="images/postcard.jpg" alt="">
</p>
<div class="addresses">
<p>
Featured in: <br>
<a href="http://www.fluxfm.de/neustart-frestyl-music-event-discovery-app/">FluxFM</a>,
<a href="https://itunes.apple.com/us/podcast/id865626884">Panel at Apple Store</a>,
<a href="http://www.zdf.de/ZDFmediathek/kanaluebersicht/aktuellste/1563028#/beitrag/video/1783022/Bambule-vom-29-November-2012">zdf_neo</a>,
<a href="http://venturevillage.eu/frestyl">Venture Village</a>
</p>
</div>
</div>
</section>
</div>
</body>
</html>