Skip to content

Commit

Permalink
final button changes ; home page
Browse files Browse the repository at this point in the history
  • Loading branch information
kithenry committed Aug 17, 2024
1 parent 823ea5e commit 40106b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@ <h2>
<h4 class="mb-2">
Click one of the buttons below to explore in more detail.
</h4>
<div class="row">
<div class="custom-row px-3" style="display: flex; flex-direction: row; align-items: center; justify-content: space-between;">
<div class="col-sm-4">
<a href="/projects/index.html">
<button class="button-plain-bg me-2 w-100 text-nowrap">
<button class="button-plain-bg me-2 text-nowrap px-2">
My Projects
</button>
</a>
</div>
<div class="col-sm-4">
<a href="/writing/index.html">
<button class="button-plain-bg me-2 w-100 text-nowrap">
<button class="button-plain-bg me-2 text-nowrap px-2">
My Writing
</button>
</a>

</div>
<div class="col-sm-4">
<a href="">
<button class="button-plain-bg w-100 text-nowrap">
<button class="button-plain-bg text-nowrap px-2">
Work Info
</button>
</a>
Expand Down

0 comments on commit 40106b2

Please sign in to comment.