Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/esl/code-beam-nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-nika committed Nov 18, 2024
2 parents bc5b881 + 4684cf2 commit 2cc9d89
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# link: "cover"
#- name: Welcome
# link: "welcome"
- name: TICKETS
link: "register"
#- name: Waiting List
# link: "newsletter"
# name: TICKETS
# link: "register"
- name: 2025 Waiting List
link: "newsletter"
#- name: Call for Tutorials
# link: "call-for-tutorials"
#- name: All Recordings
Expand All @@ -14,8 +14,8 @@
# link: "student"
#- name: Public videos
# link: "video"
- name: Schedule
link: "schedule"
#- name: Schedule
# link: "schedule"
- name: Speakers
link: "speakers"
#- name: Mentoring
Expand Down
4 changes: 2 additions & 2 deletions _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ homepage_settings:
timezone: America/New_York
deadline: 2024-10-14 12:00
modal:
show: false
show: true
delay: 5000
testimonials:
show: false
title: "Testimonials"
gallery:
show: false
title: "Code BEAM Lite NYC 2024"
title: "Code BEAM Lite NYC 2024"
6 changes: 3 additions & 3 deletions _includes/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="modal-content">
<span class="close">&times;</span>
<!-- modal content here -->
<h3 class="title">Expand your experience</h3>
<p> Give yourself a chance to grow: add a comprehensive exploration of the topic that interests you the most to your Code BEAM experience. This year we offer you six training sessions.
<h3 class="title">See you in San Francisco!</h3>
<p> Code BEAM Lite NYC 2024 ended, make sure not to miss our main event in the US, Code BEAM America.
</p>
<a id="btn-modal" class="page-scroll btn-outline btn-orange mb-4 mt-4 btn-orange inline-block" href="#training" target="_blank">
<a id="btn-modal" class="page-scroll btn-outline btn-orange mb-4 mt-4 btn-orange inline-block" href="https://codebeamamerica.com" target="_blank">
Check now
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/newsletter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<h2 class="title">Join the Waiting List</h2>
<hr/>
<p class="section-text mb-3">
Get access to exclusive Very Early Bird tickets and be the first to get news about the event! Just subscribe to the event mailing list.
Be the first to get access to discounted tickets and news about the event! Just subscribe to the event mailing list.


</p>
<div class="form-container">
<iframe allowtransparency="true" frameborder="0" height="600" src="https://www2.codesync.global/l/23452/2023-10-25/7lth68" style="border: 0" type="text/html" width="100%"></iframe>
<iframe allowtransparency="true" frameborder="0" height="600" src="https://www2.codesync.global/l/23452/2024-11-15/7mxmdh" style="border: 0" type="text/html" width="100%"></iframe>


</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- end of keynotes -->
{% include speakers.html %}
<!-- end of speakers -->
{% include register.html %}
{% comment %}{% include register.html %}{% endcomment %}
<!-- end of register -->
{% comment %} {% include recordings.html %} {% endcomment %}
<!-- end of recordings -->
Expand Down Expand Up @@ -73,7 +73,7 @@
{% include gallery-grid.html %}
{% endif %}
<!-- end of gallery-grid -->
{% comment %} {% include newsletter.html %} {% endcomment %}
{% include newsletter.html %}
<!-- end of newsletter -->
{% include contact.html %}
<!-- end of contact -->
Expand Down

0 comments on commit 2cc9d89

Please sign in to comment.