Compare commits

...

8 Commits

Author SHA1 Message Date
Wes Bryie b956fcb9f5 adding some more formatting 2021-11-29 11:11:12 -05:00
Wes Bryie 3d2f935cdf will this work? 2021-11-29 11:08:50 -05:00
Wes Bryie 9b4c98c489 i hate css 2021-11-29 11:05:05 -05:00
Wes Bryie 97f8ca0b25 once again, damn css. 2021-11-29 11:02:21 -05:00
Wes Bryie 63e3710aef damn css 2021-11-29 11:01:15 -05:00
Wes Bryie 3ec1ca4c0f photos 2021-11-29 11:00:01 -05:00
Wes Bryie 05dfcc5a80 Completely revamp portfolio 2021-11-29 10:58:24 -05:00
Wes Bryie 08130868e5 add the photo 2021-11-29 07:48:13 -05:00
4 changed files with 22 additions and 18 deletions

View File

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

BIN
img/discord.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
img/web-desktopview.png Normal file

Binary file not shown.

After

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,23 +44,21 @@
<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">
<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>
<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>
</div>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>