Skip to content

Commit

Permalink
Added MLH prizes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbksi committed Mar 11, 2022
1 parent 0637ad4 commit a532a80
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/timer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Set the date we're counting down to
var countDownDate = new Date("Mar 11, 2022 22:00:00").getTime();
var countDownDate = new Date("Mar 11, 2022 23:00:00").getTime();

// Update the count down every 1 second
var x = setInterval(function() {
Expand Down
Binary file added assets/media/GitHub-Emblem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/autho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,21 @@ <h5>DeSo blockchain, official Web3 sponsor of MLH is built with custom indexing
</div>
</div>
</div>
<div class="row">
<div class="mlh vert col-md-5 col-sm-12">
<img style = "max-width: 130px; max-height: 130px; display: inline; margin-bottom: 16px;" src="./assets/media/GitHub-Emblem.png"/>
<div class="txt">
<h3>Most creative your use of GitHub </h3>
</div>
</div>
<div class="mlh vert col-md-7 col-sm-12">
<img style = "max-width: 130px; max-height: 130px; display: inline; margin-bottom: 16px;" src="./assets/media/autho.png"/>
<div class="txt">
<h3>Best use of Auth0</h3>
<h5>Auth0 is an authentication and authorization as a service platform!</h5>
</div>
</div>
</div>
</div>

</div>
Expand Down

0 comments on commit a532a80

Please sign in to comment.