Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #129 from HackQuarantine/post-event
Browse files Browse the repository at this point in the history
Post event changes to home page
  • Loading branch information
danielfspencer authored Apr 17, 2020
2 parents d735751 + f8b16d1 commit a3b4376
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defaults:
small_logo: './assets/img/small_logo.png'
logo: './assets/img/logo.png'
socials:
youtube: https://hackquarantine.com/youtube
livestream: https://www.twitch.tv/hackquarantine
discord: https://discord.hackquarantine.com/
platform: https://platform.hackquarantine.com/
Expand Down
24 changes: 7 additions & 17 deletions _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,23 @@
</a>
-->

<a href="{{ page.socials.livestream }}">
<button id="livestream" type="button" class="btn btn-outline-primary"><i class="fas fa-video"></i> Watch Livestream</button>
<a href="{{ page.socials.youtube }}">
<button id="livestream" type="button" class="btn btn-outline-primary"><i class="fas fa-video"></i> Workshops, Talks & Ceremonies</button>
</a>

<a href="{{ page.socials.platform }}">
<button id="livestream" type="button" class="btn btn-outline-primary"><i class="fas fa-users"></i> Visit Platform</button>
<a href="{{ page.socials.devpost }}">
<button id="livestream" type="button" class="btn btn-outline-primary"><i class="fas fa-code"></i> Submissions & Winners</button>
</a>

<div id="register">
<a href="{{ page.socials.discord }}">
<button type="button" class="btn btn-primary"><i class="fab fa-discord"></i> 1. Join Discord</button>
<button type="button" class="btn btn-primary"><i class="fab fa-discord"></i> Join Discord</button>
</a>
<a href="{{ page.socials.devpost }}">
<button type="button" class="btn btn-primary"><i class="fas fa-code"></i> 2. Register on Devpost</button>
</a>
<a href="{{ page.socials.schedule }}">
<button type="button" class="btn btn-primary"><i class="fas fa-calendar"></i> 3. View Schedule</button>
<a href="{{ page.socials.donate }}">
<button type="button" class="btn btn-primary"><i class="fas fa-money-check-alt"></i> Donate to WHO Fund</button>
</a>
</div>

<a href="{{ page.socials.submissions }}">
<button type="button" class="btn btn-outline-primary"><i class="fas fa-hands-helping"></i> Submit a Project</button>
</a>

<a href="{{ page.socials.donate }}">
<button type="button" class="btn btn-outline-primary"><i class="fas fa-money-check-alt"></i> Donate to WHO Fund</button>
</a>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<div class="container page-content">
<div class="align-self-center justify-content-center row">
<a href="{{ page.socials.youtube }}">
<button type="button" class="btn btn-outline-primary"><i class="fab fa-youtube"></i> YouTube</button>
</a>

<a href="{{ page.socials.twitter }}">
<button type="button" class="btn btn-outline-primary"><i class="fab fa-twitter"></i> Twitter</button>
</a>
Expand Down
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ By working with medical professionals and industry, we'll provide the knowledge

## How do I sign up?

First, register on our [DevPost]({{ page.socials.devpost }}) - this is where projects will be submitted for judging. Then, head over to our [Discord server]({{ page.socials.discord }}) and you are ready to go! All the important information you need can be found [here](https://info.hackquarantine.com).
*This event has ended* but you can still join our [Discord server]({{ page.socials.discord }}) to chat with like-minded people. Be sure to check out all the submitted projects and the winners on [DevPost]({{ page.socials.devpost }})!

To watch the events that were on our live stream, check out our [YouTube channel]({{ page.socials.devpost }})!

0 comments on commit a3b4376

Please sign in to comment.