Completely revamp portfolio
This commit is contained in:
parent
08130868e5
commit
05dfcc5a80
|
@ -6,4 +6,8 @@ body {
|
|||
|
||||
#bitmoji1 {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
#web-desktopview #discord {
|
||||
float: left;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
|
@ -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,19 @@
|
|||
<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>
|
||||
<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>
|
||||
<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, 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>
|
||||
|
|
Loading…
Reference in New Issue