add an item.

This commit is contained in:
Wes Bryie 2021-11-18 11:16:12 -05:00
parent 584efe84ff
commit 9a9a1ef3b7
1 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,14 @@
<h1>My Portfolio</h1>
<p class="lead">I have made this software either under myself or my company, BottomBarrel Software!</p>
</div>
<div class="text-center">
<details>
<summary>My Website (wesbryie.cf)</summary>
<h1>My Website</h1>
<p>If I did not have a website you would not be able to see this...</p>
<p><a href="https://github.com/wesleybryie/wes-website">GitHub Repo</a></p>
</details>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>