From 5ff09aeef8c4be416b11b764c2b531adab31bb8e Mon Sep 17 00:00:00 2001 From: Editor Rust Date: Sat, 12 Nov 2022 00:50:56 -0500 Subject: [PATCH] Dark Fix --- index.html | 2 +- styles.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5e1edfe..19d1e1e 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@

Hi! I'm Editor Rust.

This site is still under active construction, and yes, this is inside a center tag.

Tools

-

Think of some tool or language, I've probably checked it out. I've worked with Blender, Unity, LibreOffice, understand Inkscape as much as anyone can, used file types most people meet, messed around with GitLab, GitHub, tried Brave, Firefox, Thunderbird, Edge, Safari, Internet Explorer, loved Chrome and adored Opera, used Windows, ChromeOS and Kubuntu, tried Macs, Android, iPhone and Deepin, use iPad and Windows regularly, iPad by choice, because I love the feel of the Apple ecosystem, but Windows because I have to. I've played with Linux distros like Rasbian, would love to try Zorin. Visited Stack Overflow, messed with Mozilla, loved, accepted, then disregarded contemptuously W3Schools, now being a Mozilla Docs snob. Ocasionaly use Codepen, though it's nothing special. Use Procreate and trying Vectornator, using Apple notes & Obsidian, and lovin' Freeform. Gmail all the way. Used GitPod and Codespaces. I even tried at a Chrome extension, and can't wait to try again. Check out C++, worked with and hoping to learn more about Python, and planning to learn Rust. Use JS, HTML, CSS, Tailwind CSS and Node, know Express, use MongoDB, tried React, though I want to learn more, want to check out Angular, and working to learn Vue. And Socket.io is amazing, and I want to do more work with it. I also plan on learning Swift and building some apps.

+

Think of some tool or language, I've probably checked it out. I've worked with Blender, Unity, LibreOffice, understand Inkscape as much as anyone can, used file types few people meet, messed around with GitLab, GitHub, tried Brave, Firefox, Thunderbird, Edge, Safari, Internet Explorer, loved Chrome and adored Opera, used Windows, ChromeOS and Kubuntu, tried Macs, Android, iPhone and Deepin, use iPad and Windows regularly, iPad by choice, because I love the feel of the Apple ecosystem, but Windows because I have to. I've played with Linux distros like Rasbian, would love to try Zorin. Visited Stack Overflow, messed with Mozilla, loved, accepted, then disregarded contemptuously W3Schools, now being a Mozilla Docs snob. Ocasionaly use Codepen, though it's nothing special. Use Procreate and trying Vectornator, using Apple notes & Obsidian, and lovin' Freeform. Gmail all the way. Used GitPod and Codespaces. I even tried at a Chrome extension, and can't wait to try again. Check out C++, worked with and hoping to learn more about Python, and planning to learn Rust. Use JS, HTML, CSS, Tailwind CSS and Node, know Express, use MongoDB, tried React, though I want to learn more, want to check out Angular, and working to learn Vue. And Socket.io is amazing, and I want to do more work with it. I also plan on learning Swift and building some apps.

What I do

I'm a web developer and designer, and I build open source PWAs while messing about with JavaScript libraries. You might know me as the brilliant developer of Git Organized, or the creator of the world-renowned Chat Experiments. Most likely you haven't heard of me at all, but I'll remedy that soon enough, and you'll grow to rue the day you ever heard of Editor Rust.

About me

diff --git a/styles.css b/styles.css index 69feaed..088c70f 100644 --- a/styles.css +++ b/styles.css @@ -21,6 +21,9 @@ background-color: #222; color: #f8f8f8; } + .footer { + background-color: #000; + } } .title {