From 84d5e0dfcfeb8ad5dc64b667d787e76891f28f94 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sat, 7 Mar 2020 04:22:03 +1000 Subject: [PATCH] minor refinements, began work on projects page --- _includes/footer.html | 11 ++++++++--- _projects/fedibooks.md | 4 ++++ assets/style.css | 6 ++++++ projects.html | 14 ++++++++++++++ 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 _projects/fedibooks.md create mode 100644 projects.html diff --git a/_includes/footer.html b/_includes/footer.html index 92bf5b3..772e1f5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,10 @@ \ No newline at end of file diff --git a/_projects/fedibooks.md b/_projects/fedibooks.md new file mode 100644 index 0000000..3c491cf --- /dev/null +++ b/_projects/fedibooks.md @@ -0,0 +1,4 @@ +--- +name: Fedibooks +description: Example +--- \ No newline at end of file diff --git a/assets/style.css b/assets/style.css index ddc8d57..647ac10 100644 --- a/assets/style.css +++ b/assets/style.css @@ -56,6 +56,12 @@ footer { font-style: italic; box-sizing: content-box; } +footer p { + font-size: unset; +} +footer a:not(:last-child)::after { + content: " - " +} @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { body { diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..421ad84 --- /dev/null +++ b/projects.html @@ -0,0 +1,14 @@ +--- +title: "Projects" +layout: default +--- +

Projects

+
+

+ These are some of my personal projects that I've worked on. This is not an extensive list, it's more focused on the stuff I'm proud of or find otherwise noteworthy. +

+ +

+ You can find more of my public projects on my Gitea and Github pages. +

+
\ No newline at end of file