Skip to content

Commit

Permalink
Merge pull request #36 from TABConf/nav-submit-talk-schedule
Browse files Browse the repository at this point in the history
Nav submit talk schedule
  • Loading branch information
miketwenty1 authored May 30, 2024
2 parents eaac402 + bf20336 commit f6c3ecd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
30 changes: 22 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,23 @@
background-color: #4d4d4e;
color: white;
}


/* orange */
.button2 {
background-color: #f2a900;
}

/* orange */
/* green */
.button3 {
background-color: #85bb65;
}

/* width auto */
.button4 {
width: auto;
background-color: #FF5733
}

/* green */
.footer {
position: inherit;
Expand Down Expand Up @@ -101,13 +108,19 @@ <h3><br />{{ site.description | default: site.github.project_tagline }}</h3>
๐Ÿ—“๏ธ October 23rd - 26th, 2024</br>
</br>
๐ŸŒŽ <a href="https://studentcenter.gatech.edu/exhibition-hall">Georgia Tech Exhibition Hall</a> </br>
Atlanta, Georgia, USA</br>
๐Ÿ‡บ๐Ÿ‡ธ Atlanta, Georgia, USA</br>
</p>

<p>
๐Ÿ›๏ธ <a href="/hotel">Book your hotel</a>
<br>
<br>
๐Ÿ›๏ธ <a href="/hotel">Book your hotel</a>
<br>
</p>

<p>
๐Ÿ—ฃ๏ธ <a href="/schedule">Submit a Talk</a>
</p>

<p>
๐ŸŽŸ๏ธ Buy your ticket below<br>
</p>

Expand All @@ -119,7 +132,8 @@ <h3><br />{{ site.description | default: site.github.project_tagline }}</h3>
<ul class="nav">
<!-- <li><a class="nav" href="/speakers" id="nav-speakers">Speakers</a></li> -->
<li><a class="nav" href="/sponsors" id="nav-sponsors">Sponsors</a></li>
<li><a class="nav" href="/events" id="nav-sponsors">Events</a></li>
<li><a class="nav" href="/schedule" id="nav-sponsors">Schedule</a></li>
<!-- <li><a class="nav" href="/events" id="nav-sponsors">Events</a></li> -->
<!-- <li><a class="nav" href="/builderdays" id="nav-builderdays">Builder Days</a></li> -->
<!-- <li><a class="nav" href="/ctb" id="nav-ctb">Capture the Bitcoin</a></li> -->
<!-- <li><a class="nav" href="/chess" id="nav-ctb">Chess Tournament</a></li> -->
Expand Down
14 changes: 14 additions & 0 deletions schedule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Schedule
TABConf is 100% open source including the conference schedule! All solo talks, panel discussions, workshops and builder day projects are open for submission!

If you want to present a solo talk, panel discussion, workshop or builder day project, please use one of the below links to submit an issue on our Github repo!

Don't want to give a talk? No problem! You can also suggest a solo talk, panel discussion, workshop or builder day project by submiting an issue! Be sure to make it known that you're looking for speakers in the issue content itself.

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Talk&projects=&template=solo-talk-submission.md&title=" class="button button2 button4">Solo Talk</a>

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Panel&projects=&template=panel-discussion-submission.md&title=" class="button button2 button4">Panel Discussion</a>

<a target="_blank" href="" class="button button2 button4">Workshop</a>

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Builder+Day+Project&projects=&template=builder-day-project-submission.md&title=" class="button button2 button4">Builder Day Project</a>

0 comments on commit f6c3ecd

Please sign in to comment.