Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Adityasrinivas24/brocode.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityasrinivas24 committed Jan 17, 2024
2 parents 0967069 + b0ff47b commit ebbc7ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion js/timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

if (remainingTime <= 0) {
// Stop the timer when 24 hours are completed
clearInterval(timerInterval);
document.getElementById('timer').innerHTML = '00 : 00 : 00';
} else {
// Calculate hours, minutes, and seconds
Expand Down
9 changes: 4 additions & 5 deletions timer.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2 class="mx-auto timer-name responsive-subtitle "> &nbsp Hours &nbsp Minutes &
</script>
</div>
<!-- BEGIN: phase-1 evaluation -->
<div class="evaluation m-4">
<!-- <div class="evaluation m-4">
<div class="row">
<div class="col-md-6">
<ul class="list-group">
Expand All @@ -158,17 +158,16 @@ <h2 class="mx-auto timer-name responsive-subtitle "> &nbsp Hours &nbsp Minutes &
</ul>
</div>
</div>
</div>
</div> -->
<!-- END: phase-1 evaluation -->

<!-- BEGIN: phase-2 evaluation -->
<!-- <div class="evaluation m-4">
<div class="evaluation m-4">
<div class="row">
<div class="col-md-6">
<ul class="list-group">
<li class="list-group-item bg-black" style="border: 1px solid white;">Model Design</li>
<li class="list-group-item bg-black" style="border: 1px solid white;">Domain Knowledge</li>
<li class="list-group-item bg-black" style="border: 1px solid white;">Presentation</li>
</ul>
</div>
<div class="col-md-6">
Expand All @@ -178,7 +177,7 @@ <h2 class="mx-auto timer-name responsive-subtitle "> &nbsp Hours &nbsp Minutes &
</ul>
</div>
</div>
</div> -->
</div>
<!-- END: phase-2 evaluation -->

<!-- BEGIN: phase-3 evaluation -->
Expand Down

0 comments on commit ebbc7ed

Please sign in to comment.