forked from heliumjk/heliumjk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add event data variables to config.yml
Closes #17
- Loading branch information
1 parent
20be228
commit 2631d21
Showing
4 changed files
with
22 additions
and
14 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 |
---|---|---|
|
@@ -136,3 +136,11 @@ JB : | |
# and include your custom code. Your custom file must be defined at: | ||
# ./_includes/custom/[HELPER] | ||
# where [HELPER] is the name of the helper you are overriding. | ||
|
||
event_year: 2024 | ||
event_date_descr: November 9 & 10, 2024 | ||
event_date_descr_month_day: November 9 & 10 | ||
|
||
event_location_descr: Central Florida Fairgrounds & Expo Halls | ||
|
||
contact_email: [email protected] |
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,9 +1,9 @@ | ||
<div class="top-menu"> | ||
<p> | ||
<span class="left"> | ||
<a href="{{ "/#tickets" | prepend:site.baseurl }}"><i class="fa fa-calendar"></i>November 4 & 5, 2023</a> | ||
<a href="{{ "/#tickets" | prepend:site.baseurl }}"><i class="fa fa-calendar"></i>{{site.event_date_descr}}</a> | ||
<a href="{{ "/#tickets" | prepend:site.baseurl }}"><i class="fa fa-map-marker"></i>Orlando, FL</a> | ||
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i>[email protected]</a> | ||
<a href="mailto:{{site.contact_email}}"><i class="fa fa-envelope"></i>{{site.contact_email}}</a> | ||
</span> | ||
<span class="right hidden-sm-down"> | ||
{% if site.author.facebook %}<a href="https://www.facebook.com/{{ site.author.facebook }}/"><i class="fa fa-facebook"></i></a>{% endif %} | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<div class="container"> | ||
<div class="divider-info ptb"> | ||
<div class="page-header-title"> | ||
<h2 class="heading-title text-center">Compete at Robot Ruckus 2023!</h2> | ||
<h2 class="heading-title text-center">Compete at Robot Ruckus {{site.event_year}}!</h2> | ||
</div> | ||
<div class="massage-box alert-info"> | ||
<strong> | ||
|
@@ -30,7 +30,7 @@ <h2 class="heading-title text-center">Compete at Robot Ruckus 2023!</h2> | |
</strong> | ||
</div> | ||
|
||
Current Links (subject to be updated for 2023 competitions): <a href="/assets/pdf/robot_ruckus_match_rules.pdf">Match Procedures</a> and <a href="assets/pdf/RobotRuckus_ConstructionSpecs_v2_1.pdf">Construction Specs</a><br><br><br> | ||
Current Links (subject to be updated for {{site.event_year}} competitions): <a href="/assets/pdf/robot_ruckus_match_rules.pdf">Match Procedures</a> and <a href="assets/pdf/RobotRuckus_ConstructionSpecs_v2_1.pdf">Construction Specs</a><br><br><br> | ||
|
||
|
||
<div class="row row-spacer"> | ||
|
@@ -83,7 +83,7 @@ <h4>Important Note</h4> | |
you will be able to add "helpers" for the rest of your team to get everyone passes. | ||
You do not need to register each member of your team as a maker, and if you have more than one robot, you are welcome to do all of them in one exhibit - | ||
or break them into separate exhibits, your choice.<br><br>If you have questions on this registration, you can email us | ||
at [email protected] OR email the broader Maker Faire Orlando team at [email protected]<br><br>We know that registering on both buildersdb AND | ||
at {{site.contact_email}} OR email the broader Maker Faire Orlando team at [email protected]<br><br>We know that registering on both buildersdb AND | ||
the Maker Faire Orlando site is a lot of process, and we appreciate you helping us make it happen.</p> | ||
</div> | ||
</div> | ||
|
@@ -104,7 +104,7 @@ <h4>Important Note</h4> | |
<li> | ||
{%endcomment%} | ||
<li> | ||
<i class="fa fa-check light-green" aria-hidden="true"></i> Volunteer to help build the arena on Thursday & Friday, or to tear down the arena on Monday. Email us at <a href="mailto:[email protected]">[email protected]</a> if you can help! | ||
<i class="fa fa-check light-green" aria-hidden="true"></i> Volunteer to help build the arena on Thursday & Friday, or to tear down the arena on Monday. Email us at <a href="mailto:{{site.contact_email}}">{{site.contact_email}}</a> if you can help! | ||
</li> | ||
<li> | ||
<i class="fa fa-check light-green" aria-hidden="true"></i> Like, Share & Post!  <a href="https://www.facebook.com/robotruckus/Facebook">Facebook Page</a> {%comment%}  <a href="https://www.facebook.com/events/2427047320689534/">Facebook Event</a>{%endcomment%} | ||
|
@@ -154,7 +154,7 @@ <h4>Important Note</h4> | |
|
||
<div class="massage-box alert-info"> | ||
<strong> | ||
Got questions? Email us at <a href="mailto:[email protected]">[email protected]</a> | ||
Got questions? Email us at <a href="mailto:{{site.contact_email}}">{{site.contact_email}}</a> | ||
</strong> | ||
</div> | ||
|
||
|
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