Skip to content

Commit

Permalink
Merge pull request #15 from vilniusphp/feature/vilniusphp-0x90
Browse files Browse the repository at this point in the history
Add VilniusPHP 0x90 event
  • Loading branch information
gimikus authored May 28, 2024
2 parents 15e8484 + fbba25f commit 26529c8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 10 deletions.
36 changes: 36 additions & 0 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,42 @@
<h1>Buvę susitikimai</h1>
</div>

<div class="event">
<div class="centered">
<div class="event-header row">
<div class="col-sm-4"><h2>VilniusPHP 0x89</h2></div>
<div class="event-links col-sm-4">
<a class="btn btn-xs btn-info" target="_blank" href="https://www.meetup.com/vilniusphp/events/299438073/">Meetup</a>
<a class="btn btn-xs btn-info" target="_blank" href="https://github.com/vilniusphp/vilniusphp-meetups/tree/master/2024-03-07">GitHub</a>
</div>
<div class="date col-sm-4">2024-03-07 19:00</div>
</div>
<div class="row">
<div class="col-sm-8">
<div class="col-md-4">
<div class="well">
<h5>Crafting an AI Chatbot in PHP at Boozt</h5>
<div>
<i class="mdi-social-person"></i>
Ivan Smirnov and Viktor Pikaev (Boozt)
</div>
</div>
</div>
<div class="col-md-4">
<div class="well">
<h5>Ensuring Application Stability with CircuitBreaker</h5>
<div>
<i class="mdi-social-person"></i>
Edvinas Žemaitis (Ovoko)
</div>
</div>
</div>
</div>
<div class="col-sm-4"></div>
</div>
</div>
</div>

<div class="event">
<div class="centered">
<div class="event-header row">
Expand Down
22 changes: 12 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@

<div class="main-event">
<div class="centered">
<h1>VilniusPHP 0x89</h1>
<h1>VilniusPHP 0x90</h1>
<div class="speakers row">
<div class="col-md-4">
<div class="speaker well">
<h2>Crafting an AI Chatbot in PHP at Boozt</h2>
<div class="description">Join Ivan and Viktor, direct from Boozt's HQ in Malmo, Sweden, as they reveal their adventures in developing a Chat GPT-powered chatbot.
Dive into the creation and growth of their PHP-based solution aimed at enhancing customer interactions through advanced conversation handling techniques.
<h2>Observability 2.0</h2>
<div class="description">Systems we build are getting more complex, and more distributed. Because of the distributed nature of systems good old logs and metrics are not cutting it any more and we need new tooling to help us have good observability.
(Presented in English)</div>
<div class="name">Ivan Smirnov and Viktor Pikaev (Boozt)</div>
<div class="name">Irmantas Ramoška (Ovoko)</div>
</div>
</div>
<div class="col-md-4">
<div class="speaker well">
<h2>Ensuring Application Stability with CircuitBreaker</h2>
<div class="description">Delve into the essential function of the CircuitBreaker pattern with Edvinas, learning how it safeguards your application's performance and user experience against third-party service outages. (Presented in English)</div>
<div class="name">Edvinas Žemaitis (Ovoko)</div>
<h2>Interactive discussion (Quiz)</h2>
<div class="description">Get ready to unleash your inner PHP champion! We’ll be hosting an interactive Quiz, a chance to test your knowledge and battle fellow developers for ultimate bragging rights.
(English)
<div class="name">Organizers and sponsors</div>
</div>
</div>
</div>
Expand All @@ -116,7 +116,7 @@ <h2>Ensuring Application Stability with CircuitBreaker</h2>
<div class="row">
<div class="event-time-place col-sm-4">
<h2>Susitinkame</h2>
<div class="date"><i class="mdi-action-event"></i> 2024-03-07 19:00</div>
<div class="date"><i class="mdi-action-event"></i> 2024-06-06 19:00</div>
<div class="place">
<div><i class="mdi-maps-place"></i>HQ Ovoko</div>
<div>
Expand All @@ -127,7 +127,7 @@ <h2>Susitinkame</h2>
</div>
</div>
<div class="register">
<a class="btn btn-large btn-success" href="https://www.meetup.com/vilniusphp/events/299438073/">Užsiregistruok!</a>
<a class="btn btn-large btn-success" href="https://www.meetup.com/vilniusphp/events/301293452/">Užsiregistruok!</a>
</div>
</div>
<div class="after-party col-sm-4">
Expand Down Expand Up @@ -194,6 +194,8 @@ <h3 class="panel-title" id="sponsors">Bendruomenės rėmėjai</h3>
<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>
<a class="btn" href="https://www.boozt.com/lt/lt" title="Boozt"><img src="media/img/boozt_technology.png" alt="Boozt"></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 26529c8

Please sign in to comment.