-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathabout.html
89 lines (73 loc) · 4.21 KB
/
about.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html>
<head>
<title>paper-checkbox</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="components/font-roboto/roboto.html">
<link rel="import" href="components/core-animation/core-animation.html">
<link rel="import" href="components/core-animation/core-animation-group.html">
<link rel="import" href="footer.html">
<style shim-shadowdom>
body {
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
margin: 0;
padding: 24px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
</style>
</head>
<body unresolved>
<article class="show-permalinks">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>GDGs a world wide phenom!</h1>
<p>The Twin Cities Google Developer Group has been active and vibrant since 2008.</p>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span4">
<h2>Learning</h2>
<p>Members of the GDG Twin Cities community are always learning, engaging themselves in new tech and improving their skills with old. We have some members who have been coming to the meeetup since it began in 2008 and there are always new faces at each event. </p>
</div>
<div class="span4">
<h2>Sharing</h2>
<p>Members are excited to share what they are learning. If you have something you are excited about that falls under the umbrella of Google technologies, please get in touch with one of us and we'd love to hear from you.</p>
</div>
<div class="span4">
<h2>Networking</h2>
<p>GDG Twin Citeis is a great place to meet new interesting and wicked smart folks. Be ready to be impressed.</p>
</div>
</div>
<hr>
<div class="block" id="section-1">
<h2 class="page-header">
About Us
</h2>
<p>
We are a volunteer run group. We could not do this without support from our sponsors, but especially from awesome folks in the local tech comminity from graciously donating their time and energy to making this a great place be.
</p>
</div> <!-- end block -->
<div class="block" id="section-2">
<h2 class="page-header">
Harassment Policy [Don't be a Jerk.]
</h2>
<p>
GDG Twin Cities prides itself on being an open, respectful, and inclusive community. That means jerky behavior isn’t allowed at GDG meetings. Because we know that it’s not obvious to everyone, here’s a reminder of the things we don’t allow: jokes or offensive comments about sex/sexuality/race/religion/nationality/body size, showing porn in public, touching people uninvited, or continuing to interact with someone after they’ve asked you to stop. Continuous jerky behavior may result in getting expelled from the meeting or GDG Chapter.
</p>
<p>
If someone is bothering you, please tell any GDG-TC Organizers immediately and they will take care of it. We want to maintain GDG Twin Cities’s awesomeness.
</p>
<p><a href="conduct.html">read our full anti harassment policy here.</a>
</div> <!-- end block -->
<page-footer></page-footer>
<article class="show-permalinks">
</body>
</html>