Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Button colours
mrjarbenne authored May 27, 2024
1 parent 666ce65 commit 261085e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ <h1>Safe Exam Browser Homepage</h1>
<!-- First Column -->
<div class="col-md-6 offset-md-3">
<img src="images/hub.webp" alt="The HUB Logo" class="img-fluid mb-2">
<button onclick="window.open('https://hwdsb.elearningontario.ca', '_blank');" class="btn btn-primary btn-block">Open The HUB</button>
<button onclick="window.open('https://hwdsb.elearningontario.ca', '_blank');" class="btn btn-warning btn-block">Open The HUB</button>
</div>
</div>
</div>
@@ -56,7 +56,7 @@ <h1>Safe Exam Browser Homepage</h1>
<!-- Third Column -->
<div class="col-md-3">
<img src="images/polypad.webp" alt="Polypad" class="img-fluid mb-2">
<button onclick="window.open('https://polypad.amplify.com/p', '_blank');" class="btn btn-secondary btn-block mb-3">Polypad</button>
<button onclick="window.open('https://polypad.amplify.com/p', '_blank');" class="btn btn-info btn-block mb-3">Polypad</button>
</div>
<!-- Forth Column -->
<div class="col-md-3">

0 comments on commit 261085e

Please sign in to comment.