readme & page updates

This commit is contained in:
2021-12-22 00:10:05 +01:00
parent b025b62500
commit 97c2979708
4 changed files with 82 additions and 14 deletions

View File

@@ -1,4 +1,14 @@
# catch-site
seppdroid.com & seppjm.com "catch" site source code
# seppjm.com website
Skeleton 2.0.4
my personal website, for if i ever need it. Build on the [skeleton boilerplate](http://getskeleton.com) (Skeleton 2.0.4) [(github link)](https://github.com/dhg/Skeleton). It's basic and empty for now.
## Get started:
I will add a `Clean` folder that will contain skeleton and my modifications for use as a template.
You can find the download in the [releases tab](https://github.com/SEPPDROID/seppjm-com/releases/latest)
## Licensing
Feel free to use, just make sure to keep all licensing in place.
###### old readme: seppdroid.com & seppjm.com "catch" site source code

View File

@@ -70,20 +70,68 @@
<!-- Primary Page Layout
-->
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h4>Basic Page</h4>
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
<div class="column" style="margin-top: 17%">
<center><h3>Welcome</h3></center>
<center><p>Welcome to my webpage, Where can i take you today?</p></center>
<br>
<center>
<a class="button" href="https://brain.seppdroid.com">my BraIn</a>
<a class="button" href="#About">About me</a>
<a class="button" href="https://github.com/SEPPDROID/seppjm-com">To the sourcepage</a>
</center><br>
<center><p>---</p></center><br>
<center><p>I might add more links & content to this website soon. You can find more links under the "Links" dropdown menu.</p></center>
</div>
<div class="column" style="margin-top: 25%">
<h4>Basic Page</h4>
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
</div>
<div class="one-half column" style="margin-top: 25%">
<h4>Basic Page</h4>
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
<div class="one-half column" style="margin-top: 60%" id="About">
<br>
<h4>About me</h4>
<p>My name is Sepp Jeremiah Morris, and maybe if I feel like it, I might write more content for my website. But its much more fun writing about more interesting stuff. Who cares about this page anyway?</p>
<p>I made this website to save you from a <code>404</code> or <code>403</code>.</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</div>
<footer>
<br>
<p>Sepp & Skeleton |
<a href="https://github.com/SEPPDROID/seppjm-com">Source</a>
<a href="http://getskeleton.com">Skeleton</a></p>
</footer>
<!-- JS
-->

12
_CDN/css/skeleton.css vendored
View File

@@ -404,7 +404,8 @@ there.
/* Larger than mobile */
@media (min-width: 400px) {}
@media (min-width: 400px) {
}
/* Disable mobile-nav when going above 550px. */
@media (max-width: 550px) {
@@ -562,3 +563,12 @@ text-decoration: none;
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/* =======================================================
Custom css.
======================================================= */
footer {
text-align: center;
padding: 22px;
background-color: black;
color: white;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB