Skip to content

Commit

Permalink
[Main Page] Button group
Browse files Browse the repository at this point in the history
  • Loading branch information
hailey-tran-9 committed Jun 27, 2024
1 parent 21c7562 commit d93d4c4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,24 @@
<br><br>
<a href="/final_proj_final_report/index.html">Final Project Final Report</a> -->

<div class="btn-group-vertical btn-group-lg" role="group" aria-label="...">
<button type="button" class="btn btn-secondary"><a href="/hw1/index.html">Homework 1</a></button>
<!-- <div class="btn-group-vertical btn-group-lg" role="group" aria-label="...">
<button type="button" class="btn btn-secondary"><a type="button" class="btn btn-secondary" href="/hw1/index.html">Homework 1</a>
<button type="button" class="btn btn-secondary"><a href="/hw2/index.html">Homework 2</a></button>
<button type="button" class="btn btn-secondary"><a href="/hw3/index.html">Homework 3</a></button>
<button type="button" class="btn btn-secondary"><a href="/hw4/index.html">Homework 4</a></button>
<button type="button" class="btn btn-secondary"><a href="/final_proj/index.html">Final Project</a></button>
<button type="button" class="btn btn-secondary"><a href="/final_proj_milestone/index.html">Final Project Milestone</a></button>
<button type="button" class="btn btn-secondary"><a href="/final_proj_final_report/index.html">Final Project Final Report</a></button>
</div> -->

<div class="btn-group-vertical btn-group-lg" role="group" aria-label="...">
<a type="button" class="btn btn-secondary" href="/hw1/index.html">Homework 1</a>
<a type="button" class="btn btn-secondary" href="/hw2/index.html">Homework 2</a>
<a type="button" class="btn btn-secondary" href="/hw3/index.html">Homework 3</a>
<a type="button" class="btn btn-secondary" href="/hw4/index.html">Homework 4</a>
<a type="button" class="btn btn-secondary" href="/final_proj/index.html">Final Project</a>
<a type="button" class="btn btn-secondary" href="/final_proj_milestone/index.html">Final Project Milestone</a>
<a type="button" class="btn btn-secondary" href="/final_proj_final_report/index.html">Final Project Final Report</a>
</div>


Expand Down

0 comments on commit d93d4c4

Please sign in to comment.