-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
87 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<section id="about" class="container content-section text-center"> | ||
{% assign language = page.lang %} | ||
|
||
{% case language %} | ||
{% when "pt" %} | ||
<h2>Sobre este evento</h2> | ||
<p> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam diam sem, tempor eget faucibus non, dictum vitae | ||
nibh. Etiam vitae justo ac tellus iaculis faucibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices | ||
posuere cubilia curae; Ut sed posuere turpis. Maecenas sollicitudin, magna a commodo pulvinar, tellus tellus | ||
tristique neque, eget aliquam erat ipsum eu nisl. Donec volutpat sed lacus quis ultricies. Praesent dignissim | ||
porttitor mi, ut dignissim mi. | ||
</p> | ||
|
||
<p></p> | ||
|
||
{% when "en" %} | ||
<h2>About this event</h2> | ||
<p> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam diam sem, tempor eget faucibus non, dictum vitae | ||
nibh. Etiam vitae justo ac tellus iaculis faucibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices | ||
posuere cubilia curae; Ut sed posuere turpis. Maecenas sollicitudin, magna a commodo pulvinar, tellus tellus | ||
tristique neque, eget aliquam erat ipsum eu nisl. Donec volutpat sed lacus quis ultricies. Praesent dignissim | ||
porttitor mi, ut dignissim mi. | ||
</p> | ||
|
||
{% else %} | ||
<h2>Acerca de este evento</h2> | ||
<p> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam diam sem, tempor eget faucibus non, dictum vitae | ||
nibh. Etiam vitae justo ac tellus iaculis faucibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices | ||
posuere cubilia curae; Ut sed posuere turpis. Maecenas sollicitudin, magna a commodo pulvinar, tellus tellus | ||
tristique neque, eget aliquam erat ipsum eu nisl. Donec volutpat sed lacus quis ultricies. Praesent dignissim | ||
porttitor mi, ut dignissim mi. | ||
</p> | ||
|
||
{% endcase %} | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
<section id="program-info"> | ||
<section id="program-info" class="container content-section text-center"> | ||
<div class="container"> | ||
{% assign program_stage = site.program_stage %} | ||
|
||
{% case program_stage %} | ||
{% when "pre-call-for-proposals" %} | ||
<h2>Coming Soon</h2> | ||
<p>Our call for proposals will open soon. Stay tuned for updates and start preparing your submissions!</p> | ||
|
||
{% when "call-for-proposals-open" %} | ||
<h2>Call for Proposals is Open!</h2> | ||
<p>We are now accepting submissions. Visit our submissions page to submit your proposal.</p> | ||
<a href="/submit" class="btn btn-primary">Submit Your Proposal</a> | ||
|
||
{% when "call-for-proposals-closed" %} | ||
<h2>Call for Proposals is Closed</h2> | ||
<p>Thank you for your submissions! The review process is now underway. Stay tuned for the draft program announcement.</p> | ||
|
||
{% when "program-draft" %} | ||
<h2>Program Draft</h2> | ||
<p>Check out the draft of our program. Final adjustments are being made, so check back soon for the final schedule.</p> | ||
<a href="/program/draft" class="btn btn-primary">View Draft Program</a> | ||
|
||
{% when "program-final" %} | ||
<h2>Final Program</h2> | ||
<p>Our program is finalized! Take a look at the full schedule to plan your conference experience.</p> | ||
<a href="/program/final" class="btn btn-primary">View Final Program</a> | ||
{% when "pre-call-for-proposals" %} | ||
<h2>Coming Soon</h2> | ||
<p>Our call for proposals will open soon. Stay tuned for updates and start preparing your submissions!</p> | ||
|
||
{% when "call-for-proposals-open" %} | ||
<h2>Call for Proposals is Open!</h2> | ||
<p>We are now accepting submissions. Visit our submissions page to submit your proposal.</p> | ||
<a href="/submit" class="btn btn-primary">Submit Your Proposal</a> | ||
|
||
{% when "call-for-proposals-closed" %} | ||
<h2>Call for Proposals is Closed</h2> | ||
<p>Thank you for your submissions! The review process is now underway. Stay tuned for the draft program | ||
announcement. | ||
</p> | ||
|
||
{% when "program-draft" %} | ||
<h2>Program Draft</h2> | ||
<p>Check out the draft of our program. Final adjustments are being made, so check back soon for the final schedule. | ||
</p> | ||
<a href="/program/draft" class="btn btn-primary">View Draft Program</a> | ||
|
||
{% when "program-final" %} | ||
<h2>Final Program</h2> | ||
<p>Our program is finalized! Take a look at the full schedule to plan your conference experience.</p> | ||
<a href="/program/final" class="btn btn-primary">View Final Program</a> | ||
{% endcase %} | ||
</div> | ||
</section> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters