Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/jbake/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1905,5 +1905,9 @@ a.btn-buy-tickets:hover:before {
}

.organizer{
height: 545px;
height: 545px;
}

.btn-wide {
min-width: calc(15% - 20px);
}
4 changes: 2 additions & 2 deletions src/jbake/templates/footer.thyme
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<div class="col-lg-3 col-md-6 footer-links">
<h4>Site map</h4>
<ul>
<li><i class="fa fa-angle-right"></i><a href="/schedule.html">Agenda</a></li>
<!-- <li><i class="fa fa-angle-right"></i><a href="/schedule.html">Agenda</a></li>-->

<li><i class="fa fa-angle-right"></i><a href="/speakers.html">Speakers</a></li>
<li><i class="fa fa-angle-right"></i><a href="index.html#sponsors">Sponsors</a></li>
<li> <i class="fa fa-angle-right"></i><a href="https://www.crowdcast.io/e/jconfdominicana2021" target="_blank">Register</a></li>
<!--<li> <i class="fa fa-angle-right"></i><a href="https://www.crowdcast.io/e/jconfdominicana2021" target="_blank">Register</a></li>-->
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/jbake/templates/index.thyme
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!--==========================
Gallery Section
============================-->
<div th:replace="gallery.thyme::gallery"/>
<div th:replace="schedule.thyme::schedule"/>
<!--
==========================
Speakers Section
Expand Down
4 changes: 2 additions & 2 deletions src/jbake/templates/menu.thyme
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<ul class="nav-menu">
<li><a href="/index.html">Home</a></li>
<!-- <li><a href="/buy-tickets.html">Tickets</a></li>-->
<li><a href="/schedule.html">Agenda</a></li>
<li><a href="#schedule">Agenda</a></li>
<li><a href="/speakers.html">Speakers</a></li>
<!-- <li><a href="/presentations.html">Presentations</a></li>
<li><a href="/code-of-conduct.html">Code of conduct</a></li> -->
<li><a href="/code-of-conduct.html">Code of conduct</a></li>-->

<li><a href="/index.html#sponsors">Sponsors</a></li>
<li><a href="/past-conferences.html">Past Conferences</a></li>
Expand Down
331 changes: 74 additions & 257 deletions src/jbake/templates/schedule.thyme
Original file line number Diff line number Diff line change
Expand Up @@ -2,263 +2,80 @@

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<body>
<div th:fragment="schedule">
<!--==========================
Schedule Section
============================-->
<section id="schedule" class="section-with-bg">
<div class="container wow fadeInUp">
<div class="section-header">
<h2>Event Schedule</h2>
<p>Here is our event schedule</p>
</div>

<ul class="nav nav-tabs" role="tablist">
<li class="nav-item">
<a class="nav-link active" href="#day-1" role="tab" data-toggle="tab">Day 1</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#day-2" role="tab" data-toggle="tab">Day 2</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#day-3" role="tab" data-toggle="tab">Day 3</a>
</li>
</ul>

<h3 class="sub-heading">Voluptatem nulla veniam soluta et corrupti consequatur neque eveniet officia. Eius
necessitatibus voluptatem quis labore perspiciatis quia.</h3>

<div class="tab-content row justify-content-center">

<!-- Schdule Day 1 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade show active" id="day-1">

<div class="row schedule-item">
<div class="col-md-2"><time>09:30 AM</time></div>
<div class="col-md-10">
<h4>Registration</h4>
<p>Fugit voluptas iusto maiores temporibus autem numquam magnam.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>10:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/1.jpg'" alt="Brenden Legros">
</div>
<h4>Keynote <span>Brenden Legros</span></h4>
<p>Facere provident incidunt quos voluptas.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>11:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/2.jpg'" alt="Hubert Hirthe">
</div>
<h4>Et voluptatem iusto dicta nobis. <span>Hubert Hirthe</span></h4>
<p>Maiores dignissimos neque qui cum accusantium ut sit sint inventore.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>12:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/3.jpg'" alt="Cole Emmerich">
</div>
<h4>Explicabo et rerum quis et ut ea. <span>Cole Emmerich</span></h4>
<p>Veniam accusantium laborum nihil eos eaque accusantium aspernatur.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>02:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/4.jpg'" alt="Jack Christiansen">
</div>
<h4>Qui non qui vel amet culpa sequi. <span>Jack Christiansen</span></h4>
<p>Nam ex distinctio voluptatem doloremque suscipit iusto.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>03:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/5.jpg'" alt="Alejandrin Littel">
</div>
<h4>Quos ratione neque expedita asperiores. <span>Alejandrin Littel</span></h4>
<p>Eligendi quo eveniet est nobis et ad temporibus odio quo.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>04:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/6.jpg'" alt="Willow Trantow">
</div>
<h4>Quo qui praesentium nesciunt <span>Willow Trantow</span></h4>
<p>Voluptatem et alias dolorum est aut sit enim neque veritatis.</p>
</div>
</div>

</div>
<!-- End Schdule Day 1 -->

<!-- Schdule Day 2 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-2">

<div class="row schedule-item">
<div class="col-md-2"><time>10:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/1.jpg'" alt="Brenden Legros">
</div>
<h4>Libero corrupti explicabo itaque. <span>Brenden Legros</span></h4>
<p>Facere provident incidunt quos voluptas.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>11:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/2.jpg'" alt="Hubert Hirthe">
</div>
<h4>Et voluptatem iusto dicta nobis. <span>Hubert Hirthe</span></h4>
<p>Maiores dignissimos neque qui cum accusantium ut sit sint inventore.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>12:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/3.jpg'" alt="Cole Emmerich">
</div>
<h4>Explicabo et rerum quis et ut ea. <span>Cole Emmerich</span></h4>
<p>Veniam accusantium laborum nihil eos eaque accusantium aspernatur.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>02:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/4.jpg'" alt="Jack Christiansen">
</div>
<h4>Qui non qui vel amet culpa sequi. <span>Jack Christiansen</span></h4>
<p>Nam ex distinctio voluptatem doloremque suscipit iusto.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>03:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/5.jpg'" alt="Alejandrin Littel">
</div>
<h4>Quos ratione neque expedita asperiores. <span>Alejandrin Littel</span></h4>
<p>Eligendi quo eveniet est nobis et ad temporibus odio quo.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>04:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/6.jpg'" alt="Willow Trantow">
</div>
<h4>Quo qui praesentium nesciunt <span>Willow Trantow</span></h4>
<p>Voluptatem et alias dolorum est aut sit enim neque veritatis.</p>
</div>
</div>

</div>
<!-- End Schdule Day 2 -->

<!-- Schdule Day 3 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-3">

<div class="row schedule-item">
<div class="col-md-2"><time>10:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/2.jpg'" alt="Hubert Hirthe">
</div>
<h4>Et voluptatem iusto dicta nobis. <span>Hubert Hirthe</span></h4>
<p>Maiores dignissimos neque qui cum accusantium ut sit sint inventore.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>11:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="img/speakers/3.jpg" alt="Cole Emmerich">
</div>
<h4>Explicabo et rerum quis et ut ea. <span>Cole Emmerich</span></h4>
<p>Veniam accusantium laborum nihil eos eaque accusantium aspernatur.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>12:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="img/speakers/1.jpg" alt="Brenden Legros">
</div>
<h4>Libero corrupti explicabo itaque. <span>Brenden Legros</span></h4>
<p>Facere provident incidunt quos voluptas.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>02:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="img/speakers/4.jpg" alt="Jack Christiansen">
</div>
<h4>Qui non qui vel amet culpa sequi. <span>Jack Christiansen</span></h4>
<p>Nam ex distinctio voluptatem doloremque suscipit iusto.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>03:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/5.jpg'" alt="Alejandrin Littel">
</div>
<h4>Quos ratione neque expedita asperiores. <span>Alejandrin Littel</span></h4>
<p>Eligendi quo eveniet est nobis et ad temporibus odio quo.</p>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-2"><time>04:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/6.jpg'" alt="Willow Trantow">
</div>
<h4>Quo qui praesentium nesciunt <span>Willow Trantow</span></h4>
<p>Voluptatem et alias dolorum est aut sit enim neque veritatis.</p>
</div>
</div>

</div>
<!-- End Schdule Day 2 -->

</div>

</div>

</section>
<div th:fragment="schedule" th:remove="tag">
<!--==========================
Schedule Section
============================-->
<section id="schedule" class="section-with-bg">
<div class="container wow fadeInUp">
<div class="section-header">
<h2>Sessions</h2>
</div>
<div class="row justify-content-center">
<!-- General Agenda -->
<div class="col-lg-9">

<div class="row schedule-item">
<div class="col-md-12">
<h4>Warm-up | <a href="https://youtu.be/kKgRFpbBFcc" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
<p>Welcome, committee presentation, event format</p>
</div>
</div>

<div class="row schedule-item">

<div class="col-md-12">
<h4>Keynote - Hillmer Chona | <a href="https://youtu.be/PYVi3-QPshU" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
</div>
</div>


<div class="row schedule-item">
<div class="col-md-12">
<h4>Clean Threading with Kotlin Coroutines - <span>Eury Perez Beltre</span> | <a href="https://youtu.be/J-kFa5BrXOA" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-12">
<h4>Introducción a la máquina virtual políglota GraalVM - <span>Pedro Sanders</span> | <a href="https://youtu.be/O_PGV7KlhnI" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-12">
<h4>Mutiny: la programación reactiva más sofisticada en Quarkus - <span>Juan Diego López</span> | <a href="https://youtu.be/3DsOdjpcKd0" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-12">
<h4>Our journey to adopt Kubernetes to create an App like Tinder from start to finish - <span>Clivens Petit</span> | <a href="https://youtu.be/_WuJnjEtFcE" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-12">
<h4>Implementando servicios gRPC en Java. <span>Carlos Camacho</span> | <a href="https://youtu.be/HNGnQ-Ooox4" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-12">
<h4>Creando un Web API desde la idea hasta el despliegue de forma ágil - <span>Eudris Cabrera</span> | <a href="https://youtu.be/GrQ62z-SA0M" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
</div>
</div>

<div class="row schedule-item">
<div class="col-md-12">
<h4>Community Panel | <a href="https://youtu.be/eBU7nUWMUL8" class="btn btn-primary btn-wide" target="_blank" title="Watch on Youtube"><i class="fa fa-play"></i></a></h4>
<p>Micro frameworks en Java: Casos de Uso. <span>Carlos Camacho, Hector Ventura, Eliezer Herrera</span></p>
</div>
</div>

</div>
<!-- End General Agenda -->
</div>
</div>
</body>
</html>