From f17bbb5e5a958cbddf35af72de5d21ce8368f2da Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:52:58 -0400 Subject: [PATCH] Changed styling in aboutme.html --- CSS/style.css | 4 ++-- aboutme.html | 25 ++++++++++++++----------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CSS/style.css b/CSS/style.css index 6940f2d..24f449a 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -66,7 +66,7 @@ h1, h2, h3, h4, p, ul { margin-right: 8px; } code { - font-family: Consolas,"courier new"; + font-family: Consolas, "courier new", sans-serif; color: black; background-color: #dedede; padding: 2px; @@ -168,7 +168,7 @@ code { position: absolute; background-color: #f9f9f9; min-width: 160px; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); z-index: 1; } diff --git a/aboutme.html b/aboutme.html index 14c6ccf..c0f0996 100644 --- a/aboutme.html +++ b/aboutme.html @@ -58,20 +58,20 @@ layout: nofooter

I'm NinjaCheetah, a jack of all trades, master of none developer. I've tried many languages and other skills but have never quite excelled at any of them. Either way, I still find software and web development fun, most of the time.

Languages I've Used

Frameworks I've Used

I'm endlessly trying to improve my skills, both backend and frotend wise. This website (really this page specifically) is where I plan to try new UI styles and test my JavaScript skills. My macOS/iOS/watchOS app RNGTool is what I'm using to try and learn Swift and SwiftUI. In fact, a lot of the public programs I've created were originally made for me to test out my skills with a language or framework. Someday I'd like to actually take those skills and make something people will use with them.

`; @@ -97,6 +97,9 @@ layout: nofooter } } +

awaiting input