This commit is contained in:
WesleyBryie 2021-10-31 21:06:38 -04:00
parent 4a295d74ef
commit 4c47ee17e3
1 changed files with 9 additions and 2 deletions

View File

@ -31,9 +31,16 @@
</div>
</div>
</nav>
<div class="container-sm">
<div class="container">
<div class="col" id="Why are you here lmao">
<h1>Welcome! You were probably sent here by my github or someone you know. This usually holds my software that I've developed!</h1>
<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>
<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>