commit 1c2d66a73bfdeff77b9c8859a5e6b2b65e36d164 Author: bye Date: Fri Mar 29 12:55:51 2024 +0000 New site! diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/byecorps.com.iml b/.idea/byecorps.com.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/byecorps.com.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..be4c9bd --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..57a5904 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..84ef279 --- /dev/null +++ b/404.html @@ -0,0 +1,2 @@ +

404

+

That page couldn't be found.

\ No newline at end of file diff --git a/blog/blog.html b/blog/blog.html new file mode 100644 index 0000000..c238959 --- /dev/null +++ b/blog/blog.html @@ -0,0 +1,3 @@ + +

Blog

+

No blog posts yet :(

\ No newline at end of file diff --git a/credits.php b/credits.php new file mode 100644 index 0000000..29e2a09 --- /dev/null +++ b/credits.php @@ -0,0 +1,9 @@ + + + Home + + + + Blog + + diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..fad5c57 --- /dev/null +++ b/css/style.css @@ -0,0 +1,83 @@ + +html { + font-family: sans-serif; + + background-color: #e6feff; + background-image: url(../img/background.bmp); + background-repeat: no-repeat; +} + +.hidden { + display: none; +} + +.top-right { + position: absolute; + top: 0; + right: 10px; +} + +#wrapper { + margin-top: 86px; + position: absolute; + left: 0; +} + +.body { + background-color: white; + + + border-top: #ccc 2px solid; + border-right: #ccc 2px solid; + border-bottom: #ccc 2px solid; + border-radius: 0 10px 10px 0; + + padding-bottom: 16px; + padding-left: 16px; + padding-right: 16px; + + width: 600px; +} + +#people td > h3 { + margin: 0; +} + +#people td > p { + margin: 3px auto; +} + +#friends img { + height: 64px; +} + +#friends a { + padding: 0 10px; +} + +#navigation { + padding-right: 10px; + text-align: right; +} + +#time { + padding-left: 20px; +} + +#footer { + vertical-align: top; +} + +#badges { + text-align: right; +} +#badges img { + vertical-align: middle; + +} + +/*@media (prefers-color-scheme: dark) { + html { + filter: invert(1); + } +}*/ diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..a823da4 --- /dev/null +++ b/feed.xml @@ -0,0 +1,13 @@ + + + ByeCorps Blog + https://byecorps.com + + Official news for ByeCorps prodcuts. + en-ie + Copyright 2024, ByeCorps + + + + + \ No newline at end of file diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..6c13d39 --- /dev/null +++ b/footer.html @@ -0,0 +1,39 @@ + + + + + + + + + Valid HTML 4.01 Transitional + Bye's Button + + + + + + + diff --git a/header.html b/header.html new file mode 100644 index 0000000..ec3a59e --- /dev/null +++ b/header.html @@ -0,0 +1,25 @@ + + + + ByeCorps + + + +

ByeCorps

+ + + + + + + +
\ No newline at end of file diff --git a/home.php b/home.php new file mode 100644 index 0000000..9ea71ea --- /dev/null +++ b/home.php @@ -0,0 +1,34 @@ +

No, we don't know what we're making either.

+

+ Find us on:
+ GitHub + Fediverse + YouTube +

+

People

+ + + + + +
+ Bye's profile picture. + +

Bye

+

Bye is the founder and sole member of ByeCorps

+

+ Website + GitHub + Fediverse +

+
+

Friends

+

Check out some of our friends!

+ diff --git a/img/background.bmp b/img/background.bmp new file mode 100644 index 0000000..ca820b7 Binary files /dev/null and b/img/background.bmp differ diff --git a/img/byecorps_bkg.xcf b/img/byecorps_bkg.xcf new file mode 100644 index 0000000..45b89b8 Binary files /dev/null and b/img/byecorps_bkg.xcf differ diff --git a/img/byeman-bcprofile2.gif b/img/byeman-bcprofile2.gif new file mode 100644 index 0000000..d5db69d Binary files /dev/null and b/img/byeman-bcprofile2.gif differ diff --git a/img/fugue-icons-3.5.6.zip b/img/fugue-icons-3.5.6.zip new file mode 100644 index 0000000..39ebca7 Binary files /dev/null and b/img/fugue-icons-3.5.6.zip differ diff --git a/img/icons/feed.png b/img/icons/feed.png new file mode 100644 index 0000000..1e364f6 Binary files /dev/null and b/img/icons/feed.png differ diff --git a/img/litdevs.gif b/img/litdevs.gif new file mode 100644 index 0000000..0144cd6 Binary files /dev/null and b/img/litdevs.gif differ diff --git a/img/litdevs.xcf b/img/litdevs.xcf new file mode 100644 index 0000000..41097fc Binary files /dev/null and b/img/litdevs.xcf differ diff --git a/img/neatnik-alt-transparent-light.gif b/img/neatnik-alt-transparent-light.gif new file mode 100644 index 0000000..232234f Binary files /dev/null and b/img/neatnik-alt-transparent-light.gif differ diff --git a/img/neatnik.png b/img/neatnik.png new file mode 100644 index 0000000..25d8114 Binary files /dev/null and b/img/neatnik.png differ diff --git a/img/nineplus.gif b/img/nineplus.gif new file mode 100644 index 0000000..4830a90 Binary files /dev/null and b/img/nineplus.gif differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..a7547d1 --- /dev/null +++ b/index.php @@ -0,0 +1,42 @@ + "home.php", + "/credits" => "credits.php", + "/blog" => "blog/blog.html" +]; + + +include ("header.html"); + +if (isset($pages[$path])) { + include ($pages[$path]); +} else { + http_response_code(404); + include "404.html"; +} + +include ("footer.html");