From 0f11b4beae56b3b18238edf552491e055e1a7b13 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 10 Jul 2022 22:39:50 -0400 Subject: Added Viewport and charset, changed font --- 404.html | 3 +++ CSS/main.css | 8 ++------ articles/RpiRockyLinuxServer/index.html | 3 +++ articles/index.html | 4 ++++ index.html | 7 +++++-- template.html | 3 +++ testPage.html | 3 +++ 7 files changed, 23 insertions(+), 8 deletions(-) diff --git a/404.html b/404.html index 5d98b2f..b6890b3 100755 --- a/404.html +++ b/404.html @@ -1,5 +1,8 @@ + + + 404 Page Not Found diff --git a/CSS/main.css b/CSS/main.css index 488cc9a..245da24 100644 --- a/CSS/main.css +++ b/CSS/main.css @@ -76,14 +76,10 @@ pre code { background-color: var(--color-2); } } -/* Common CSS styling */ -@font-face{ - font-family:IBM Plex Mono; - src: url(../fonts/IBMPlexMono-Regular.ttf); -} +/* Common CSS styling */ body{ - font-family:IBM Plex Mono; + font-family:Arial; } ul.topBar{ text-transform:uppercase; diff --git a/articles/RpiRockyLinuxServer/index.html b/articles/RpiRockyLinuxServer/index.html index 82872e4..29cdb54 100755 --- a/articles/RpiRockyLinuxServer/index.html +++ b/articles/RpiRockyLinuxServer/index.html @@ -1,5 +1,8 @@ + + + Raspberry Pi Rocky Linux Webserver diff --git a/articles/index.html b/articles/index.html index 8652a27..7f97bd9 100644 --- a/articles/index.html +++ b/articles/index.html @@ -1,6 +1,10 @@ + + + Jacob McDonnell + diff --git a/index.html b/index.html index 66f976c..3c0b0c0 100755 --- a/index.html +++ b/index.html @@ -1,5 +1,8 @@ + + + Jacob McDonnell @@ -15,7 +18,7 @@
-

About

+

About

I'm Jacob McDonnell. I have been interested in computers since I was young. My father has been in the technology field since before I was born, so I guess that interest came from him.

My interests, with respect to computers, are programming, UNIX/Plan9, and electronics/hardware. @@ -24,7 +27,7 @@ In my free time I like to play basketball, row, practice German and Russian, and play guitar.

I do not know what I will do with this website just yet, maybe I will write articles about projects that I am working on.

-

Projects

+

Projects

Jed is my own version of ed, currently written in java.

Ticalcprograms are a set of small programs written in C for the TI-84 Plus CE graphing calculator.

diff --git a/template.html b/template.html index ad5e942..8ae1b3d 100755 --- a/template.html +++ b/template.html @@ -1,5 +1,8 @@ + + + Jacob McDonnell diff --git a/testPage.html b/testPage.html index 18f0be8..a392f8f 100755 --- a/testPage.html +++ b/testPage.html @@ -1,5 +1,8 @@ + + + Jacob McDonnell -- cgit v1.2.3