add an item.
This commit is contained in:
parent
584efe84ff
commit
9a9a1ef3b7
|
@ -45,6 +45,14 @@
|
||||||
<h1>My Portfolio</h1>
|
<h1>My Portfolio</h1>
|
||||||
<p class="lead">I have made this software either under myself or my company, BottomBarrel Software!</p>
|
<p class="lead">I have made this software either under myself or my company, BottomBarrel Software!</p>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
<!-- Bootstrap core JS-->
|
<!-- Bootstrap core JS-->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue