Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyeonlee2020 authored Oct 10, 2023
2 parents 6431838 + 0713625 commit 9d6d7ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
port: ${{ secrets.HACKATHON_PORT }}
script: |
echo "CI/CD: starting deploy"
cd ~/5chackathon.github.io
cd /www/5chack.com/5chackathon.github.io
echo "CI/CD: checkout branch"
git checkout main
echo "CI/CD: pulling latest file"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# 5CHack.com
A website host for the 5C Hackathon occuring April 14-15, 2023! See our site live at [5CHack.com](https://www.5chack.com/).
A website host for the 5C Hackathon occuring Oct 21, 2023! See our site live at [5CHack.com](https://www.5chack.com/).
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class="tag" id="home">Hack is Back</h1>
</p>
<p class="intro__desc"><b><i>Interested? Let's do this.</i></b></p>
<!-- <a href="https://5chackathon-sp23.devpost.com/" style="cursor: pointer;" class="reg intro__reg"><span class="nowrap mainbutton">REGISTER NOW!</span></a> -->
<a href="https://forms.gle/cH7jZ1rJVCaL3zvt5" style="cursor: pointer; color: #215259; text-decoration: none;" class="reg intro__reg"><span class="nowrap mainbutton">REGISTER NOW!</span></a>
<a href="https://events.mlh.io/events/10445-5c-datathon" style="cursor: pointer; color: #215259; text-decoration: none;" class="reg intro__reg"><span class="nowrap mainbutton">REGISTER NOW!</span></a>
<br><br>
<p id = "reg-deadline"><i>Registration closes Oct 18th 11:59 pm PT</i></p>
</div>
Expand Down Expand Up @@ -251,7 +251,7 @@ <h5 class="dark-blue">Do I need to know how to code?</h5>
<div class="d-flex w-100 justify-content-between">
<h5 class="dark-blue">How can I participate?</h5>
</div>
<p class="mb-1">Register at <a class = "link" href="https://forms.gle/cH7jZ1rJVCaL3zvt5">this form</a>. It takes about 1 minute! Registration closes Oct 18, 11:59 pm PST to ensure sufficient time to form teams.</p>
<p class="mb-1">Register at <a class = "link" href="https://events.mlh.io/events/10445-5c-datathon">this form</a>. It takes about 1 minute! Registration closes April 10, 11:59 pm PST to ensure sufficient time to form teams.</p>
</div>

<div class="list-group-item list-group-item-action flex-column align-items-start">
Expand Down

0 comments on commit 9d6d7ce

Please sign in to comment.