wes-website/index.html

41 lines
1.6 KiB
HTML
Raw Normal View History

2021-10-25 16:38:29 +02:00
<!DOCTYPE html>
<html>
2021-11-01 03:06:49 +01:00
<head profile="http://www.w3.org/2005/10/profile">
2021-11-01 02:58:09 +01:00
<title>Wes Bryie's Site</title>
2021-11-01 00:55:08 +01:00
<!-- Made by Wes Bryie in 2021. Designed for wesbryie.cf -->
2021-10-25 16:38:29 +02:00
<link rel="stylesheet" href="styles.css">
2021-10-31 19:24:03 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
2021-11-01 02:13:04 +01:00
<meta charset=“UTF-8”>
2021-10-25 16:38:29 +02:00
</head>
2021-11-09 17:35:59 +01:00
<script src="index.js"></script>
2021-11-09 19:52:58 +01:00
<body class="zenkaku">
<nav class="navbar montserrat">
2021-11-09 20:10:21 +01:00
<div>
<ul>
<li><a href="#">Wes Bryie</a></li>
<li><a href="quicklinks/index.html">Quick Links</a></li>
</ul>
2021-10-31 19:24:03 +01:00
</div>
</nav>
2021-11-01 02:06:38 +01:00
<div class="container">
2021-11-01 01:19:39 +01:00
<div class="col" id="Why are you here lmao">
2021-11-01 02:06:38 +01:00
<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>
2021-11-01 01:01:16 +01:00
</div>
2021-11-01 02:13:04 +01:00
<div class="col">
<h1>My Software Showcase</h1>
<hr>
<p>I don't have much here right now but stay tuned &#x1F609;</p>
</div>
2021-11-01 01:18:25 +01:00
</div>
2021-10-31 19:48:24 +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-10-25 16:38:29 +02:00
</body>
2021-10-31 18:38:59 +01:00
</html>