website/scoobs.xyz/index.html

99 lines
4.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Scoobs!</title>
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div class="header-border">
<div>
<h1>Scoobs Did It Again</h1>
<div class='subtitle'>
<p>How <em><b>exciting</b></em>...</p>
</div>
</div>
<div class="navbar">
<a href="http://scoobs.xyz" class="active">Home</a>
<a href="http://bookstack.scoobs.xyz/">My Docs</a>
<a href="http://gitea.scoobs.xyz/">My Repos</a>
<a href="https://github.com/scoobybejesus" class="right">Find me on github</a>
</div>
<div class="row">
<div class="side">
<h2>About Me</h2>
<h5>Just kidding. This website is about Kirby:</h5>
<div class="first_row_img" style="height:333px;"><img src="/images/kirb_pup.jpg"></div>
<p>He was pretty young. This from June 2013.</p>
<h2>About This Site</h2>
<p>By loading this website, you are rendering [an exact copy of] the code you'll find in my website
repository, which you can find <a href="http://gitea.scoobs.xyz/scoobs/website">here</a>. The
website code is tracked in a git repository; and every time I commit code changes to the code
repository, those changes are reflected here on the website -- and I find that pretty neat.</p>
</div>
<div class="main">
<h2>IS THIS WEBSITE ABOUT KIRBY? YOU DECIDE!</h2>
<h5>More Kirby.</h5>
<div class="first_row_img" style="height:333px;"><img src="/images/kirb_bnw2.jpg"></div>
<p>I copied most of the html and CSS code that comprises scoobs.xyz from
<a href="https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_example_website">this
website</a>.
Despite that fact that scoobs.xyz started out as a copypasta, I am reasonably proud of myself for
putting it together. I "hacked" on it a bit to make it my own, and I turned it into something that
is a bit more likeable and interesting than it was when I started.</p>
<p>It's not great, but it's a nice start. I don't need a website. This is for fun and learning. I hope
the Kirby pictures are appreciated. </p>
<br>
<h2>THIS SITE IS A WORK IN PROGRESS</h2>
<h5>(A work in progress and a get-rich-quick scheme)</h5>
<div>
<p>I created a website to sell my book. Buy my new book. On sale now.</p>
<p>That is completely true, except for the part about there being a book (i.e.,
that was false, and there is no book).<br />
</p>
<p>Back to reality, I'll try to periodically inspire myself to update this site. It's tough to force
creativity for something I don't need and don't have much of a use for, but I plan to try
anyway. I'm enjoying myself.</p>
</div>
</div>
<div>
</div>
</div>
</div>
<div class="footer">
<p>For online documentation and support please refer to
<a href="http://bookstack.scoobs.xyz/">My Docs</a>. Support, lol. <br />But, really, I do explain how to do
this (and more) on a FreeBSD VPS using jails.<br />
</p>
<p>Alternatively, or in addition, check out
<a href="http://gitea.scoobs.xyz/">My Repos</a>.<br />
</p>
</div>
</body>
</html>