-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (51 loc) · 2.29 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GDG Nuremberg Android</title>
<meta name="description" content="Talks, slides and information from the GDG Nuremberg Android">
<meta name="author" content="Nino Handler, Marco Fuhrich">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<link href="css/normalize.css" rel="stylesheet">
<link href="css/flexboxgrid.css" rel="stylesheet">
<link href="css/typebase.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-offset-2 col-sm-offset-1 col-md-8 col-sm-10 col-xs-12">
<div class="title-container">
<p class="image-container">
<img src="images/teaser-icon.jpeg"/>
</p>
<h1 class="highlight title"><a href="/">GDG Nuremberg Android</a></h1></div>
<section class="teaser row">
<p class="description col-xs-12">This meetup is meant as a platform for Android
developers or those who want to become Android developers.</p>
</section>
<section class="call-to-action">
<div class="primary-button col-xs-12 col-md-12"><a href="https://www.meetup.com/GDG-Nuremberg-Android">
<div class="button-wrapper"><span class="text">Join us on</span><img
src="images/meetup-logo.png"/></div>
</a>
</div>
<p class="gdg-image-container">
<img src="images/gdg-logo.png"/> part of the Google Developer Group network
</p>
</section>
<section class="social-icons row">
<p class="col-md-12 col-sm-12 col-xs-12">
Follow us on <a href="https://twitter.com/GDGNbgAndroid"><img src="images/twitter.svg"/> twitter</a>
and fork us on
<img
src="images/github.svg"/><a
href="https://github.com/gdgnbgandroid"> github</a></p>
</section>
</div>
</div>
</div>
<script type="text/javascript" src="index_bundle.js?9ed226ef9efe9daf7d0e"></script>
</body>
</html>