Better reflected the site's purpose.
This commit is contained in:
parent
a79ef1db0f
commit
3188630c5a
|
@ -42,30 +42,38 @@
|
|||
<h5>Just kidding. This is 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>PROGRESS OR SLOPPY COPYPASTA? YOU DECIDE! (Aug 3, 2020)</h2>
|
||||
<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 from
|
||||
<a href="https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_example_website">here</a>.
|
||||
Even so, I am reasonably proud of myself for putting it together, even if it started out as a
|
||||
big copypasta. I "hacked" on a bunch of it to make it my own and turn it into something that is
|
||||
a bit more likeable than it was when I started.</p>
|
||||
<p>It's not great, but it's a nice start. After all, I've got a couple pictures
|
||||
of Kirbs to show for it. It's enough to warrant a `git push`
|
||||
I think.</p>
|
||||
<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>MAKING PROGRESS (Aug 2, 2020)</h2>
|
||||
<h5>CSS + html = I have a fancy, responsive website.</h5>
|
||||
<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).
|
||||
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>
|
||||
|
||||
|
@ -76,10 +84,11 @@
|
|||
|
||||
<div class="footer">
|
||||
<p>For online documentation and support please refer to
|
||||
<a href="http://bookstack.scoobs.xyz/">My Docs</a>.<br />
|
||||
<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>Even better, check out
|
||||
<p>Alternatively, or in addition, check out
|
||||
<a href="http://gitea.scoobs.xyz/">My Repos</a>.<br />
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue