Compare commits

..

No commits in common. "b956fcb9f50a0af756115284d5c1930fe40fd2e7" and "14bd3c45ae54ef48874840865049dc4f46d880cc" have entirely different histories.

4 changed files with 18 additions and 22 deletions

View File

@ -6,10 +6,4 @@ body {
#bitmoji1 {
float: right;
}
img {
float: left;
height: 100px;
width: inherit;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

View File

@ -11,7 +11,7 @@
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Fonts -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="../css/fonts.css" rel="stylesheet" />
<link href="css/fonts.css" rel="stylesheet" />
<script src="../js/scripts.js"></script>
<script src="../js/domainChecker.js"></script>
</head>
@ -44,21 +44,23 @@
<h1>My Portfolio</h1>
<p class="lead">I have made this software either under myself or my company, BottomBarrel Software!</p>
</div>
<hr>
<div class="text-center">
<h2>Personal Projects</h2>
<br>
<img id="web-desktopview" src="../img/web-desktopview.png" alt="A preview of my website">
<h2>My Website</h2>
<p>This website holds information about me, and my Portfolio.</p>
<hr>
<h2>BottomBarrel Software Projects by me</h2>
<br>
<img id="discord" src="../img/discord.png" alt="Discord logo">
<h2>BottomBarrel Bot</h2>
<p>This bot allowes easy and quick access to information about BottomBarrel Software and who is part of it, &nbsp; from within our discord server. You can find the link to it at the links dropdown.</p>
</div>
<details>
<summary>My Website (wesbryie.cf)</summary>
<h2>My Website</h2>
<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>
<details>
<summary>BottomBarrel Software (Projects lead by me.)</summary>
<h1>BottomBarrel Software Projects (Lead by me)</h1>
<details>
<summary>BottomBarrel Bot</summary>
<h2>BottomBarrel Bot</h2>
<p>The BottomBarrel Bot is a work-in-progress discord bot for the BottomBarrel Software chat. <br> This bot will allow people to run commands related to BottomBarrel Software in the chat. <br> This bot is currently coded in discord.js and hosted on Heroku.</p>
</details>
</details>
</div>
</div>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>