-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
223 lines (183 loc) · 8.46 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="GDG Antofagasta">
<title>GDG Antofagasta</title>
<!-- Place favicon.ico in the `app/` directory -->
<!-- Chrome for Android theme color -->
<meta name="theme-color" content="#231f20">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Tile color for Win8 -->
<meta name="msapplication-TileColor" content="#231f20">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="GDG Antofagasta">
<link rel="icon" type="image/png" sizes="192x192" href="images/favicon/android-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="GDG Antofagasta">
<link rel="apple-touch-icon" sizes="57x57" href="images/favicon/apple-icon-precomposed.png">
<!-- Tile icon for Win8 (144x144) -->
<meta name="msapplication-TileImage" content="images/favicon/ms-icon-144x144.png">
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild-->
<!-- build:css styles/bootstrap.min.css -->
<link rel="stylesheet" href="styles/bootstrap.css">
<!-- endbuild-->
<!-- build:js bower_components/webcomponentsjs/webcomponents-lite.min.js -->
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<!-- endbuild -->
<!-- Because this project uses vulcanize this should be your only html import
in this file. All other imports should go in elements.html -->
<link rel="import" href="elements/elements.html">
<!-- For shared styles, shared-styles.html import in elements.html -->
<style is="custom-style" include="shared-styles"></style>
</head>
<body unresolved>
<span id="browser-sync-binding"></span>
<template is="dom-bind" id="app">
<paper-drawer-panel id="paperDrawerPanel" drawer-width="210px" >
<!-- Drawer Scroll Header Panel -->
<paper-scroll-header-panel drawer fixed >
<!-- Drawer Toolbar -->
<paper-toolbar id="drawerToolbar">
<span class="menu-name">Menu</span>
</paper-toolbar>
<!-- Drawer Content -->
<paper-menu attr-for-selected="data-route" selected="[[route]]">
<a data-route="home" href="{{baseUrl}}">
<iron-icon icon="home"></iron-icon>
<span>Home</span>
</a>
<a data-route="about" href="{{baseUrl}}Que_es_GDG">
<iron-icon src="images/gdg_gray_logo.png" style="width: 16px"></iron-icon>
<span>Que es un GDG?</span>
</a>
<a data-route="iwd" href="{{baseUrl}}IWD">
<iron-icon icon="info"></iron-icon>
<span>IWD</span>
</a>
</paper-menu>
</paper-scroll-header-panel>
<iron-ajax id="ajax"
auto
handle-as="json"
on-response="handleResponse"
last-response="{{response}}"></iron-ajax>
<!-- Main Area -->
<paper-scroll-header-panel main id="headerPanelMain" condenses keep-condensed-header>
<!-- Main Toolbar -->
<paper-toolbar id="mainToolbar" class="tall">
<paper-icon-button id="paperToggle" icon="menu" paper-drawer-toggle></paper-icon-button>
<span class="space"></span>
<!-- Toolbar icons -->
<!-- Application name -->
<div class="middle middle-container">
<div class="app-name">GDG Antofagasta</div>
</div>
<!-- Application sub title -->
<div class="bottom bottom-container">
<div class="bottom-title">Google Developer Group en el Norte de Chile</div>
</div>
</paper-toolbar>
<!-- Main Content -->
<div class="content">
<iron-pages attr-for-selected="data-route" selected="{{route}}">
<section data-route="home">
<div id="posts">
<div id="leftPosts" class="post-container layout vertical"></div>
<div id="rightPosts" class="post-container layout vertical"></div>
</div>
</section>
<section data-route="calendar">
<paper-material elevation="1">
<h2 class="page-title">Proximos eventos</h2>
</paper-material>
<event-list cid="100968613806607410565"></event-list>
<event-list cid="107585565628124978847">
</event-list>
</section>
<section data-route="about">
<div class="row text-center"><h2>¿Que es un GDG?</h2></div>
<div class="row">
<div class="col-md-8">
<div id="descriptionContainer">
<p>Google Developer Groups (GDGs) son desarrolladores quienes estan interazados en las tecnologias de desarrollador de google; Todo desde Android, Chrome, Drive, y Google Cloud Platforms, a los productos de APIs como Cast API, Maps API, y youtube API.</p>
<p class="disclaimer text-uppercase">*GDG Antofagasta es un grupo independiente; las actividades del grupo y opiniones expresadas en aquí no representan las de Google Inc</p>
</div>
<div class="row">
<a href="https://plus.google.com/107585565628124978847">
<paper-button class="join-us gplus">Unete a nosotros en Gplus </paper-button>
</a>
<a href="https://www.facebook.com/GdgAntofagasta/">
<paper-button class="join-us facebook">Unete a nosotros en facebook </paper-button>
</a>
</div>
</div>
<div class="col-md-4">
<img src="images/gdg_logo.png" class="img-responsive" alt="GDG LOGO">
</div>
</div>
</section>
<section data-route="iwd">
<div class="row text-center"><h2>International Woman Day's</h2></div>
<div class="row">
<div id="descriptionContainer"></div>
</div>
<div class="row">
<user-card-service></user-card-service>
</div>
</section>
</iron-pages>
</div>
</paper-scroll-header-panel>
</paper-drawer-panel>
<paper-toast id="toast">
<span class="toast-hide-button" role="button" tabindex="0" onclick="app.$.toast.hide()">Ok</span>
</paper-toast>
<!-- Uncomment next block to enable Service Worker support (1/2) -->
<!--
<paper-toast id="caching-complete"
duration="6000"
text="Caching complete! This app will work offline.">
</paper-toast>
<platinum-sw-register auto-register
clients-claim
skip-waiting
base-uri="bower_components/platinum-sw/bootstrap"
on-service-worker-installed="displayInstalledToast">
<platinum-sw-cache default-cache-strategy="fastest"
cache-config-file="cache-config.json">
</platinum-sw-cache>
</platinum-sw-register>
-->
</template>
<script>
// Defines the configuration options, these must be set before you load
// the platform.js file.
window.___gcfg = {
parsetags: 'explicit' // DS?: can the onload param be removed from the line below and added here?
// E.g., 'explicit','onload'
}
</script>
<script src="https://apis.google.com/js/platform.js?onload=onLoadCallback" async defer></script>
<!-- build:js scripts/app.js -->
<script src="scripts/app.js"></script>
<!-- endbuild-->
</body>
</html>