🛠️ Site Credits 🛠️
On this page, you'll find a semi-comprehensive list of the resources
that I use/used to develop this website. I have tried to categorize them
in a way that makes sense. Let me know if any of the links are ever
broken and I will get those fixed. Check back later for more!
Table of Contents
📚 Documentation 📚
I work in IT, so I usually cut my teeth on new things via reading the
boring vendor documentation. I sometimes use YouTube for niche feature
tutorials, but I mostly learned all I know through the following sites
and the occasional
Stack Overflow
or Codepen search:
-
Josh W. Comeau's Blog
Josh Comeau is an absolute genius and an excellent educator. I've
learned more about front-end development from his blog than I have
anywhere else. I especially love
this article
about CSS transitions.
-
MDN Docs
The Mozilla Developer Network documentation is THE webdev [insert
religious text of choice here]. They are on the cutting edge of
standards and their documentation is beautifully-written and concise.
-
W3Schools
This is the go-to website for most budding front-end developers from
what I have gathered. Their tutorials are easy to understand and
taught in effective order. I think they're a bit behind on coding best
practices, especially with some of their CSS methods, but it's a good
place to learn the basics before moving on to project-based learning.
🩻 Fonts 🩻
-
Share Tech by Carrois Apostrophe is the sans-serif font you're
reading right now. I grabbed a copy of it from
Google Fonts.
-
Input Sans Narrow by David Jonathan Ross is the monotype font I
use for displaying code on the site. The font is part of a larger font
system called 'Input' which you can purchase on
DJR's website.
-
Yukimura by Mehmet Reha Tuğcu is used in headings found within
modal (pop-up) windows on the site. I absolutely love most of Mehmet's
fonts; I purchased their
Pixel Font Bundle
in late 2024, and it included this font.
-
Rotgut by Mehmet Reha Tuğcu is used in all headings except for
those found in modal windows. Again, this font came with the bundle I
talked about in the previous bullet point, but I'll link it
here as well. I love
the different weights of this font; they're stellar. I can't recommend
Mehmet's fonts enough!
-
SH Pinscher Regular by Tinghao Hu is used in the navigation
menu on the right. You may download your own copy from Tinghao's
1001Fonts profile. This font is just so well done and easy to read at small point
sizes, which is definitely not the case for TRUE bitmap fonts. It even
has some emojis and other special characters built in! 🙂
🖼️ Images 🖼️
-
I obtain most animated .gifs on the site from
Gifcities, which
is a filename-based .gif search engine provided by the
Internet Archive.
You can scroll this bad boy for hours and never run out of unhinged
images to harvest from other (long-dead) personal websites. I
recommend clicking the images in the search results; if you do, then
you'll be taken to an archival Wayback Machine snapshot of the source
website. It's also a fun scroll to share with friends!
-
The site icons are from Google's
Material
icon set. I'd like to move away from these eventually and either make
my own or find a better, less corporate set.
-
The site's background is concept art from
Fallout: New Vegas that I dithered using
DitherIt, which is
a fantastic web-based dithering tool.
-
Anything else you see (that doesn't show an artists' credit) is
my own art that I probably drew on the wife's iPad in Procreate.
💿 Code Editor 💿
💻 VSCodium
VSCodium is an open-source binary version of Microsoft's ever-popular
VSCode code editor. I have tried many other alternatives, but I always
come back to this one. It really is powerful, to Microsoft's credit, but
I will avoid their telemetry at all costs. I use the following
extensions in my VSCodium install:
-
Gruvbox Theme by jdinhlife -
My preferred editing theme on any screen.
-
HTML CSS Support by Ecmel -
Auto-completes "id" and "class" attributes. Not sure why this isn't
built into the software at this point.
-
indent-rainbow by oderwat -
This makes it easier for my 1 Perception ass to see what element
I'm working in.
-
Live Preview by ms-vscode -
This allows for hosting a local web server within VSCodium. This
works well for testing mobile layouts or adding content to a site
without needing to see the full-sized layout. I find Firefox's
development tools to be quite memory-hungry compared to this one.
-
Rainbow CSV by mechatroner -
This extension enables highlighting within CSV files, which I use a
lot for work.
-
Simple Icons by LaurentTreguier -
I don't really like the built-in icon library in VSCodium's UI, so
I chose this one on a whim. It's easy to distinguish between them
within my gruvbox theme.
-
XML by redhat -
This extension adds XML support to VSCodium. I've been working with
.XML files to organize my vast library of bookmarks, so this makes
things go a bit smoother when I'm working in those files.