Skip to content

Commit 2c00b2b

Browse files
author
Eudris Cabrera
committed
archived jconf 2019
1 parent 6148166 commit 2c00b2b

11 files changed

Lines changed: 240 additions & 170 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title=Presentations
2+
date=2019-07-11
3+
type=page
4+
status=published
5+
~~~~~~
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>Presentations</h2>
13+
<p>All the presentations, examples, videos and other resources used by the speakers at JConf Dominicana 2019</p>
14+
</div>
15+
16+
<div class="row" id="presentations"></div>
17+
18+
</div>
19+
20+
</section>
21+
<script src="js/presentation.js"></script>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title=Speaker Details
2+
date=2019-04-26
3+
type=page
4+
status=published
5+
~~~~~~
6+
7+
<!--==========================
8+
Speaker Details Section
9+
============================-->
10+
<section id="speakers-details" class="wow fadeIn">
11+
<div class="container">
12+
<div class="section-header">
13+
<h2>Speaker Details</h2>
14+
</div>
15+
16+
<div class="row" id="speakeDetails">
17+
</div>
18+
</div>
19+
20+
</section>
21+
<script src="js/speaker-details.js"></script>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title=Speakers
2+
date=2019-04-26
3+
type=page
4+
status=published
5+
~~~~~~
6+
7+
<!--==========================
8+
Speakers Section
9+
============================-->
10+
<section id="speakers" class="wow fadeInUp">
11+
<div class="container">
12+
<div class="section-header">
13+
<h2>Speakers</h2>
14+
<p>Here are some of our speakers</p>
15+
</div>
16+
17+
18+
<div class="row" id="listSpeakers"></div>
19+
</div>
20+
</section>
21+
22+
<script src="js/speakers.js"></script>
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
title=Conference Info
2+
date=2020-02-26
3+
type=page
4+
status=published
5+
~~~~~~
6+
<!--==========================
7+
Venue Section
8+
============================-->
9+
<section id="venue" class="wow fadeInUp">
10+
11+
<div class="container-fluid">
12+
13+
<div class="section-header">
14+
<h2>Event Venue</h2>
15+
<p>Event venue location info</p>
16+
</div>
17+
18+
<div class="row no-gutters">
19+
<div class="col-lg-6 venue-map">
20+
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15049.247241433966!2d-70.685138!3d19.4421187!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8eb1cf6f10e8a775%3A0xce54b0bb0d6eac79!2sTeatro+PUCMM!5e0!3m2!1sen!2sdo!4v1560256814668!5m2!1sen!2sdo" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
21+
</div>
22+
23+
<div class="col-lg-6 venue-info">
24+
<div class="row justify-content-center">
25+
<div class="col-11 col-lg-8">
26+
<h3>University Theater</h3>
27+
<p>Mother and Teacher Pontifical Catholic University, Santiago de Los caballeros, Dominican Republic.</p>
28+
</div>
29+
</div>
30+
</div>
31+
</div>
32+
33+
</div>
34+
35+
<div class="container-fluid venue-gallery-container">
36+
<div class="row no-gutters">
37+
38+
<div class="col-lg-3 col-md-4">
39+
<div class="venue-gallery">
40+
<a href="img/venue-gallery/1.jpg" class="venobox" data-gall="venue-gallery">
41+
<img src="img/venue-gallery/1.jpg" alt="" class="img-fluid">
42+
</a>
43+
</div>
44+
</div>
45+
46+
<div class="col-lg-3 col-md-4">
47+
<div class="venue-gallery">
48+
<a href="img/venue-gallery/2.jpg" class="venobox" data-gall="venue-gallery">
49+
<img src="img/venue-gallery/2.jpg" alt="" class="img-fluid">
50+
</a>
51+
</div>
52+
</div>
53+
54+
<div class="col-lg-3 col-md-4">
55+
<div class="venue-gallery">
56+
<a href="img/venue-gallery/3.jpg" class="venobox" data-gall="venue-gallery">
57+
<img src="img/venue-gallery/3.jpg" alt="" class="img-fluid">
58+
</a>
59+
</div>
60+
</div>
61+
62+
<div class="col-lg-3 col-md-4">
63+
<div class="venue-gallery">
64+
<a href="img/venue-gallery/4.jpg" class="venobox" data-gall="venue-gallery">
65+
<img src="img/venue-gallery/4.jpg" alt="" class="img-fluid">
66+
</a>
67+
</div>
68+
</div>
69+
70+
</div>
71+
</div>
72+
73+
</section>

src/jbake/content/organizers.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
title=Organizers
2+
date=2020-02-26
3+
type=page
4+
status=published
5+
~~~~~~
6+
<!--==========================
7+
Organizers Section
8+
============================-->
9+
<section id="organizers" class="section-with-bg wow fadeInUp">
10+
<div class="container">
11+
12+
<div class="section-header">
13+
<h2>Organizers</h2>
14+
<p>JConf Dominicana 2019 is organized by the following organizations and developer communities</p>
15+
</div>
16+
17+
<div class="row">
18+
<div class="col-lg-4 col-md-6">
19+
<div class="organizer">
20+
<div class="organizer-img">
21+
<img src="img/organizers/pucmm-ect.png" alt="Escuela de Computación y Telecomunicaciones" class="img-fluid">
22+
</div>
23+
<div class="social">
24+
<a href="https://www.pucmm.edu.do/ingenierias" target="_blank"><i class="fa fa-link"></i></a>
25+
</div>
26+
</div>
27+
</div>
28+
<div class="col-lg-4 col-md-6">
29+
<div class="organizer">
30+
<div class="organizer-img">
31+
<img src="img/organizers/cisc-logo.png" title="Comité Estudiantes de Ingeniería en Sistemas y Computación" alt="Comité Estudiantes de Ingeniería en Sistemas y Computación" class="img-fluid">
32+
</div>
33+
<div class="social">
34+
<a href="https://twitter.com/ComitesISC" target="_blank"><i class="fa fa-twitter"></i></a>
35+
<a href="https://www.instagram.com/ciscpucmm" target="_blank"><i class="fa fa-instagram"></i></a>
36+
</div>
37+
</div>
38+
</div>
39+
<div class="col-lg-4 col-md-6">
40+
<div class="organizer">
41+
<div class="organizer-img">
42+
<img src="img/organizers/jugrd-logo.png" title="Java Users Group Dominican Republic" alt="Java Users Group Dominican Republic" class="img-fluid">
43+
</div>
44+
<div class="social">
45+
<a href="https://twitter.com/JavaDominicano" target="_blank"><i class="fa fa-twitter"></i></a>
46+
<a href="https://github.com/JavaDominicano" target="_blank"><i class="fa fa-github"></i></a>
47+
</div>
48+
</div>
49+
</div>
50+
</div>
51+
</div>
52+
</section>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title=Past Conferences
2+
date=2020-02-26
3+
type=page
4+
status=published
5+
~~~~~~
6+
<!--==========================
7+
Past Conferences Section
8+
============================-->
9+
<section id="speakers-details" class="wow fadeIn">
10+
<div class="container">
11+
<div class="section-header">
12+
<h2>Past Conferences</h2>
13+
</div>
14+
15+
<div class="row">
16+
<h4>JConf Dominicana 2019</h4>
17+
<ul>
18+
<li><a href="/archive/jconf2019/speakers.html">Speakers</a></li>
19+
<li><a href="/archive/jconf2019/presentations.html">Presentations</a></li>
20+
</ul>
21+
</div>
22+
</div>
23+
24+
</section>

src/jbake/templates/footer.thyme

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,14 @@
1010
<div class="container">
1111
<div class="row">
1212

13-
<div class="col-lg-3 col-md-6 footer-info">
14-
<p>JConfDominicana is a community-driven conference organized by the Dominican Republic Java User Group (Aka JavaDominicano). It is designed to discuss the latest about the Java ecosystem, including alternatives JVM languages, Web and Mobile development, and newest Cloud tendencies.
15-
</p>
16-
</div>
17-
1813
<div class="col-lg-3 col-md-6 footer-links">
1914
<h4>Site map</h4>
2015
<ul>
21-
<li><i class="fa fa-angle-right"></i> <a href="index.html">Home</a></li>
22-
<li><i class="fa fa-angle-right"></i><a href="schedule.html">Agenda</a></li>
23-
<li><i class="fa fa-angle-right"></i> <a href="about.html">About us</a></li>
24-
<li><i class="fa fa-angle-right"></i><a href="speakers.html">Speakers</a></li>
25-
<li><i class="fa fa-angle-right"></i><a href="presentations.html">Presentations</a></li>
16+
<li><i class="fa fa-angle-right"></i><a href="/schedule.html">Agenda</a></li>
17+
<li><i class="fa fa-angle-right"></i> <a href="/conference-info.html">Conference Info</a></li>
18+
<li><i class="fa fa-angle-right"></i><a href="/speakers.html">Speakers</a></li>
2619
<li><i class="fa fa-angle-right"></i><a href="index.html#sponsors">Sponsors</a></li>
20+
2721
</ul>
2822
</div>
2923

@@ -32,13 +26,22 @@
3226
<ul>
3327
<li><i class="fa fa-angle-right"></i> <a href="http://jconfcolombia.org/">JConf Colombia</a></li>
3428
<li><i class="fa fa-angle-right"></i> <a href="http://www.jespanol.org/">JEspañol</a></li>
35-
<li><i class="fa fa-angle-right"></i> <a href="http://www.javaup.org.mx">JavaUP México</a></li>
36-
<li><i class="fa fa-angle-right"></i> <a href="http://jconfperu.org">JConf Perú</a></li>
29+
<li><i class="fa fa-angle-right"></i> <a href="http://www.javaup.org.mx">JavaUP México</a></li>
30+
<li><i class="fa fa-angle-right"></i> <a href="http://jconfperu.org">JConf Perú</a></li>
3731

3832

3933
</ul>
4034
</div>
4135

36+
<div class="col-lg-3 col-md-6 footer-links">
37+
<h4>JConf Dominicana</h4>
38+
<ul>
39+
<li><i class="fa fa-angle-right"></i><a href="/code-of-conduct.html">Code of conduct</a></li>
40+
<li><i class="fa fa-angle-right"></i><a href="/past-conferences.html">Past Conferences</a></li>
41+
<li><i class="fa fa-angle-right"></i><a href="/organizers.html">Organizers</a></li>
42+
</ul>
43+
</div>
44+
4245
<div class="col-lg-3 col-md-6 footer-contact">
4346
<h4>Contact Us</h4>
4447
<p>
@@ -63,7 +66,7 @@
6366
You can delete the links only if you purchased the pro version.
6467
Licensing information: https://bootstrapmade.com/license/
6568
-->
66-
<p class="muted credit">&copy; 2018 - 2019 | Build with love by
69+
<p class="muted credit">&copy; 2018 - 2020 | Build with love by
6770
<a href="https://github.com/JavaDominicano" target="_blank">Java Dominicano</a>
6871
and
6972
<a href="https://github.com/JavaDominicano/conference/graphs/contributors" target="_blank">

0 commit comments

Comments
 (0)