-
Notifications
You must be signed in to change notification settings - Fork 0
/
agenda2.html
801 lines (749 loc) · 27.8 KB
/
agenda2.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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="google-site-verification"
content="goV8Sr0Oyft81BUbaI82a-QVJYOATmgNBmPMmLVPY_M"
/>
<meta
name="description"
content="PHPeste é uma conferência de PHP organizada pelas comunidades “cabra da peste” do
nordeste brasileiro."
/>
<meta
name="application-name"
content="PHPeste 2023 | Fortaleza - Ceará - Brasil."
/>
<meta http-equiv="content-language" content="pt-br" />
<meta name="author" content="Comunidade PHP com Rapadura" />
<meta name="creator" content="Comunidade PHP com Rapadura" />
<meta property="og:site_name" content="PHPeste.org" />
<meta property="og:locale" content="pt_BR" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="PHPeste 2023 | Fortaleza - Ceará - Brasil."
/>
<meta
property="og:description"
content="PHPeste é uma conferência de PHP organizada pelas comunidades “cabra da peste” do
nordeste brasileiro."
/>
<meta property="og:url" content="https://phpeste.org" />
<meta
property="og:image"
content="https://phpeste.org/images/phpeste_marrom.webp"
/>
<title>PHPeste | Maior conferência PHP do Nordeste</title>
<!-- CSS -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lexend&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
href="css/materialize.css"
type="text/css"
rel="stylesheet"
media="screen,projection"
/>
<link
href="css/style.css"
type="text/css"
rel="stylesheet"
media="screen,projection"
/>
</head>
<body>
<div class="page">
<div class="navbar-fixed">
<nav
role="navigation"
style="
background-image: url('images/parallax-slider/background-menu-1.webp');
box-shadow: none;
"
>
<div class="nav-wrapper container">
<ul class="center hide-on-med-and-down">
<li>
<a class="scrollSuave" href="https://phpeste.org">Voltar</a>
</li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li>
<a class="scrollSuave" href="https://phpeste.org">Voltar</a>
</li>
</ul>
<a
href="#"
data-target="nav-mobile"
class="sidenav-trigger"
title="Clique aqui para abri o menu"
><i class="material-icons" style="color: #5b1e00">menu</i></a
>
</div>
</nav>
</div>
<div class="container">
<div class="section" id="schedule">
<div class="row">
<div class="col s12 m12 center">
<br /><br />
<h3 class="center brown-text">PROGRAMAÇÃO</h3>
<br /><br />
<!-- <a
href="sexta.html"
target="_blank"
title="Clique aqui para acessar a programação do dia"
class="btn-large waves-effect waves-light brown darken-2 scrollSuave"
> programação do dia </a> -->
</div>
</div>
<br>
<div class="row">
<div class="col s12 m12">
<ul class="tabs tabs-fixed-width z-depth-1">
<li class="tab col s3">
<a href="#day1">DIA 1 (sexta-feira)</a>
</li>
<li class="tab col s3"><a href="#day2">DIA 2 (sábado)</a></li>
</ul>
</div>
<div id="day1" class="col s12">
<table class="centered striped responsive-table z-depth-1">
<thead>
<tr class="blue-grey lighten-5">
<th>Horário</th>
<th>Auditório</th>
<th>Sala 01</th>
</tr>
<tr>
<th class="time">
<i class="small material-icons">access_time</i>
</th>
<th>Atividade</th>
<th>Atividade</th>
</tr>
</thead>
<tbody>
<tr>
<td class="time">08:00</td>
<td class="together" colspan="2">
Credenciamento e Coffee de boas vindas
</td>
</tr>
<tr>
<td class="time">09:00</td>
<td style="font-size: 14px;">
<p>
Código Mestre: <em>A Arte de Evoluir do Dev ao Tech Lead</em>
</p>
<br/>
<img
src="images/speakers/LuizSiqueira.webp"
title="Luiz Siqueira"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Luiz Siqueira
</td>
<td style="font-size: 14px;">
<p>Observabilidade com OpenTelemetry: <em>Vigie suas APIs!</em></p>
<br/>
<img
src="images/speakers/AndersonAragao.webp"
title="Anderson Aragao"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Anderson Aragão
</td>
</tr>
<tr>
<td class="time">09:50</td>
<td style="font-size: 14px; ">
<p>
A importância do <em>Teste de Software na garantia da qualidade e confiabilidade</em> de sistemas
</p>
<br>
<img
src="images/speakers/SandraRayane.webp"
title="Sandra Rayane"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Sandra Rayane
</td>
<td style="font-size: 14px;">
<p>OJS: o projeto canadense para <em>gestão de publicações cientificas</em> que conquistou o brasileiro</p>
<br>
<img
src="images/speakers/LiviaCarolina.webp"
title="Livia Carolina"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Livia Carolina
</td>
</tr>
<tr>
<td class="time">10:40</td>
<td style="font-size: 14px;">
<p>Lando para desenvolvedores PHP</p>
<br>
<img
src="images/speakers/FernandoSantos.webp"
title="Fernando Santos"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Fernando Santos
</td>
<td style="font-size: 14px;">
<p>Arquitetura Orientada a Eventos (EDA): <em>Uma visão sistemática</em></p>
<br>
<img
src="images/speakers/EvaldoBarbosa.webp"
title="Evaldo Barbosa"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Evaldo Barbosa
</td>
</tr>
<tr>
<td class="time">11:30</td>
<td class="center together" colspan="2">Almoço</td>
</tr>
<tr>
<td class="time">13:30</td>
<td style="font-size: 14px;">
<p>Testes automatizados em API: <em>usando Github Actions e outras ferramentas</em></p>
<br>
<img
src="images/speakers/VitorMattos.webp"
title="Vitor Mattos"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Vitor Mattos
</td>
<td style="font-size: 14px;">
<p>Explorando a Web: <em>Construindo Crawlers eficientes com Symfony</em></p>
<br>
<img
src="images/speakers/DanielLima.webp"
title="Daniel Lima"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Daniel Lima
</td>
</tr>
<tr>
<td class="time">14:30</td>
<td style="font-size: 14px;">
<p>LibreSign: <em>Assinatura Eletrônica com PHP</em></p>
<br>
<img
src="images/speakers/DaianeAlves.webp"
title="Daiane Alves"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Daiane Alves
</td>
<td style="font-size: 14px;">
<p>De suporte técnico a desenvolvimento: <em>Uma transição natural?</em></p>
<img
src="images/speakers/HelenaSaminez.webp"
title="Helena Saminez"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Helena Saminez
</td>
</tr>
<tr>
<td class="time">15:10</td>
<td style="font-size: 14px;">
<p>
Esteganografia: <em>A arte de ocultar uma mensagem dentro de outra,</em> com PHP!
</p>
<img
src="images/speakers/BrunoLopes.webp"
title="Bruno Lopes"
alt="Palestrante 1"
width="60px"
id="img-speakers"
/>
<br />
Bruno Lopes
</td>
<td style="font-size: 14px;">
<p><em>HTML limpo,</em> um overview sobre os 04 pilares</p>
<br>
<img
src="images/speakers/engenheira.coelho.webp"
title="Leticia Coelho"
alt="Leticia Coelho"
width="60px"
id="img-speakers"
/>
<br />
Leticia Coelho
</td>
</tr>
<tr>
<td class="time">16:00</td>
<td class="center together" colspan="2">Merenda</td>
</tr>
<tr>
<td class="time">17:00</td>
<td class="center together" colspan="2">
<p>Stund Up comedy</p>
<br>
<img
src="images/speakers/RodrigoPokemaoBR.webp"
title="Rodrigo PokemaoBR"
alt="Rodrigo PokemaoBR"
width="60px"
id="img-speakers"
/>
<br />
Rodrigo PokemaoBR
</td>
</tr>
<tr>
<td class="time">17:15</td>
<td class="center together" colspan="2">
Cerimônia de Abertura
</td>
</tr>
<tr>
<td class="time">17:30</td>
<td class="center together" colspan="2">
Mesa Redonda: <br> Como vai ficar o mercado de desenvolvimento daqui pra frente?
<br> Convidados: Monica, Eduardo, Swoleo, Dennis Braga.
<br> Mediador: Wil Correa.
</td>
<td class="together"></td>
</tr>
<tr>
<td class="time">19:00</td>
<td colspan="2">
<span class="span-speaker">Palestrante Desinibida</span>
<p>
Integração de serviços de IA.
5 etapas para identificar e implementar integração com
AIaaS
</p>
<br>
<img
src="images/speakers/engenheira.coelho.webp"
title="Leticia Coelho"
alt="Leticia Coelho"
width="60px"
id="img-speakers"
/>
<br />
Leticia Coelho
</td>
</tr>
</tbody>
</table>
</div>
<div id="day2" class="col s12">
<table class="centered striped responsive-table z-depth-1">
<thead>
<tr class="blue-grey lighten-5">
<th>Horário</th>
<th class="center" colspan="2">Auditório</th>
<th class="center" colspan="2">Sala 01</th>
<th class="center" colspan="2">Sala 02</th>
</tr>
<tr>
<th><i class="small material-icons">access_time</i></th>
<th>Atividade</th>
<th>Artista</th>
<th>Atividade</th>
<th>Artista</th>
<th>Atividade</th>
<th>Artista</th>
</tr>
</thead>
<tbody>
<tr>
<td class="time">08:00</td>
<td>Como conquistar sua primeira vaga de TI, pela visão de uma Tech recruiter</td>
<td>
<img
src="images/speakers/IngriddosSantos.webp"
title="Ingrid dos Santos"
alt="Ingrid dos Santos"
width="60px"
id="img-speakers"
/>
<br />
Ingrid dos Santos
</td>
<td>Soft Skills para desenvolvedores: programando muito além do código.</td>
<td>
<img
src="images/speakers/RosanaMarques.webp"
title="Rosana Marques"
alt="Rosana Marques"
width="60px"
id="img-speakers"
/>
<br />
Rosana Marques
</td>
<td></td>
<td></td>
</tr>
<tr>
<td class="time">08:50</td>
<td>Como começar a implementar AiOps (Inteligência Artificial em Operações de T.I.) na prática?</td>
<td>
<img
src="images/speakers/ElenaGiuli.webp"
title="Elena Giuli"
alt="Elena Giuli"
width="60px"
id="img-speakers"
/>
<br />
Elena Giuli
</td>
<td>PHPé de uéx: O melhor ritmo para deixar nossos produtos só o mi</td>
<td>
<img
src="images/speakers/YanVancelis.webp"
title="Yan Vancelis"
alt="Yan Vancelis"
width="60px"
id="img-speakers"
/>
<br />
Yan Vancelis
</td>
<td>Aplicações Resilientes</td>
<td>
<img
src="images/speakers/HilderjaresMartins.webp"
title="Hilderjares Martins"
alt="Hilderjares Martins"
width="60px"
id="img-speakers"
/>
<br />
Hilderjares Martins
</td>
</tr>
<tr>
<td class="time">09:40</td>
<td class="together" colspan="3">Pausa para merenda</td>
<td class="together"></td>
<td class="together"></td>
<td class="together"></td>
</tr>
<tr>
<td class="time">10:20</td>
<td>A Swoole e o Hyperf na PicPay</td>
<td>
<img
src="images/speakers/LeoCavalcante.webp"
title="Leo Cavalcante"
alt="Leo Cavalcante"
width="60px"
id="img-speakers"
/>
<br />
Leo Cavalcante
</td>
<td>Do Caos à Clareza: Explorando a Modelagem de Software</td>
<td>
<img
src="images/speakers/DouglasMedeiros.webp"
title="Douglas Medeiros"
alt="Douglas Medeiros"
width="60px"
id="img-speakers"
/>
<br />
Douglas Medeiros
</td>
<td>Arquitetura evolutiva</td>
<td>
<img
src="images/speakers/DiegoBorges.webp"
title="Diego Borges"
alt="Diego Borges"
width="60px"
id="img-speakers"
/>
<br />
Diego Borges
</td>
</tr>
<tr>
<td class="time">11:10</td>
<td>Segurança com PHP: O mínimo que todo DEV deve saber</td>
<td>
<img
src="images/speakers/ViniciusDias.webp"
title="Vinicius Dias"
alt="Vinicius Dias"
width="60px"
id="img-speakers"
/>
<br />
Vinicius Dias
</td>
<td>WebAuthn: o novo padrão de autenticação na Web</td>
<td>
<img
src="images/speakers/ViniciusCampitelli.webp"
title="Vinicius Campitelli"
alt="Vinicius Campitelli"
width="60px"
id="img-speakers"
/>
<br />
Vinicius Campitelli
</td>
<td>Arquitetura Transacional de Bilhões do PicPay</td>
<td>
<img
src="images/speakers/LeoCarmo.webp"
title="Leo Carmo"
alt="Leo Carmo"
width="60px"
id="img-speakers"
/>
<br />
Leo Carmo
</td>
</tr>
<tr>
<td class="time">12:00</td>
<td class="together" colspan="3">Almoço</td>
<td class="together"></td>
<td class="together"></td>
<td class="together"></td>
</tr>
<tr>
<td class="time">13:30</td>
<td>Acessibilidade na Web #PraTodosVerem</td>
<td>
<img
src="images/speakers/MonicaCraveiro.webp"
title="Monica Craveiro"
alt="Monica Craveiro"
width="60px"
id="img-speakers"
/>
<br />
Monica Craveiro
</td>
<td>Mitos e verdades sobre testes de software</td>
<td>
<img
src="images/speakers/JulianaMartins.webp"
title="Juliana Martins"
alt="Juliana Martins"
width="60px"
id="img-speakers"
/>
<br />
Juliana Martins
</td>
<td></td>
<td></td>
</tr>
<tr>
<td class="time">14:20</td>
<td>Além da Orientaçāo a Objetos</td>
<td>
<img
src="images/speakers/RafaelNeris.webp"
title="Rafael Neris"
alt="Rafael Neris"
width="60px"
id="img-speakers"
/>
<br />
Rafael Neris
</td>
<td>Programação Funcional em PHP</td>
<td>
<img
src="images/speakers/MarcelSantos.webp"
title="Marcel Santos"
alt="Marcel Santos"
width="60px"
id="img-speakers"
/>
<br />
Marcel Santos
</td>
<td></td>
<td></td>
</tr>
<tr>
<td class="time">15:10</td>
<td class="together" colspan="6">Mesa redonda</td>
</tr>
<tr>
<td class="time">16:30</td>
<td class="together" colspan="6">Encerramento</td>
</tr>
<tr>
<td class="time">16:45</td>
<td class="together" colspan="6">
Coquetel não alcoólico e banda
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h4 class="center">Obs: Programação sujeita a alteração</h4>
</div>
<br />
<div class="container">
<div class="section" id="tickets">
<div class="row">
<div class="col s12 m12 center">
<br /><br />
<h3 class="center brown-text">INGRESSOS</h3>
<br /><br />
<h4 class="center">
Falai jovi caso queira comprar teu ingresso e dos teus amigos é
só clicar no botão abaixo!
</h4>
<br />
<a
href="https://www.sympla.com.br/evento/phpeste-2023-fortaleza-ce/2055893"
target="_blank"
title="Clique aqui para comprar o seu ingresso"
class="btn-large waves-effect waves-light brown darken-2 scrollSuave"
>
Comprar ingresso!</a
>
<br /><br />
</div>
</div>
</div>
</div>
<br />
<footer class="page-footer brown darken-3" id="contact">
<div class="container">
<div class="row center">
<div class="col l12 s12">
<img
class="responsive-img"
title="Logomarca do evento PHPeste branca"
alt="Logomarca do evento PHPeste branca"
src="images/phpeste_claro.webp"
/>
</div>
<div class="row center">
<div class="col l12 s12">
<h4 class="white-text">[email protected]</h4>
</div>
</div>
<div class="col l12 s12">
<h5 class="white-text" style="margin-bottom: 20px">
Redes Sociais
</h5>
<a
class="white-text"
target="_blank"
href="https://instagram.com/phpeste"
>Instagram</a
>
<a
style="margin: 30px"
class="white-text"
target="_blank"
href="https://twitter.com/phpestene"
>Twitter</a
>
<a class="white-text" target="_blank" href="https://t.me/phpeste"
>Telegram</a
>
</div>
</div>
</div>
<div class="footer-copyright brown darken-4">
<div class="container">
<div class="row center" style="margin-top: 15px">
<div class="col s12 m6">
Thanks to
<a
class="brown-text text-lighten-3"
target="_blank"
href="http://materializecss.com"
>Materialize</a
>
</div>
<div class="col s12 m6">
PHPeste 2023 | Fortaleza - Ceará - Brasil.
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script src="js/faq.js"></script>
<script src="js/modal.js"></script>
<script src="js/tab.js"></script>
</body>
<script>
let $doc = $("html, body");
$(".scrollSuave").click(function () {
$doc.animate(
{
scrollTop: $($.attr(this, "href")).offset().top,
},
2000
);
return false;
});
</script>
</html>