2021-11-17 13:47:29 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2021-11-22 17:10:51 +01:00
<!-- Copyright *my code only, not the bootstrap parts* under the GNU GPL Licence. Wesley Bryie, 2021. -->
2021-11-17 13:47:29 +01:00
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" / >
< meta name = "description" content = "" / >
< meta name = "author" content = "" / >
< title > Wes Bryie's Portfolio< / title >
<!-- Favicon -->
< link rel = "icon" type = "image/x-icon" href = "assets/favicon.ico" / >
2021-11-17 16:59:05 +01:00
<!-- Fonts -->
2021-11-22 14:03:49 +01:00
< link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel = "stylesheet" integrity = "sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin = "anonymous" >
2021-11-17 16:59:05 +01:00
< link href = "css/fonts.css" rel = "stylesheet" / >
2021-11-18 17:05:29 +01:00
< script src = "../js/scripts.js" > < / script >
< script src = "../js/domainChecker.js" > < / script >
2021-11-17 13:47:29 +01:00
< / head >
2021-11-17 16:51:21 +01:00
< body >
2021-11-17 13:47:29 +01:00
<!-- Responsive navbar -->
< nav class = "navbar navbar-expand-lg navbar-dark bg-dark" >
< div class = "container" >
< a class = "navbar-brand" href = "#" > Wes Bryie< / a >
< button class = "navbar-toggler" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navbarSupportedContent" aria-controls = "navbarSupportedContent" aria-expanded = "false" aria-label = "Toggle navigation" > < span class = "navbar-toggler-icon" > < / span > < / button >
< div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
< ul class = "navbar-nav ms-auto mb-2 mb-lg-0" >
2021-11-17 13:49:57 +01:00
< li class = "nav-item" > < a class = "nav-link" aria-current = "page" href = "../" > Home< / a > < / li >
< li class = "nav-item" > < a class = "nav-link active" href = "#" > Portfolio< / a > < / li >
2021-11-17 13:47:29 +01:00
< li class = "nav-item dropdown" >
< a class = "nav-link dropdown-toggle" id = "navbarDropdown" href = "#" role = "button" data-bs-toggle = "dropdown" aria-expanded = "false" > Links< / a >
< ul class = "dropdown-menu dropdown-menu-end" aria-labelledby = "navbarDropdown" >
< li > < a class = "dropdown-item" href = "https://discord.gg/VcnVKX9PHF" > BottomBarrel Software Discord< / a > < / li >
< li > < a class = "dropdown-item" href = "https://www.github.com/bottombarrel-software" > BottomBarrel Software< / a > < / li >
< li > < hr class = "dropdown-divider" / > < / li >
< li > < a class = "dropdown-item" href = "https://www.github.com/wesleybryie" > My Github Profile< / a > < / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
< / nav >
<!-- Page content -->
< div class = "container" >
< div class = "text-center mt-5" >
2021-11-17 15:06:37 +01:00
< h1 > My Portfolio< / h1 >
< p class = "lead" > I have made this software either under myself or my company, BottomBarrel Software!< / p >
2021-11-17 13:47:29 +01:00
< / div >
2021-11-18 17:16:12 +01:00
< div class = "text-center" >
< details >
< summary > My Website (wesbryie.cf)< / summary >
2021-11-18 17:17:18 +01:00
< h2 > My Website< / h2 >
2021-11-18 17:16:12 +01:00
< 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 >
2021-11-28 04:30:48 +01:00
< 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 >
2021-11-18 17:16:12 +01:00
< / div >
2021-11-17 13:47:29 +01:00
< / div >
<!-- Core theme JS -->
< script src = "js/scripts.js" > < / script >
2021-11-21 02:35:33 +01:00
<!-- Global site tag (gtag.js) - Google Analytics -->
< script async src = "https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6" > < / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HTWD2BNXJ6');
< / script >
2021-11-22 13:45:36 +01:00
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity = "sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin = "anonymous" > < / script >
2021-11-17 13:47:29 +01:00
< / body >
< / html >