-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
277 lines (263 loc) · 14 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Un intero giorno di talk e workshop sul Kotlin Programming Language">
<meta name="author" content="GDG Bari">
<meta property="og:image" content="img/social.jpeg" />
<title>Kotlin/Everywhere Bari</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/themify-icons.css" rel="stylesheet">
<link href='css/dosis-font.css' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".side-menu">
<div class="container-fluid">
<!-- Start: Header -->
<div class="row hero-header" id="home">
<div class="col-md-7">
<img src="img/meetup-logo.png" class="logo">
<h3>Sabato, 7 Dicembre 2019</h3>
<h3>IC406, Strada Vassallo 1</h3>
<a href="https://forms.gle/gmmsZrky2d5QY28S8" class="btn btn-lg btn-red">Call for Speakers <span class="ti-microphone"></span></a>
<a href="https://www.meetup.com/GDG-Bari/events/265234977/" class="btn btn-lg btn-yellow">Prenota un posto <span class="ti-arrow-right"></span></a>
</div>
<div class="col-md-5 hidden-xs">
<img src="img/kotlin.png" class="rocket animated bounce">
</div>
</div>
<!-- End: Header -->
</div>
<div class="container">
<!-- Start: Desc -->
<div class="row me-row content-ct">
<h2 class="row-title">Cos'è Kotlin Everywhere?</h2>
<div class="col-md-4 feature">
<span class="ti-align-left"></span>
<h3>Kotlin Programming Language</h3>
<p>Kotlin è un linguaggio di programmazione tipizzato e moderno che ha come target la JVM, Android, Javascript e nativo. È conciso, riducendo la necessità di codice boilerplate, sicuro, grazie alla null safety e interoperabile fra varie piattaforme e vari tools di sviluppo.</p>
</div>
<div class="col-md-4 feature">
<span class="ti-android"></span>
<h3>Andorid: Kotlin First</h3>
<p>A partire dal Google I/O 2018, Kotlin è il linguaggio ufficiale della piattaforma Android e recenti statistiche evidenziano come il 60% delle top 1000 app su Google Play usano Kotlin in produzione, assieme al 53% degli sviluppatori Android professionali.</p>
</div>
<div class="col-md-4 feature">
<span class="ti-world"></span>
<h3>Organizzata in tutto il mondo</h3>
<p>Kotlin Everywhere è una serie di eventi organizzati dalle community in tutto il mondo e supportati da Google Developers e JetBrains dove è possibile imparare le basi e le best practice sul linguaggio di programmazione Kotlin, per Android, Google Cloud Platform e sviluppo multi piattaforma.</p>
</div>
</div>
<!-- End: Desc -->
<!-- Start: Speakers -->
<!-- <div class="row me-row content-ct speaker" id="speakers">
<h2 class="row-title">Meet the Speakers</h2>
<div class="col-md-4 col-sm-6 feature">
<img src="img/speaker-1.png" class="speaker-img">
<h3>Simon Collins</h3>
<p>Simon is designer and partner at Fictivekin and has worked in a variety of situations for bands, record labels, governments, polar explorers, and most other things...</p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/speaker-2.png" class="speaker-img">
<h3>Stephanie Troeth</h3>
<p>Stephie is a user experience researcher and designer. In over 15 years of working on the web, she has worn many hats, including a product lead for a tech startup in publishing...</p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/speaker-3.png" class="speaker-img">
<h3>Harry Roberts</h3>
<p>Harry is a freelance designer, developer, writer, speaker and front-end architect from the UK, previously working as Senior UI Developer for Sky. He Tweets at...</p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/speaker-4.png" class="speaker-img">
<h3>Geri Coady</h3>
<p>Harry is a freelance designer, developer, writer, speaker and front-end architect from the UK, previously working as Senior UI Developer for Sky. He Tweets at...</p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/speaker-5.png" class="speaker-img">
<h3>Andy Budd</h3>
<p>Harry is a freelance designer, developer, writer, speaker and front-end architect from the UK, previously working as Senior UI Developer for Sky. He Tweets at...</p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/speaker-6.png" class="speaker-img">
<h3>Christian Lauke</h3>
<p>Harry is a freelance designer, developer, writer, speaker and front-end architect from the UK, previously working as Senior UI Developer for Sky. He Tweets at...</p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
</div> -->
<!-- End: Speakers -->
</div>
<!-- Start: Schedule -->
<div class="container-fluid yellowsection">
<div class="container yellowsection">
<div class="row me-row schedule" id="schedule">
<h2 class="row-title content-ct">Programma</h2>
<h3 class="row-title content-ct">Una giornata intera di talk e workshop</h3>
<h4 class="row-title content-ct">Coming soon...<br><br><br></h4>
<h4 class="row-title content-ct">
<a href="https://forms.gle/gmmsZrky2d5QY28S8" class="btn btn-lg btn-red">Proponi un talk <span class="ti-microphone"></span></a>
</h4>
<!-- Tab panes -->
<!-- <div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="day-1">
<div class="row">
<div class="col-md-6">
<div class="media">
<div class="media-left">
<a href="#">
<img class="media-object" src="img/speaker-1.png" alt="...">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">10am to 10:30am</h4>
<h5>THE DESIGNER’S GUIDE TO BEING ESSENTIAL</h5>
<p>Simon is designer and partner at Fictivekin and has worked in a variety of situations for bands, record labels, governments, polar explorers, and most other things. </p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-left">
<a href="#">
<img class="media-object" src="img/speaker-2.png" alt="...">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">10:45am to 11:30am</h4>
<h5>MODULAR DESIGN AT WORK</h5>
<p>Simon is designer and partner at Fictivekin and has worked in a variety of situations for bands, record labels, governments, polar explorers, and most other things. </p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-left">
<a href="#">
<img class="media-object" src="img/speaker-3.png" alt="...">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">12:00pm to 01:30pm</h4>
<h5>AN INTRODUCTION TO TOUCH AND POINTER EVENTS</h5>
<p>Simon is designer and partner at Fictivekin and has worked in a variety of situations for bands, record labels, governments, polar explorers, and most other things. </p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-left">
<a href="#">
<img class="media-object" src="img/speaker-4.png" alt="...">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">02:00pm to 03.30pm</h4>
<h5>WEB FONTS PERFORMANCE</h5>
<p>Simon is designer and partner at Fictivekin and has worked in a variety of situations for bands, record labels, governments, polar explorers, and most other things. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- End: Schedule -->
<!-- Start: Tickets -->
<div class="container-fluid tickets" id="tickets">
<div class="row me-row content-ct">
<h2 class="row-title">Organizers</h2>
<div class="col-md-4 col-sm-6 col-md-offset-2">
<img style="max-width: 480px;" src="./img/gdgbari.png">
</div>
<div class="col-md-4 col-sm-6">
<img style="max-width: 300px;" src="https://gdgbari.github.io/2019-wtm-iwd/images/sponsor-img2.jpg">
</div>
</div>
<div class="row me-row content-ct">
<h2 class="row-title">Partners</h2>
<div class="col-md-4 col-sm-6 col-md-offset-2">
<img style="max-width: 300px;" src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
</div>
<div class="col-md-4 col-sm-6">
<img style="max-width: 200px;" src="https://cdn.freebiesupply.com/logos/large/2x/jetbrains-1-logo-png-transparent.png">
</div>
</div>
<!--
<h3>Early Bird Ticket</h3>
<p class="price">$399</p>
<p>All days entry pass for all the events.</p>
<a href="#" class="btn btn-lg btn-red">Buy <small>(6 remaining)</small></a>
</div>
<div class="col-md-4 col-sm-6">
<h3>Workshop Pass</h3>
<p class="price">$199</p>
<p>Entry pass for each workshop</p>
<a href="#" class="btn btn-lg btn-red">Buy <small>(42 remaining)</small></a> -->
</div>
<!-- End: Tickets -->
<!-- Start: Footer -->
<div class="container-fluid footer">
<div class="row footer-credit">
<div class="col-md-6 col-sm-6">
<p>© 2019 GDG Bari</p>
</div>
<div class="col-md-6 col-sm-6">
<ul class="footer-menu">
<li><a href="https://kotlinlang.org">Kotlin website</a></li>
<li><a href="https://www.meetup.com/GDG-Bari/events/265234977/">Meetup Event</a></li>
</ul>
</div>
</div>
</div>
<!-- End: Footer -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/validator.js"></script>
</body>
</html>