From 9f35fb8f67ff40daba039df21a5f977cefb1d966 Mon Sep 17 00:00:00 2001
From: rawleyIfowler
Date: Sat, 16 Apr 2022 13:04:59 -0500
Subject: [PATCH] updated css to better reflect desired heading sizes
---
static/index.css | 11 ++++++++---
templates/donate.tmpl | 2 +-
templates/resume.tmpl | 4 ++--
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/static/index.css b/static/index.css
index 836f0e8..f973523 100644
--- a/static/index.css
+++ b/static/index.css
@@ -41,19 +41,19 @@ h1 {
}
h2 {
- font-size: 1.5em;
+ font-size: 1.8em;
font-weight: 700;
margin-bottom: 0;
}
h3 {
- font-size: 1.4em;
+ font-size: 1.6em;
font-weight: 600;
margin-bottom: 6px;
}
h4 {
- font-size: 1.3em;
+ font-size: 1.1em;
font-weight: 600;
margin-bottom: 6px;
}
@@ -155,6 +155,11 @@ a:hover:after {
content: "' ";
}
+.wrap {
+ word-wrap: break-word;
+ overflow: wrap;
+}
+
/* For code snippets */
pre {
overflow: auto;
diff --git a/templates/donate.tmpl b/templates/donate.tmpl
index b3687e9..159a332 100644
--- a/templates/donate.tmpl
+++ b/templates/donate.tmpl
@@ -13,10 +13,10 @@
Donations are greatly appreciated, but nowhere near necessary.
+
Bitcoin:
-
bc1qkvh6r23lv8t0tquwgzet9t07qwyk8ng96hkw7r
{{ template "footer_no_banners.tmpl" }}
diff --git a/templates/resume.tmpl b/templates/resume.tmpl
index 2d19042..d7a7efe 100644
--- a/templates/resume.tmpl
+++ b/templates/resume.tmpl
@@ -32,11 +32,11 @@
Education
-
Post-Diploma Bachelors of Science in Computer Science at the University of Regina
+ Bachelors of Science in Computer Science
(2022-present)
-
Computer Systems Technology at Saskatchewan Polytechnic
+ 2 Year Diploma in Computer Systems Technology
(2020-2022)
Projects