Changed styling in aboutme.html

This commit is contained in:
NinjaCheetah 2022-04-26 19:52:58 -04:00
parent fc00c043ec
commit f17bbb5e5a
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
2 changed files with 16 additions and 13 deletions

View File

@ -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;
}

View File

@ -58,20 +58,20 @@ layout: nofooter
<p>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.</p>
<p><b>Languages I've Used</b></p>
<ul style="list-style-position: inside;">
<li>C# (Previously)</li>
<li>C</li>
<li>Swift</li>
<li>Python (Minimally)</li>
<li>HTML/CSS</li>
<li>JavaScript</li>
<li><code>C# (Previously)</code></li>
<li><code>C</code></li>
<li><code>Swift</code></li>
<li><code>Python (Minimally)</code></li>
<li><code>HTML/CSS</code></li>
<li><code>JavaScript</code></li>
</ul>
<p><b>Frameworks I've Used</b></p>
<ul style="list-style-position: inside;">
<li>WinForms (Previously)</li>
<li>WPF (Previously)</li>
<li>iOS Storyboards (Minimally)</li>
<li>SwiftUI</li>
<li>swift-cross-ui (Minimally)</li>
<li><code>WinForms (Previously)</code></li>
<li><code>WPF (Previously)</code></li>
<li><code>iOS Storyboards (Minimally)</code></li>
<li><code>SwiftUI</code></li>
<li><code>swift-cross-ui (Minimally)</code></li>
</ul>
<p>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 <a href="https://github.com/NCX-Programming/RNGTool">RNGTool</a> 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.</p>
`;
@ -97,6 +97,9 @@ layout: nofooter
}
}
</script>
<noscript>
<h1 class="centertext">You have JavaScript disabled! This page won't work without it. Sorry.</h1>
</noscript>
<div class="centertext">
<h1 id="aboutMeTitle"><code>awaiting input</code></h1>
<div id="aboutMeButtons">