wes-website/index.html

41 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<title>Wes Bryie's Site</title>
<!-- Made by Wes Bryie in 2021. Designed for wesbryie.cf -->
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<meta charset=“UTF-8”>
</head>
<script src="index.js"></script>
<body class="zenkaku">
<nav class="navbar" class="montserrat">
<div>
<ul>
<li><a href="#">Wes Bryie</a></li>
<li><a href="quicklinks/index.html">Quick Links</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="col" id="Why are you here lmao">
<h1>Welcome!</h1>
<hr>
<p>You were probably sent here by my github or someone you know. This usually holds my software that I've developed!</p>
</div>
<div class="col">
<h1>About Me</h1>
<hr>
<p>Hi! My name is Wes, and I am a teenager who is interesting in technology, and software/web development!</p>
</div>
<div class="col">
<h1>My Software Showcase</h1>
<hr>
<p>I don't have much here right now but stay tuned &#x1F609;</p>
</div>
</div>
<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>
</body>
</html>