minor refinements, began work on projects page

This commit is contained in:
Lynne Megido 2020-03-07 04:22:03 +10:00
parent 5e076b7d81
commit 84d5e0dfcf
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
4 changed files with 32 additions and 3 deletions

View File

@ -1,5 +1,10 @@
<footer>
{%- if page.title != "Welcome!" -%}<a href='/'>Home</a> - {% endif -%}
{%- if page.title != "Contact" -%}<a href='/contact'>Contact</a> - {% endif -%}
<a href='https://bune.city'>Blog</a> - <a href='https://github.com/lynnesbian'>GitHub</a> - <a href='https://git.bune.city/lynnesbian'>Gitea</a>
<p>
{%- if page.title != "Welcome!" -%}<a href='/'>Home</a>{% endif -%}
{%- if page.title != "Contact" -%}<a href='/contact'>Contact</a>{% endif -%}
{%- if page.title != "Projects" -%}<a href='/projects'>Projects</a>{% endif -%}
</p>
<p>
<a href='https://bune.city'>Blog</a><a href='https://github.com/lynnesbian'>GitHub</a><a href='https://git.bune.city/lynnesbian'>Gitea</a>
</p>
</footer>

4
_projects/fedibooks.md Normal file
View File

@ -0,0 +1,4 @@
---
name: Fedibooks
description: Example
---

View File

@ -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 {

14
projects.html Normal file
View File

@ -0,0 +1,14 @@
---
title: "Projects"
layout: default
---
<h1>Projects</h1>
<div>
<p>
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.
</p>
<p>
You can find more of my public projects on my <a href='https://git.bune.city/lynnesbian'>Gitea</a> and <a href='https://github.com/lynnesbian'>Github</a> pages.
</p>
</div>