-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
268 lines (244 loc) · 12.5 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
<!DOCTYPE html>
<html lang="lt">
<head>
<meta charset="utf-8">
<title>VilniusPHP.lt - Vilniaus PHP bendruomenė</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Vilnius PHP community">
<meta name="google-site-verification" content="nOU0DLNQpsQVTBbWQ0o14eTkRgXePrQ2dpUSmGOxhvs" />
<link rel="shortcut icon" type="image/x-icon" href="/media/favicon.ico">
<meta property="og:title" content="VilniusPHP.lt - Vilniaus PHP bendruomenė"/>
<meta property="og:image" content="http://www.vilniusphp.lt/media/img/logo.jpg"/>
<meta property="og:url" content="http://www.vilniusphp.lt"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/bootstrap.min.css" />
<link href="styles/Judson.css" rel="stylesheet">
<link href="styles/font-awesome.min.css" rel="stylesheet">
<link href="styles/material-fullpalette.min.css" rel="stylesheet">
<link href="styles/ripples.min.css" rel="stylesheet">
<link href="styles/vilniusphp.css" rel="stylesheet">
<script src="scripts/jquery-1.10.2.min.js"></script>
<style type="text/css">
body {
background-color: #efebe9;
}
</style>
<style type="text/css">
body .main-event {
color: #000000;
background: url('media/img/full_6768322-bg-blur1.jpeg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body .main-event .well, body .main-event .jumbotron {
color: #333333;
}
</style>
</head>
<body >
<div class="navbar navbar-material-grey-800">
<div class="centered">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="logo"><img alt="VilniusPHP.LT" src="media/img/logo_white.png"></a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse navbar-right">
<ul class="nav navbar-nav">
<li class="active" ><a href="index.html">
<i class="mdi-action-home"></i> Artėjantis
</a>
</li>
<li ><a href="archive.html">
<i class="mdi-action-list"></i> Archyvas
</a>
</li>
<li ><a href="about.html">
<i class="mdi-action-description"></i> Apie
</a>
</li>
<li ><a href="slack.html">
<i class="mdi-action-language"></i> Slack
</a>
</li>
<li ><a href="english.html">
<i class="mdi-action-language"></i> English
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="main-event">
<div class="centered">
<h1>VilniusPHP 0x92</h1>
<div class="speakers row">
<div class="col-md-4">
<div class="speaker well">
<h2>The Power of AST</h2>
<div class="description">As software engineers, our innate curiosity drives us to explore and understand. We've all been there - seeing an 'unwritten rule' comment on a merge request. Think about static analysis, syntax highlighting, linters, transpilers and interpreters - did you know they're all doing the same first step? They take our code and build this tree of connected nodes. It's what they do next that makes them different. Custom linter rules are often where we first put this knowledge to work. Those 'unwritten rules' in the codebase? They become automated checks, catching issues before they even reach a merge request. And who knows, maybe this will inspire you to write your own tiny programming language!
(Presented in English)</div>
<div class="name">Rokas Muningis</div>
</div>
</div>
<div class="col-md-4">
<div class="speaker well">
<h2>Microservices vs monolith: which and why?</h2>
<div class="description">As technology advances and the business grows, it’s important to consider the pros and cons of different infrastructure architectures. Boozt engineering systems architecture is built using both a microservice and monolithic approach - a hot topic of debate for Boozt’s two directors Marco Rosello and Edvardas Kazlauskas.
(Presented in English)
</div>
<div class="name">Marco Rosello and Edvardas Kazlauskas (Boozt)</div>
</div>
</div>
</div>
<div class="jumbotron">
<div class="row">
<div class="event-time-place col-sm-4">
<h2>Susitinkame</h2>
<div class="date"><i class="mdi-action-event"></i> 2024-12-05 19:00</div>
<div class="place">
<div><i class="mdi-maps-place"></i>HQ Ovoko</div>
<div>
<a href="https://goo.gl/maps/gxag3uan4gUgAs41A" target="_blank">
<i class="mdi-maps-map" title="žemėlapis"></i>
</a>
Žirmūnų g.70-701
</div>
</div>
<div class="register">
<a class="btn btn-large btn-success" href="https://www.meetup.com/vilniusphp/events/304753080/">Užsiregistruok!</a>
</div>
</div>
<div class="after-party col-sm-4">
<h2>Diskusijos</h2>
<div class="date"><i class="mdi-action-event"></i> Po pranešimų</div>
<div class="place">
<div><i class="mdi-maps-place"></i>HQ Ovoko</div>
<div>
<a href="https://goo.gl/maps/gxag3uan4gUgAs41A" target="_blank">
<i class="mdi-maps-map" title="žemėlapis"></i>
</a>
Žirmūnų g.70-701
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="content centered row">
<div class="col-sm-4">
<div class="important">
<div class="panel panel-default">
<div class="panel-heading">1.2% Parama</div>
<div class="panel-body">
Norėdami paremti Vilnius PHP bendruomenę paskirdami 1.2% nuo sumokėto GPM, skaitykite <a href="https://usergroups.lt/parama.html">čia</a>.
</div>
</div>
</div>
<div class="friends">
<div class="panel panel-default">
<div class="panel-heading">Prisijunk prie #VilniusPHP</div>
<div class="panel-body">
<script async defer src="https://uglt.herokuapp.com/slackin.js"></script>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="friends">
<div class="panel panel-default">
<div class="panel-heading">Draugai</div>
<div class="panel-body">
<ul>
<li><a class="btn btn-xs btn-default btn-flat" href="http://www.usergroups.lt/">Usergroups.lt</a></li>
<li><a class="btn btn-xs btn-default btn-flat" href="http://www.codewars.lt">Codewars LT</a></li>
<li><a class="btn btn-xs btn-default btn-flat" href="http://www.kaunasphp.lt">Kaunas PHP</a></li>
<li><a class="btn btn-xs btn-default btn-flat" href="http://www.vilniusjs.lt">Vilnius JS</a></li>
<li><a class="btn btn-xs btn-default btn-flat" href="http://vilniusrb.lt">Vilnius Ruby</a></li>
<li><a class="btn btn-xs btn-default btn-flat" href="http://www.gdg-vilnius.lt">GDG Vilnius</a></li>
<li><a class="btn btn-xs btn-default btn-flat" href="http://www.vilnius-jug.lt/">Vilnius JUG</a></li>
<li><a class="btn btn-xs btn-default btn-flat" href="http://dotnetcrowd.lt">.NET Crowd</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="sponsors col-sm-4">
<div class="panel panel-primary sponsors">
<div class="panel-heading">
<h3 class="panel-title" id="sponsors">Bendruomenės rėmėjai</h3>
</div>
<div class="row">
<div class="panel-body col-sm-12">
<a class="btn" href="https://www.ovoko.com/" title="Ovoko"><img src="media/img/ovoko.png" alt="Ovoko"></a>
<a class="btn" href="https://www.buildstuff.events/" title="Build Stuff"><img src="media/img/build-stuff.png" alt="Build Stuff"></a>
</div>
</div>
</div>
</div>
</div>
<div class="footer btn-material-grey-800">
<div class="centered row">
<div class="col-sm-3 copy">
© 2012-2022 VilniusPHP.LT
</div>
<div class="col-sm-6">
<ul class="nav-links">
<li><a class="disabled btn btn-sm btn-material-grey-800" href="index.html">Artėjantis</a></li>
<li><a class=" btn btn-sm btn-material-grey-800" href="archive.html">Archyvas</a></li>
<li><a class=" btn btn-sm btn-material-grey-800" href="about.html">Apie</a></li>
<li><a class=" btn btn-sm btn-material-grey-800" href="slack.html">Slack</a></li>
<li><a class=" btn btn-sm btn-material-grey-800" href="english.html">English</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul class="social-links">
<li>
<a class="btn btn-sm btn-material-grey-800" href="http://twitter.com/vilniusphp" title="VilniusPHP Twitter" target="_blank">
<i class="mdi fa fa-twitter"></i>
</a>
</li>
<li>
<a class="btn btn-sm btn-material-grey-800" href="https://www.facebook.com/groups/301802373270632" title="VilniusPHP Facebook" target="_blank">
<i class="mdi fa fa-facebook"></i>
</a>
</li>
<li>
<a class="btn btn-sm btn-material-grey-800" href="https://www.youtube.com/channel/UCmDrt2YeEKiMGTpt4fiRKSw" title="VilniusPHP YouTube" target="_blank">
<i class="mdi fa fa-youtube"></i>
</a>
</li>
<li>
<a class="btn btn-sm btn-material-grey-800" href="http://github.com/vilniusphp" title="VilniusPHP GitHub" target="_blank">
<i class="mdi fa fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47124836-3', 'auto');
ga('send', 'pageview');
</script>
<!-- Twitter Bootstrap -->
<script src="scripts/bootstrap.min.js"></script>
<!-- Material Design for Bootstrap -->
<script src="scripts/material.min.js"></script>
<script src="scripts/ripples.min.js"></script>
<script>
$.material.init();
</script>
</body>
</html>