This repository has been archived by the owner on Dec 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.php
226 lines (209 loc) · 9.51 KB
/
template.php
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
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="static/style.css?v=1.1">
<title>GDG Devfest Mediterranean 2017</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<section class="c-section">
<div class="row">
<div class="small-10 small-offset-1 small-order-2 medium-offset-0 medium-5 medium-order-1 column">
<div class="row">
<div class="column">
<img src="static/datimages/title.svg" alt="GDG Devfest Mediterranean 2017">
</div>
</div>
<div class="row">
<div class="column">
<div class="c-cta-box">
<h2 class="c-cta-box__title">GDG DevFest Mediterranean 2017, cap. 2: tre giorni di formazione targati Google.</h2>
<p>Le GDG DevFest sono grandi eventi rivolti (ma non limitati) a sviluppatori e designer incentrati sui temi del community building
& management e sull'apprendimento delle tecnologie e delle metodologie di sviluppo made in Google.</p>
<a class="button button--cta" href="https://www.eventbrite.it/e/biglietti-gdg-devfest-mediterranean-2017-cap-2-38979541859#tickets" target="_blank">Start playing</a>
</div>
</div>
</div>
</div>
<div class="small-10 small-offset-1 medium-6 medium-offset-1 small-order-1 medium-order-1 column">
<img src="static/images/claim.svg" alt="You can play if you may" class="head-claim">
</div>
</div>
</section>
<section class="c-section c-section--inverted">
<h2 class="c-section__title">Speaker</h2>
<hr class="c-section__divider">
<div class="row medium-up-4 small-up-2">
<?php foreach($data["speakers"] as $speaker): ?>
<div class="column">
<div class="c-speaker">
<div style="background-image: url(static/images/speakers/<?php echo $speaker["photo"]; ?>)" class="c-speaker__photo"></div>
<span class="c-speaker__name"><?php echo $speaker["full_name"]; ?></span>
<span class="c-speaker__category <?php the_category_class($speaker); ?>"><?php the_category_name($speaker); ?></span>
</div>
</div>
<?php endforeach; ?>
</div>
</section>
<section class="c-section">
<h2 class="c-section__title">Speech</h2>
<hr class="c-section__divider">
<div class="row">
<div class="column">
<img src="static/images/speech.svg" class="show-for-medium" alt="Programma speech">
<img src="static/images/speech1.svg" class="show-for-small-only" alt="Programma speech 17/11">
<img src="static/images/speech2.svg" class="show-for-small-only" alt="Programma speech 18/11">
<img src="static/images/speech3.svg" class="show-for-small-only" alt="Programma speech 19/11">
</div>
</div>
</section>
<section class="c-section">
<h2 class="c-section__title">Attività</h2>
<hr class="c-section__divider">
<div class="row">
<div class="column">
<img src="static/images/activities.svg" class="show-for-medium" alt="Programma speech">
<img src="static/images/activities1.svg" class="show-for-small-only" alt="Programma speech 17/11">
<img src="static/images/activities2.svg" class="show-for-small-only" alt="Programma speech 18/11">
<img src="static/images/activities3.svg" class="show-for-small-only" alt="Programma speech 19/11">
</div>
</div>
</section>
<section class="c-section c-section--inverted">
<h2 class="c-section__title">Sponsor</h2>
<hr class="c-section__divider">
<div class="row">
<div class="small-10 small-offset-1 medium-offset-0 medium-12 column">
<div class="row medium-up-8 small-up-2">
<?php foreach ($data["sponsors"] as $sponsor) : ?>
<div class="shrink column">
<a href="<?php echo $sponsor["url"]; ?>" target="_blank">
<div style="background-image: url(static/images/sponsor/<?php echo $sponsor["photo"]; ?>)" class="c-sponsor"></div>
</a>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
</section>
<section class="c-section c-section--inverted">
<h2 class="c-section__title">Partners</h2>
<hr class="c-section__divider">
<div class="row">
<div class="small-10 small-offset-1 medium-offset-0 medium-12 column">
<div class="row medium-up-8 small-up-2">
<?php foreach ($data["partners"] as $partner) : ?>
<div class="column">
<a href="<?php echo $partner["url"]; ?>" target="_blank">
<div style="background-image: url(static/images/sponsor/<?php echo $partner["photo"]; ?>)" class="c-sponsor"></div>
</a>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
</section>
<section class="c-section c-section--inverted">
<h2 class="c-section__title">Supporters</h2>
<hr class="c-section__divider">
<div class="row">
<div class="small-10 small-offset-1 medium-offset-0 medium-12 column">
<div class="row medium-up-8 small-up-2">
<?php foreach ($data["supporters"] as $supporter) : ?>
<div class="column">
<a href="<?php echo $supporter["url"]; ?>" target="_blank">
<div style="background-image: url(static/images/sponsor/<?php echo $supporter["photo"]; ?>)" class="c-sponsor"></div>
</a>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
</section>
<section class="c-section c-section--inverted">
<h2 class="c-section__title">Organizers</h2>
<hr class="c-section__divider">
<div class="row">
<div class="small-10 small-offset-1 medium-offset-0 medium-12 column">
<div class="row medium-up-8 small-up-2">
<?php foreach ($data["organizers"] as $organizer) : ?>
<div class="column">
<a href="<?php echo $organizer["url"]; ?>" target="_blank">
<div style="background-image: url(static/images/sponsor/<?php echo $organizer["photo"]; ?>)" class="c-sponsor"></div>
</a>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
</section>
<section class="c-section c-section--no-padding-bottom">
<h2 class="c-section__title">Location</h2>
<hr class="c-section__divider">
<div class="row c-location">
<div class="show-for-medium medium-7 column">
<div class="c-location__photo" style="background-image: url(static/images/location/photo.jpg)"></div>
</div>
<div class="small-10 small-offset-1 medium-offset-0 medium-4 text-center medium-text-left">
<img class="c-location__logo" src="static/images/location/logo.png" alt="Spazio Avanzamento Lavori">
<address class="c-location__address"><strong>SAL - Spazio Avanzamento Lavori</strong> <br> Via Indaco 23 <br> 95129 Catania</address>
</div>
</div>
<iframe width="100%" height="490" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJ4ZCG5Mr8ExMRyRaLwWMY7jc&key=AIzaSyBjL3pZVP5HV-KQFFtU45LpNkV5uTHxTD0"
allowfullscreen></iframe>
</section>
<section class="c-section">
<h2 class="c-section__title">About</h2>
<hr class="c-section__divider">
<div class="row">
<div class="medium-10 medium-offset-1 column">
<div class="row small-up-1 medium-up-2">
<div class="column">
<div class="c-organizer-info">
<div class="row">
<div class="shrink column">
<img src="static/images/gdgct.png" class="c-organizer-info__logo" alt="Google Developer Group Catania">
</div>
<div class="column">
<h3>Google Developers Group<br>Catania</h3>
<p>
Tramite i GDG (attualmente più di 600), Google supporta la comunità mondiale di sviluppatori e designer nelle attività di
condivisione della conoscenza riguardo alle tecnologie e metodologie di sviluppo.
</p>
</div>
</div>
</div>
</div>
<div class="column">
<div class="c-organizer-info">
<div class="row">
<div class="shrink column">
<img src="static/images/wtm.png" class="c-organizer-info__logo" alt="Women Techmakers Catania">
</div>
<div class="column">
<h3>Women Techmakers<br>Catania</h3>
<p>Tramite Women Techmakers, Google supporta la comunità mondiale di sviluppatori e designer nelle attività di sensibilizzazione
intorno ai temi della diversity e dell'inclusione femminile nelle professioni tech.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="c-section">
<div class="row align-center-middle">
<div class="shrink column text-center">
<a href="https://www.facebook.com/gdgcatania/" target="_blank"><img src="static/images/facebook.png" alt="Facebook" class="c-social-icon"></a>
</div>
<div class="shrink column text-center">
<a href="https://twitter.com/gdgcatania" target="_blank"><img src="static/images/twitter.png" alt="Twitter" class="c-social-icon"></a>
</div>
</div>
</section>
</body>
</html>