2021-10-25 16:38:29 +02:00
|
|
|
<!DOCTYPE html>
|
2021-11-22 17:18:54 +01:00
|
|
|
<html lang="en" prefix="og: https://ogp.me/ns#">
|
2021-11-17 03:19:26 +01:00
|
|
|
<head>
|
2021-11-22 18:56:39 +01:00
|
|
|
<meta property="og:title" content="Wes Bryie's Site" />
|
|
|
|
<meta property="og:description"
|
|
|
|
content="This website holds information about me." />
|
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 03:19:26 +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="" />
|
2021-11-21 02:18:40 +01:00
|
|
|
<title>Wes Bryie's Site</title>
|
2021-11-17 03:19:26 +01:00
|
|
|
<!-- Favicon-->
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
|
|
|
<!-- Core theme CSS (includes Bootstrap)-->
|
2022-05-11 23:49:59 +02: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 15:28:43 +01:00
|
|
|
<link href="css/fonts.css" rel="stylesheet" />
|
2021-11-17 18:54:25 +01:00
|
|
|
<script src="js/scripts.js"></script>
|
2021-11-18 17:05:29 +01:00
|
|
|
<script src="js/domainChecker.js"></script>
|
2021-10-25 16:38:29 +02:00
|
|
|
</head>
|
2021-11-09 20:18:23 +01:00
|
|
|
<body>
|
2021-11-17 03:19:26 +01:00
|
|
|
<!-- Responsive navbar-->
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
|
|
|
<div class="container">
|
2021-11-17 03:38:05 +01:00
|
|
|
<a class="navbar-brand" href="#">Wes Bryie</a>
|
2021-11-17 03:19:26 +01:00
|
|
|
<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>
|
2021-11-17 17:14:15 +01:00
|
|
|
<li class="nav-item"><a class="nav-link" href="portfolio">Portfolio</a></li>
|
2022-05-11 23:53:44 +02:00
|
|
|
<li class="nav-item"><a class="nav-link" href="https://github.com/wesleybryie">GitHub</a></li>
|
2021-11-17 03:19:26 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
2021-10-31 19:24:03 +01:00
|
|
|
</div>
|
2021-11-17 03:19:26 +01:00
|
|
|
</nav>
|
|
|
|
<!-- Page content-->
|
|
|
|
<div class="container">
|
|
|
|
<div class="text-center mt-5">
|
2021-11-17 03:44:23 +01:00
|
|
|
<h1>Welcome to my site!</h1>
|
2021-11-17 03:45:45 +01:00
|
|
|
<img id="bitmoji1" src="assets/bitmoji1.jpeg" alt="My Bitmoji">
|
2021-11-17 03:46:53 +01:00
|
|
|
<p class="lead">Hi! My name is Wes, and I am the sole owner and developer of this site.</p>
|
2021-11-17 03:44:23 +01:00
|
|
|
<p>I am a teenager that is interested in technology, and computer science (more so the software development part)!</p>
|
2021-11-12 13:27:47 +01:00
|
|
|
</div>
|
2021-11-17 03:19:26 +01:00
|
|
|
</div>
|
2021-10-25 16:38:29 +02:00
|
|
|
</body>
|
2021-10-31 18:38:59 +01:00
|
|
|
</html>
|