Skip to content

Commit ed4ac5f

Browse files
authored
Merge pull request #69 from ecabrerar/master
updating event information
2 parents 2024b88 + e468470 commit ed4ac5f

4 files changed

Lines changed: 10 additions & 17 deletions

File tree

src/jbake/assets/js/JSON-translation-data.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,15 +549,21 @@ var linguJSON = {
549549
'source': 'Register now',
550550
'target_es': 'Registrarse ahora'
551551
},
552-
553552
{
554553
'source': 'Register',
555554
'target_es': 'Registrarse'
556555
},
557-
558556
{
559557
'source': 'Watch on Crowdcast',
560558
'target_es': 'Ver en Crowdcast'
559+
},
560+
{
561+
"source" : "Thank you to speakers, sponsors, attendees and all staff of organizers for joining us in 2021!",
562+
"target_es" : "Gracias a los conferencistas, patrocinadores, asistentes y al comité organizador por acompañarnos en el 2021!"
563+
},
564+
{
565+
"source" : "See you all again next year!",
566+
"target_es":"Nos vemos el próximo año!"
561567
}
562568
]
563569
}

src/jbake/content/conference-info.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ <h2>Conference Info</h2>
1717

1818
<div class="row no-gutters">
1919
<div class="col">
20-
<div class="row justify-content-center">
21-
<div class="col-11 col-lg-8">
22-
<p><strong>Due to covid-19 pandemic the JConf Dominicana 2021 edition will be virtual.</strong></p>
23-
24-
</div>
25-
26-
</div>
2720
<div class="row justify-content-center">
2821
<div class="col-lg-3 col-md-6 footer-contact">
2922
<h4>Social Media</h4>

src/jbake/templates/index.thyme

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@
1212
<div id="intro-container" class="intro-container wow fadeIn">
1313
<div id="langlinks"><!--this is where we'll output out custom language switcher menu--></div>
1414
<h1 class="mb-4 pb-0">The Caribbean Java Technologies Conference.</h1>
15-
<p class="mb-4 pb-0">July 31, 2021. Virtual Edition.</p>
16-
<p class="mb-4 pb-0">Save the date!</p>
17-
<div class="text-uppercase">
18-
<p id="countdown" style="font-size:30px;font-family: 'Roboto';"></p>
19-
</div>
20-
<a href="https://www.crowdcast.io/e/jconfdominicana2021" class="about-btn scrollto" target="_blank">Register now</a>
21-
15+
<p class="mb-4 pb-0">Thank you to speakers, sponsors, attendees and all staff of organizers for joining us in 2021!</p>
16+
<p class="mb-4 pb-0">See you all again next year!</p>
2217
</div>
2318
</section>
2419

src/jbake/templates/menu.thyme

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<li><a href="/past-conferences.html">Past Conferences</a></li>
2727
<li><a href="/conference-info.html">Conference Info</a></li>
2828
<li><a href="/organizers.html">Organizers</a></li>
29-
<li class="buy-tickets"> <a href="https://www.crowdcast.io/e/jconfdominicana2021" target="_blank">Register</a></li>
3029
</ul>
3130
</nav><!-- #nav-menu-container -->
3231
</div>

0 commit comments

Comments
 (0)