From d4808d522cbcff19cdc59dddf3c92a3d57689d41 Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 29 May 2025 23:17:22 -0500 Subject: change headers --- css/index.css | 65 +++++++++++++++++++++++++---------------------------------- index.html | 10 ++++----- 2 files changed, 32 insertions(+), 43 deletions(-) diff --git a/css/index.css b/css/index.css index c06a380..3b2d987 100644 --- a/css/index.css +++ b/css/index.css @@ -15,6 +15,33 @@ html #about a{ fill: #444; } +h1 { + font-size: 45px; + width: 500px; +} + +h2 { + font-size: 25px; + width: 500px; +} + +h3 { + font-size: 20px; +} + +/* media query for mobile */ +@media only screen and (max-width: 600px) { + h2 { + font-size: 33px; + width: 300px; + } + + h3 { + font-size: 23px; + width: 300px; + } +} + nav { width: 100vw; font-weight: 600; @@ -87,29 +114,6 @@ header { text-align: center; } -header h1 { - font-size: 45px; - width: 500px; -} - -header h2 { - font-size: 25px; - width: 500px; -} - -/* Header media query for mobile */ -@media only screen and (max-width: 600px) { - header h1 { - font-size: 33px; - width: 300px; - } - - header h2 { - font-size: 23px; - width: 300px; - } -} - header a { text-decoration: none; } @@ -148,13 +152,6 @@ svg:hover { width: 1000px; } -#about h1 { - font-size: 25px; -} - -#about h2 { - font-size: 20px; -} #about p{ font-size: 18px; @@ -178,14 +175,6 @@ svg:hover { width: 90%; } - #about h1 { - font-size: 1.5rem; - } - - #about h2 { - font-size: 1.25rem; - } - #about p, #about ul li { font-size: 1rem; } diff --git a/index.html b/index.html index afbd9f4..949d9f2 100644 --- a/index.html +++ b/index.html @@ -96,11 +96,11 @@
-

About Me

+

About Me

I am a freshman in Computer Science at the University of Texas at Austin - also in FRI Quantum Computing. I manage a Debian based home server where I self-host everything I can. In addition to this, I actively work on personal projects, most of which are open-sourced.

View my projects on GitHub (mostly mirrors), or my personal cgit instance for something a little lighter.


-

Things I run on my server

+

Things I run on my server


-

Personal Projects

+

Personal Projects

-

Top 3

+

Top 3

-

Others

+

Others