summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-07-10 22:39:50 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-07-10 22:39:50 -0400
commit0f11b4beae56b3b18238edf552491e055e1a7b13 (patch)
treeb3d75d516a29a1216734c312350062424b842849
parentf2b934fee897f93c0f1ba6974af308f6e0669d85 (diff)
Added Viewport and charset, changed font
-rwxr-xr-x404.html3
-rw-r--r--CSS/main.css8
-rwxr-xr-xarticles/RpiRockyLinuxServer/index.html3
-rw-r--r--articles/index.html4
-rwxr-xr-xindex.html7
-rwxr-xr-xtemplate.html3
-rwxr-xr-xtestPage.html3
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 @@
+<!DOCTYPE html>
<html>
<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page Not Found</title>
<link href="CSS/main.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="icon" sizes="any">
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 @@
+<!DOCTYPE html>
<html>
<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Raspberry Pi Rocky Linux Webserver</title>
<link href="../../CSS/main.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="icon" sizes="any">
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 @@
+<!DOCTYPE html>
<html>
<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jacob McDonnell</title>
+ <meta name="description" content="This is the page where I host my articles."/>
<link href="../CSS/main.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="icon" sizes="any">
</head>
diff --git a/index.html b/index.html
index 66f976c..3c0b0c0 100755
--- a/index.html
+++ b/index.html
@@ -1,5 +1,8 @@
+<!DOCTYPE html>
<html>
<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jacob McDonnell</title>
<meta name="description" content="This is the personal website for the real Jacob McDonnell.
Feel free to look around, you might find something interesting."/>
@@ -15,7 +18,7 @@
<li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li>
</ul>
<div class="main">
- <h2><a>About</a></h2>
+ <h2>About</h2>
<p>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.
<br><br> 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. <br><br>
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.</p>
- <h2><a>Projects</a></h2>
+ <h2>Projects</h2>
<p><a href="https://github.com/JacobMcDonnell/jed">Jed</a> is my own version of ed, currently written in java.</p>
<p><a href="https://github.com/JacobMcDonnell/ticalcprograms">Ticalcprograms</a> are a set of
small programs written in C for the TI-84 Plus CE graphing calculator.</p>
diff --git a/template.html b/template.html
index ad5e942..8ae1b3d 100755
--- a/template.html
+++ b/template.html
@@ -1,5 +1,8 @@
+<!DOCTYPE html>
<html>
<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jacob McDonnell</title>
<link href="CSS/main.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="icon" sizes="any">
diff --git a/testPage.html b/testPage.html
index 18f0be8..a392f8f 100755
--- a/testPage.html
+++ b/testPage.html
@@ -1,5 +1,8 @@
+<!DOCTYPE html>
<html>
<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jacob McDonnell</title>
<meta name="description" content="This is the personal website for the real Jacob McDonnell. Feel free to look around, you might find something interesting."/>
<meta name="author" content="Jacob McDonnell"/>