Initial commit

This commit is contained in:
Lutchy Horace 2023-05-24 05:36:18 -04:00
commit 4a1a2e774f
3 changed files with 26 additions and 0 deletions

BIN
imgs/my_pic.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

23
index.php Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<style>body{max-width:50em;margin:auto;padding:1em;line-height:1.5em}
.div1::before{content:"\0040";font-size:initial}.div2::before{content:".";font-size:initial}.div1,.div2{font-size:0}
section[name="projects"] p{margin: .5em 0}
</style>
<title>Bugzbunny - AboutMe</title>
<h1>About me</h1>
<p>My name is L. Horace, but my friends call me Bugz, short for Bugzbunny. A intermediate sysadmin. I was born in Brooklynn, NY, in 1982 (that makes me 42) and now I live in Philadelphia, Pennsylvania. My mother is from Haiti, unfortunately, she passed away from Pneumonia in the late 1980s. Don't ask about my pops, no idea.
<p>My hobbies consist of maintaining various services, have a peek at my projects below. Playing video games, check out my streams at https://twitch.tv/blacbugzbunny. Watching sci-fiction shows, films, and animation. Oh, I'm also a big fan of anime too!
<p>My own projects live on <a href="https://git.gir.st">git.gir.st</a>, but I also contribute to projects on <a href="https://github.com/girst">GitHub</a> on occasion. A few of my hardware projects have been published on <a href="https://hackaday.io/gir">Hackaday.io</a>.
<p>You can reach me at via email (bugzbunny<span class=div1>&nbsp;</span>bugzbunny<span class=div2>&nbsp;</span>net).
<p><img src="imgs/my_pic.jpg" title="Yeah, that's me" alt="Do I look pretty in text" width=230 style="display:block;margin:2em auto">
<h1>Projects and Services</h1>
<section name="projects">
<p><a href="#">Hosting Services</a> Yeah, I provide web hosting, vps, and dedi servers.
</section>

3
readme.md Normal file
View File

@ -0,0 +1,3 @@
# AboutMe website
This repo will keep track of the changes to the about me website that will be hosted on http://bugzbunny.net.