From 19cf77d02659604523899b9401d37c8a75e1e60c Mon Sep 17 00:00:00 2001 From: "Preston Sergent (psergent)" Date: Fri, 9 Sep 2022 14:02:47 -0400 Subject: made betterer --- arch.html | 26 +++++++ css/main.css | 136 +++++++++++++++++++++++++++++++++++ index.html | 164 +++++++++++++++++++++++++++---------------- index_files/Tux_Mono.svg.png | Bin 0 -> 11164 bytes index_files/penguin-bod.webp | Bin 0 -> 633590 bytes 5 files changed, 265 insertions(+), 61 deletions(-) create mode 100644 arch.html create mode 100644 css/main.css create mode 100644 index_files/Tux_Mono.svg.png create mode 100644 index_files/penguin-bod.webp diff --git a/arch.html b/arch.html new file mode 100644 index 0000000..25bc693 --- /dev/null +++ b/arch.html @@ -0,0 +1,26 @@ + + + + + + + +
+

I use Arch, BTW

+
+ + + + + +
+

+ Oh, you "use arch BTW." Do you expect a Reddit gold? Naw, I ain't no kind stranger. If you brag about your operating system online, then I can't even imagine how much of an asshole you are in real life. Great, you know how to read a fucking manual, and you know basic English. Jesus fucking Christ, you arch-kiddies are so toxic saying "I use Arch BTW" as if it's tough to install. Oh wow you're typing simple commands into a fucking tty. You do realize that Arch Linux is just a binary distro, that uses systemD (a shitty init system for n00bs). The Arch Linux community is full of edgy 15 year olds who act like they're superior. If you actually want to learn the inner workings of Linux, you should use Gentoo. Gentoo is a source based distro with OpenRC (an actually decent init system), that is actually hard to install. There is no manual for Gentoo, so you actually have to use critical thinking skills instead of copying and pasting commands into a tty. For Gentoo you have to fine tune the system to your exact hardware instead of just running "pacstrap" like a n00b on an archiso. It takes a long time to install Gentoo. It took an entire decade to compile the kernel from a stage 1 tarball onto my IBM Thinkpad 69420 (bought from my local used-thinkpad-store for 10 cents) with and the Core i-21 ultra-supreme extra-spicy CPU literally turned into ionized plasma and burnt my entire neighboorhood to the ground and the kernel took an entire decade to compile. After that I had to manually write the wifi-driver in ed ( a good text editor ) and compile them with -O7 gcc compiling flags. After the entire installaton I booted up the Gentoo installation and it used an entire 1 kilobyte less of RAM than Arch Linux. Arch-kiddies like you wouldn't have the patience to compile Gentoo. The Gentoo community is very nice and humble and doesn't brag about their OS (unlike you elitist assholes). So instead of saying "I use Arch BTW", just shut the fuck up!!! +

+
+
+
+
+ \ No newline at end of file diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..b81c375 --- /dev/null +++ b/css/main.css @@ -0,0 +1,136 @@ +body { + font-family: "Comic Sans", "Comic Sans MS", "Chalkboard", + "ChalkboardSE-Regular", "Marker Felt", "Purisa", "URW Chancery L", cursive, + sans-serif; + color: yellow; + font-size: 20px; +} +#overview { + min-width: min-content; + max-width: max-content; + margin: 0 auto; +} +#tuxDiv { + background: url(/index_files/Tux_Mono.svg.png) repeat; + height: 300px; + width: 100%; +} +#penDiv { + background: url(/index_files/penguin-bod.webp) repeat; + height: 900px; + width: 100%; +} +#mainBod { + background: url(/index_files/Apex_3D_Logo_2_.png) repeat; + border: 70px solid; + content: ""; + opacity: 0.75; + top: 0; + left: 0; + bottom: 0; + right: 0; + position: absolute; + z-index: -1; + border-image: url(/index_files/dollarspindownd.gif) 50 / 6 / 0 stretch; +} +#linhead { + background: white; + color: black; +} +.lincontent { + color: black; + vertical-align: top; + width: 40%; +} +.navctr { + margin-bottom: 30px; + height: 36px; + min-width: min-content; + max-width: max-content; + background-color: black; + color: white; + border: 1px solid #e5e5e5; +} + +.nav > ul > li:last-child > a { + border-right: 0; +} +.nav-img { + height: 15px; +} +.nav-link { + padding-right: 12px; + padding-left: 12px; + padding-bottom: 11px; + padding-top: 11px; + line-height: 16px; + margin: 0; + border-left: 1px solid #f5f5f5; + border-right: 1px solid #f5f5f5; + border-bottom: 1px solid #f5f5f5; + border-radius: 0; + color: yellow; + background: black; + display: block; +} +.nav-link:hover { + padding-left: 13px; + background: yellow; + color: black; + border-right-color: #ddd; + border-left: 0; +} +.addBanner { + width: 469px; + margin: auto; + height: 80px; + text-align: center; + font-family: "Comic Sans MS", sans-serif; + line-height: 80px; + background-color: white; + color: darkblue; +} +.apexAlert { + color: #00cfff !important; + text-decoration: none; + font-size: 40px; + line-height: 35px; +} +.nav { + margin: 0 0 10px 0px; + padding: 0; + list-style: none; +} +.container { + margin: auto; + width: 75%; +} +blink { + animation: blink 1s linear infinite; +} +@keyframes blink { + 0% { + opacity: 0; + } + 40% { + opacity: 0; + } + 41% { + opacity: 1; + } + 99% { + opacity: 1; + } + 100% { + opacity: 0; + } +} +.subhead { + padding-bottom: 0; + margin-bottom: 9px; +} +li { + float: left; + line-height: 20px; + list-style: none; +} diff --git a/index.html b/index.html index a2001ab..150353c 100644 --- a/index.html +++ b/index.html @@ -1,74 +1,116 @@ - - - - The Second Fire Station of Henrietta, NY - - - - - - - - - - - - - -
+ + + + + The Second Fire Station of Henrietta, NY + + + + + + + -
-
- +
+ + + + + + + + + + + + + + + + + + + + + + diff --git a/index_files/Tux_Mono.svg.png b/index_files/Tux_Mono.svg.png new file mode 100644 index 0000000..3ee40ea Binary files /dev/null and b/index_files/Tux_Mono.svg.png differ diff --git a/index_files/penguin-bod.webp b/index_files/penguin-bod.webp new file mode 100644 index 0000000..07bb2b3 Binary files /dev/null and b/index_files/penguin-bod.webp differ -- cgit v1.2.3 From c552a6837becc2f0e75559fe391eeb90d19a3d2b Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 9 Sep 2022 14:06:15 -0400 Subject: made even better --- arch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch.html b/arch.html index 25bc693..fc680d9 100644 --- a/arch.html +++ b/arch.html @@ -6,7 +6,7 @@
-

I use Arch, BTW

+

I use Arch BTW

-- cgit v1.2.3