47 lines
2.7 KiB
HTML
47 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" prefix="og: https://ogp.me/ns#">
|
|
<head>
|
|
<meta property="og:title" content="Wes Bryie's Site" />
|
|
<meta property="og:description"
|
|
content="This website holds information about me." />
|
|
<!-- Copyright *my code only, not the bootstrap parts* under the GNU GPL Licence. Wesley Bryie, 2021.-->
|
|
<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 Site</title>
|
|
<!-- Favicon-->
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
|
<!-- Core theme CSS (includes Bootstrap)-->
|
|
<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" />
|
|
<script src="js/scripts.js"></script>
|
|
<script src="js/domainChecker.js"></script>
|
|
</head>
|
|
<body>
|
|
<!-- 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">
|
|
<li class="nav-item"><a class="nav-link active" aria-current="page" href="#">Home</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="portfolio">Portfolio</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="https://github.com/wesleybryie">GitHub</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<!-- Page content-->
|
|
<div class="container">
|
|
<div class="text-center mt-5">
|
|
<h1>Welcome to my site!</h1>
|
|
<img id="bitmoji1" src="assets/bitmoji1.jpeg" alt="My Bitmoji">
|
|
<p class="lead">Hi! My name is Wes, and I am the sole owner and developer of this site.</p>
|
|
<p>I am a teenager that is interested in technology, and computer science (more so the software development part)!</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|