-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfaq.html
More file actions
50 lines (40 loc) · 1.74 KB
/
faq.html
File metadata and controls
50 lines (40 loc) · 1.74 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Global Android Dev Camp by GlobalAndroidDevCamp</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Global Android Dev Camp - FAQ </h1>
<p class="view"><a href="index.html">Home</a></p>
</header>
<section>
<h3>
<a name="productive-android" class="anchor" href="#productive-android"><span class="octicon octicon-link"></span></a>FAQ</h3>
<dl>
<dt>Who is organizing the GADC?</dt>
<dd>The Global Android Dev Camp series is a loose connections between events that are organized by local people. </dd>
</dl>
<h3>
<a name="contact" class="anchor" href="#contact"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>Look out for your local community manager, e.g. via <a href="https://developers.google.com/groups/directory/">https://developers.google.com/groups/directory/</a></p>
<p>For global request contact<br/>
<a href="http://gplus.to/friedger">Friedger Müffke</a><br/>
<a href="https://github.com/GlobalAndroidDevCamp">Global Android Dev Camp on Github</a></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>