From aaebfdecf3665881c8e240a93192530fef46f63a Mon Sep 17 00:00:00 2001
From: Lucas Cherkewski
Date: Sun, 24 Jun 2018 16:12:20 -0400
Subject: [PATCH] uh, a lot of stuff
(headings, hrs, ?)
---
_assets/_css/_misc.css | 3 +++
_assets/main.css | 37 ++++++++++++++++++++++++++----
_layouts/default.html | 2 +-
contact.html | 6 ++---
hit-and-miss/index.html | 2 +-
index.html | 2 ++
now.html | 2 +-
office/index.html | 2 +-
office/working-together/index.html | 2 +-
study/index.html | 2 +-
study/reading/index.html | 2 +-
study/urop/index.html | 2 +-
12 files changed, 48 insertions(+), 16 deletions(-)
create mode 100644 _assets/_css/_misc.css
diff --git a/_assets/_css/_misc.css b/_assets/_css/_misc.css
new file mode 100644
index 0000000..5e2b66e
--- /dev/null
+++ b/_assets/_css/_misc.css
@@ -0,0 +1,3 @@
+i {
+ font-style: italic;
+}
diff --git a/_assets/main.css b/_assets/main.css
index c527220..c7fac40 100644
--- a/_assets/main.css
+++ b/_assets/main.css
@@ -1,4 +1,5 @@
@import '_css/_vars.css';
+@import '_css/_misc.css';
body {
font-family: var(--ff-serif);
@@ -6,14 +7,33 @@ body {
}
p {
- margin-top: var(--spacing-medium);
- margin-bottom: 0;
+ margin-top: 0;
+ margin-bottom: var(--spacing-medium);
max-width: 30em;
}
- p:first-of-type {
- margin-top: 0;
+ p:last-of-type {
+ margin-bottom: 0;
+ }
+
+
+hr {
+ max-width: 30em;
+ position: relative;
+ border: 0;
+
+ margin: 0;
+ padding: var(--spacing-extra-large) 0;
+}
+
+ hr:after {
+ border: 0.125rem solid rgba(0,0,0,0.1);
+ content: '';
+ width: 40%;
+ font-size: 0;
+ position: absolute;
+ left: 30%;
}
a {
@@ -60,6 +80,15 @@ a {
border-bottom: var(--spacing-small) solid rgba(var(--c-dark-purple),0.75);
}
+ .page__intro,
+ .page__content h1 {
+ font-size: var(--fz-3);
+ font-weight: 400;
+
+ margin-top: 0;
+ margin-bottom: var(--spacing-small);
+ }
+
.page__footer {
background-color: rgba(var(--c-dark-purple),0.75);
color: rgba(244,244,244, 0.85);
diff --git a/_layouts/default.html b/_layouts/default.html
index 1e85d34..75e4946 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -49,7 +49,7 @@
{% include header.html %}
-
+
{{ content }}
diff --git a/contact.html b/contact.html
index b8e91b2..99e0bf3 100644
--- a/contact.html
+++ b/contact.html
@@ -3,7 +3,7 @@
title: Contact
---
-Contact
+Contact
Human contact makes me happy.
@@ -30,9 +30,7 @@
Contact
in person, but prefer that we arrange those digitally.
-
-
-
+
I also publish a weekly newsletter, where I write about whatever’s on my mind in a given week. This usually comes from
diff --git a/hit-and-miss/index.html b/hit-and-miss/index.html
index 22a1604..0506395 100644
--- a/hit-and-miss/index.html
+++ b/hit-and-miss/index.html
@@ -4,7 +4,7 @@
---
- Hit and Miss
+ Hit and Miss
I publish a small weekly newsletter titled Hit and Miss. In it, I write about whatever
diff --git a/index.html b/index.html
index 5e6e6da..554d69a 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,8 @@
title: Lucas Cherkewski
---
+
Hia!
+
Welcome to my home on the internet.
diff --git a/now.html b/now.html
index 71c7688..f564d1c 100644
--- a/now.html
+++ b/now.html
@@ -3,7 +3,7 @@
title: Now
---
-Now
+Now
The same things in new places, essentially.
diff --git a/office/index.html b/office/index.html
index ffd3df6..2a3060e 100644
--- a/office/index.html
+++ b/office/index.html
@@ -3,7 +3,7 @@
title: Office
---
-
Office
+Office
These are projects I’ve worked on through the years, both commercially and personally. It’s not an exhaustive list.
diff --git a/office/working-together/index.html b/office/working-together/index.html
index 6dfab91..877380d 100644
--- a/office/working-together/index.html
+++ b/office/working-together/index.html
@@ -3,7 +3,7 @@
title: Working together
---
-
Working together
+Working together
How can we work together? I’m an independent contractor who bridges gaps. If you’re facing a vacuum of some sort, I’d
diff --git a/study/index.html b/study/index.html
index 84baf35..e288a8f 100644
--- a/study/index.html
+++ b/study/index.html
@@ -4,7 +4,7 @@
---