diff --git a/README.md b/README.md index 13efb19..018ec0b 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/ROOT/index.html b/ROOT/index.html index daab28b..7460f40 100644 --- a/ROOT/index.html +++ b/ROOT/index.html @@ -70,20 +70,68 @@
-
-

Basic Page

-

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 Skeleton documentation.

+
+

Welcome

+

Welcome to my webpage, Where can i take you today?

+
+
+ my BraIn + About me + To the sourcepage +

+

---


+

I might add more links & content to this website soon. You can find more links under the "Links" dropdown menu.

-
-

Basic Page

-

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 Skeleton documentation.

-
-
-

Basic Page

-

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 Skeleton documentation.

+
+
+

About me

+

My name is Sepp Jeremiah Morris, and maybe if I feel like it, I might write more content for my website. But it’s much more fun writing about more interesting stuff. Who cares about this page anyway?

+

I made this website to save you from a 404 or 403.

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/_CDN/css/skeleton.css b/_CDN/css/skeleton.css index 460720a..e4a5db7 100644 --- a/_CDN/css/skeleton.css +++ b/_CDN/css/skeleton.css @@ -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; +} \ No newline at end of file diff --git a/_CDN/images/background.jpeg b/_CDN/images/background.jpeg deleted file mode 100644 index 2bffe77..0000000 Binary files a/_CDN/images/background.jpeg and /dev/null differ