Skip to content

Commit

Permalink
change applications to devpost
Browse files Browse the repository at this point in the history
  • Loading branch information
svmmerlu committed May 1, 2024
1 parent b35dba1 commit 853bd4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 1 addition & 2 deletions css/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,9 @@
width: 500px;
background-color: #9724da;
color: var(--dark-color);

border-radius: 10px;
padding: 1em;
box-shadow: 0 0 50px darkgray;
box-shadow: 0 0 50px #9000ff;
position: absolute;
bottom: 0;
z-index: 999999;
Expand Down
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ <h1>MasseyHacks X</h1>
<a class="btn" id="transparency-report" href="./files/transparency-report.pdf">
Transparency Report
</a> -->

<!--
<div id="application-div" class="btn">
<div id="application-overlay">
<p>Apply Now</p>
Expand All @@ -267,6 +269,15 @@ <h1>MasseyHacks X</h1>
>
</div>
</div>
-->
<div id="application-div" class="btn">
<div id="application-overlay">
<p>DEVPOST</p>
</div>
<div id="application-links">
<a href="https://masseyhacks10.devpost.com/" target="_blank">Join MH!</a>
</div>
</div>

<script>
var inside = false;
Expand Down

0 comments on commit 853bd4f

Please sign in to comment.