Initial commit
This commit is contained in:
commit
4a1a2e774f
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -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> </span>bugzbunny<span class=div2> </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>
|
||||
|
||||
|
Loading…
Reference in New Issue