|
2 | 2 |
|
3 | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> |
4 | 4 | <body> |
5 | | - <div th:fragment="schedule"> |
6 | | - <!--========================== |
7 | | - Schedule Section |
8 | | - ============================--> |
9 | | - <section id="schedule" class="section-with-bg"> |
10 | | - <div class="container wow fadeInUp"> |
11 | | - <div class="section-header"> |
12 | | - <h2>Event Schedule</h2> |
13 | | - <p>Here is our event schedule</p> |
14 | | - </div> |
15 | | - |
16 | | - <ul class="nav nav-tabs" role="tablist"> |
17 | | - <li class="nav-item"> |
18 | | - <a class="nav-link active" href="#day-1" role="tab" data-toggle="tab">Day 1</a> |
19 | | - </li> |
20 | | - <li class="nav-item"> |
21 | | - <a class="nav-link" href="#day-2" role="tab" data-toggle="tab">Day 2</a> |
22 | | - </li> |
23 | | - <li class="nav-item"> |
24 | | - <a class="nav-link" href="#day-3" role="tab" data-toggle="tab">Day 3</a> |
25 | | - </li> |
26 | | - </ul> |
27 | | - |
28 | | - <h3 class="sub-heading">Voluptatem nulla veniam soluta et corrupti consequatur neque eveniet officia. Eius |
29 | | - necessitatibus voluptatem quis labore perspiciatis quia.</h3> |
30 | | - |
31 | | - <div class="tab-content row justify-content-center"> |
32 | | - |
33 | | - <!-- Schdule Day 1 --> |
34 | | - <div role="tabpanel" class="col-lg-9 tab-pane fade show active" id="day-1"> |
35 | | - |
36 | | - <div class="row schedule-item"> |
37 | | - <div class="col-md-2"><time>09:30 AM</time></div> |
38 | | - <div class="col-md-10"> |
39 | | - <h4>Registration</h4> |
40 | | - <p>Fugit voluptas iusto maiores temporibus autem numquam magnam.</p> |
41 | | - </div> |
42 | | - </div> |
43 | | - |
44 | | - <div class="row schedule-item"> |
45 | | - <div class="col-md-2"><time>10:00 AM</time></div> |
46 | | - <div class="col-md-10"> |
47 | | - <div class="speaker"> |
48 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/1.jpg'" alt="Brenden Legros"> |
49 | | - </div> |
50 | | - <h4>Keynote <span>Brenden Legros</span></h4> |
51 | | - <p>Facere provident incidunt quos voluptas.</p> |
52 | | - </div> |
53 | | - </div> |
54 | | - |
55 | | - <div class="row schedule-item"> |
56 | | - <div class="col-md-2"><time>11:00 AM</time></div> |
57 | | - <div class="col-md-10"> |
58 | | - <div class="speaker"> |
59 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/2.jpg'" alt="Hubert Hirthe"> |
60 | | - </div> |
61 | | - <h4>Et voluptatem iusto dicta nobis. <span>Hubert Hirthe</span></h4> |
62 | | - <p>Maiores dignissimos neque qui cum accusantium ut sit sint inventore.</p> |
63 | | - </div> |
64 | | - </div> |
65 | | - |
66 | | - <div class="row schedule-item"> |
67 | | - <div class="col-md-2"><time>12:00 AM</time></div> |
68 | | - <div class="col-md-10"> |
69 | | - <div class="speaker"> |
70 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/3.jpg'" alt="Cole Emmerich"> |
71 | | - </div> |
72 | | - <h4>Explicabo et rerum quis et ut ea. <span>Cole Emmerich</span></h4> |
73 | | - <p>Veniam accusantium laborum nihil eos eaque accusantium aspernatur.</p> |
74 | | - </div> |
75 | | - </div> |
76 | | - |
77 | | - <div class="row schedule-item"> |
78 | | - <div class="col-md-2"><time>02:00 PM</time></div> |
79 | | - <div class="col-md-10"> |
80 | | - <div class="speaker"> |
81 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/4.jpg'" alt="Jack Christiansen"> |
82 | | - </div> |
83 | | - <h4>Qui non qui vel amet culpa sequi. <span>Jack Christiansen</span></h4> |
84 | | - <p>Nam ex distinctio voluptatem doloremque suscipit iusto.</p> |
85 | | - </div> |
86 | | - </div> |
87 | | - |
88 | | - <div class="row schedule-item"> |
89 | | - <div class="col-md-2"><time>03:00 PM</time></div> |
90 | | - <div class="col-md-10"> |
91 | | - <div class="speaker"> |
92 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/5.jpg'" alt="Alejandrin Littel"> |
93 | | - </div> |
94 | | - <h4>Quos ratione neque expedita asperiores. <span>Alejandrin Littel</span></h4> |
95 | | - <p>Eligendi quo eveniet est nobis et ad temporibus odio quo.</p> |
96 | | - </div> |
97 | | - </div> |
98 | | - |
99 | | - <div class="row schedule-item"> |
100 | | - <div class="col-md-2"><time>04:00 PM</time></div> |
101 | | - <div class="col-md-10"> |
102 | | - <div class="speaker"> |
103 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/6.jpg'" alt="Willow Trantow"> |
104 | | - </div> |
105 | | - <h4>Quo qui praesentium nesciunt <span>Willow Trantow</span></h4> |
106 | | - <p>Voluptatem et alias dolorum est aut sit enim neque veritatis.</p> |
107 | | - </div> |
108 | | - </div> |
109 | | - |
110 | | - </div> |
111 | | - <!-- End Schdule Day 1 --> |
112 | | - |
113 | | - <!-- Schdule Day 2 --> |
114 | | - <div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-2"> |
115 | | - |
116 | | - <div class="row schedule-item"> |
117 | | - <div class="col-md-2"><time>10:00 AM</time></div> |
118 | | - <div class="col-md-10"> |
119 | | - <div class="speaker"> |
120 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/1.jpg'" alt="Brenden Legros"> |
121 | | - </div> |
122 | | - <h4>Libero corrupti explicabo itaque. <span>Brenden Legros</span></h4> |
123 | | - <p>Facere provident incidunt quos voluptas.</p> |
124 | | - </div> |
125 | | - </div> |
126 | | - |
127 | | - <div class="row schedule-item"> |
128 | | - <div class="col-md-2"><time>11:00 AM</time></div> |
129 | | - <div class="col-md-10"> |
130 | | - <div class="speaker"> |
131 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/2.jpg'" alt="Hubert Hirthe"> |
132 | | - </div> |
133 | | - <h4>Et voluptatem iusto dicta nobis. <span>Hubert Hirthe</span></h4> |
134 | | - <p>Maiores dignissimos neque qui cum accusantium ut sit sint inventore.</p> |
135 | | - </div> |
136 | | - </div> |
137 | | - |
138 | | - <div class="row schedule-item"> |
139 | | - <div class="col-md-2"><time>12:00 AM</time></div> |
140 | | - <div class="col-md-10"> |
141 | | - <div class="speaker"> |
142 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/3.jpg'" alt="Cole Emmerich"> |
143 | | - </div> |
144 | | - <h4>Explicabo et rerum quis et ut ea. <span>Cole Emmerich</span></h4> |
145 | | - <p>Veniam accusantium laborum nihil eos eaque accusantium aspernatur.</p> |
146 | | - </div> |
147 | | - </div> |
148 | | - |
149 | | - <div class="row schedule-item"> |
150 | | - <div class="col-md-2"><time>02:00 PM</time></div> |
151 | | - <div class="col-md-10"> |
152 | | - <div class="speaker"> |
153 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/4.jpg'" alt="Jack Christiansen"> |
154 | | - </div> |
155 | | - <h4>Qui non qui vel amet culpa sequi. <span>Jack Christiansen</span></h4> |
156 | | - <p>Nam ex distinctio voluptatem doloremque suscipit iusto.</p> |
157 | | - </div> |
158 | | - </div> |
159 | | - |
160 | | - <div class="row schedule-item"> |
161 | | - <div class="col-md-2"><time>03:00 PM</time></div> |
162 | | - <div class="col-md-10"> |
163 | | - <div class="speaker"> |
164 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/5.jpg'" alt="Alejandrin Littel"> |
165 | | - </div> |
166 | | - <h4>Quos ratione neque expedita asperiores. <span>Alejandrin Littel</span></h4> |
167 | | - <p>Eligendi quo eveniet est nobis et ad temporibus odio quo.</p> |
168 | | - </div> |
169 | | - </div> |
170 | | - |
171 | | - <div class="row schedule-item"> |
172 | | - <div class="col-md-2"><time>04:00 PM</time></div> |
173 | | - <div class="col-md-10"> |
174 | | - <div class="speaker"> |
175 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/6.jpg'" alt="Willow Trantow"> |
176 | | - </div> |
177 | | - <h4>Quo qui praesentium nesciunt <span>Willow Trantow</span></h4> |
178 | | - <p>Voluptatem et alias dolorum est aut sit enim neque veritatis.</p> |
179 | | - </div> |
180 | | - </div> |
181 | | - |
182 | | - </div> |
183 | | - <!-- End Schdule Day 2 --> |
184 | | - |
185 | | - <!-- Schdule Day 3 --> |
186 | | - <div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-3"> |
187 | | - |
188 | | - <div class="row schedule-item"> |
189 | | - <div class="col-md-2"><time>10:00 AM</time></div> |
190 | | - <div class="col-md-10"> |
191 | | - <div class="speaker"> |
192 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/2.jpg'" alt="Hubert Hirthe"> |
193 | | - </div> |
194 | | - <h4>Et voluptatem iusto dicta nobis. <span>Hubert Hirthe</span></h4> |
195 | | - <p>Maiores dignissimos neque qui cum accusantium ut sit sint inventore.</p> |
196 | | - </div> |
197 | | - </div> |
198 | | - |
199 | | - <div class="row schedule-item"> |
200 | | - <div class="col-md-2"><time>11:00 AM</time></div> |
201 | | - <div class="col-md-10"> |
202 | | - <div class="speaker"> |
203 | | - <img src="img/speakers/3.jpg" alt="Cole Emmerich"> |
204 | | - </div> |
205 | | - <h4>Explicabo et rerum quis et ut ea. <span>Cole Emmerich</span></h4> |
206 | | - <p>Veniam accusantium laborum nihil eos eaque accusantium aspernatur.</p> |
207 | | - </div> |
208 | | - </div> |
209 | | - |
210 | | - <div class="row schedule-item"> |
211 | | - <div class="col-md-2"><time>12:00 AM</time></div> |
212 | | - <div class="col-md-10"> |
213 | | - <div class="speaker"> |
214 | | - <img src="img/speakers/1.jpg" alt="Brenden Legros"> |
215 | | - </div> |
216 | | - <h4>Libero corrupti explicabo itaque. <span>Brenden Legros</span></h4> |
217 | | - <p>Facere provident incidunt quos voluptas.</p> |
218 | | - </div> |
219 | | - </div> |
220 | | - |
221 | | - <div class="row schedule-item"> |
222 | | - <div class="col-md-2"><time>02:00 PM</time></div> |
223 | | - <div class="col-md-10"> |
224 | | - <div class="speaker"> |
225 | | - <img src="img/speakers/4.jpg" alt="Jack Christiansen"> |
226 | | - </div> |
227 | | - <h4>Qui non qui vel amet culpa sequi. <span>Jack Christiansen</span></h4> |
228 | | - <p>Nam ex distinctio voluptatem doloremque suscipit iusto.</p> |
229 | | - </div> |
230 | | - </div> |
231 | | - |
232 | | - <div class="row schedule-item"> |
233 | | - <div class="col-md-2"><time>03:00 PM</time></div> |
234 | | - <div class="col-md-10"> |
235 | | - <div class="speaker"> |
236 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/5.jpg'" alt="Alejandrin Littel"> |
237 | | - </div> |
238 | | - <h4>Quos ratione neque expedita asperiores. <span>Alejandrin Littel</span></h4> |
239 | | - <p>Eligendi quo eveniet est nobis et ad temporibus odio quo.</p> |
240 | | - </div> |
241 | | - </div> |
242 | | - |
243 | | - <div class="row schedule-item"> |
244 | | - <div class="col-md-2"><time>04:00 PM</time></div> |
245 | | - <div class="col-md-10"> |
246 | | - <div class="speaker"> |
247 | | - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'img/speakers/6.jpg'" alt="Willow Trantow"> |
248 | | - </div> |
249 | | - <h4>Quo qui praesentium nesciunt <span>Willow Trantow</span></h4> |
250 | | - <p>Voluptatem et alias dolorum est aut sit enim neque veritatis.</p> |
251 | | - </div> |
252 | | - </div> |
253 | | - |
254 | | - </div> |
255 | | - <!-- End Schdule Day 2 --> |
256 | | - |
257 | | - </div> |
258 | | - |
259 | | - </div> |
260 | | - |
261 | | - </section> |
| 5 | + <div th:fragment="schedule" th:remove="tag"> |
| 6 | + <!--========================== |
| 7 | + Schedule Section |
| 8 | + ============================--> |
| 9 | + <section id="schedule" class="section-with-bg"> |
| 10 | + <div class="container wow fadeInUp"> |
| 11 | + <div class="section-header"> |
| 12 | + <h2>Sessions</h2> |
| 13 | + </div> |
| 14 | + <div class="row justify-content-center"> |
| 15 | + <!-- General Agenda --> |
| 16 | + <div class="col-lg-9"> |
| 17 | + |
| 18 | + <div class="row schedule-item"> |
| 19 | + <div class="col-md-12"> |
| 20 | + <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> |
| 21 | + <p>Welcome, committee presentation, event format</p> |
| 22 | + </div> |
| 23 | + </div> |
| 24 | + |
| 25 | + <div class="row schedule-item"> |
| 26 | + |
| 27 | + <div class="col-md-12"> |
| 28 | + <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> |
| 29 | + </div> |
| 30 | + </div> |
| 31 | + |
| 32 | + |
| 33 | + <div class="row schedule-item"> |
| 34 | + <div class="col-md-12"> |
| 35 | + <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> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + |
| 39 | + <div class="row schedule-item"> |
| 40 | + <div class="col-md-12"> |
| 41 | + <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> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + |
| 45 | + <div class="row schedule-item"> |
| 46 | + <div class="col-md-12"> |
| 47 | + <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> |
| 48 | + </div> |
| 49 | + </div> |
| 50 | + |
| 51 | + <div class="row schedule-item"> |
| 52 | + <div class="col-md-12"> |
| 53 | + <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> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + |
| 57 | + <div class="row schedule-item"> |
| 58 | + <div class="col-md-12"> |
| 59 | + <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> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + |
| 63 | + <div class="row schedule-item"> |
| 64 | + <div class="col-md-12"> |
| 65 | + <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> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + |
| 69 | + <div class="row schedule-item"> |
| 70 | + <div class="col-md-12"> |
| 71 | + <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> |
| 72 | + <p>Micro frameworks en Java: Casos de Uso. <span>Carlos Camacho, Hector Ventura, Eliezer Herrera</span></p> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + |
| 76 | + </div> |
| 77 | + <!-- End General Agenda --> |
| 78 | + </div> |
262 | 79 | </div> |
263 | 80 | </body> |
264 | 81 | </html> |
0 commit comments