Update /me
This commit is contained in:
parent
2b626ce1b7
commit
f51ae9eab7
@ -7,7 +7,6 @@ Integrate recipe structured data for recipe type articles
|
||||
|
||||
Performance / Accessibility:
|
||||
---------------------------------------
|
||||
Change contrast color
|
||||
Lazy load images
|
||||
Remove unecessary fonts
|
||||
change font-display to "swap"
|
||||
|
@ -31,6 +31,12 @@ module.exports = {
|
||||
linkDisplay: "Lemmy",
|
||||
iconURL: "/img/Lemmy_logo.svg"
|
||||
},
|
||||
{
|
||||
title: "My Blog",
|
||||
linkURL: "https://nathanupchurch.com",
|
||||
linkDisplay: "My Blog",
|
||||
iconURL: "/img/logo_favicon_dark.svg"
|
||||
},
|
||||
{
|
||||
title: "Matrix",
|
||||
linkURL: "https://matrix.to/#/@nathanu:matrix.org",
|
||||
|
@ -4,7 +4,7 @@ layout: layouts/baseBareBones.njk
|
||||
{%- css %}{% include "public/css/links.css" %}{% endcss %}
|
||||
<img class="profilePic" src="{{ metadata.author.profilePic }}">
|
||||
<h1 class="socialTitle">Nathan Upchurch</h1>
|
||||
<p class="page-block nodropcap">Here's where else you can find me on the internet.</p>
|
||||
<p class="page-block nodropcap">Here's where you can find me on the internet:</p>
|
||||
|
||||
<ul class="socialLinks">
|
||||
{% for link in metadata.socialLinks %}
|
||||
|
@ -6,11 +6,11 @@ html.barebones, body.barebones {
|
||||
h1.socialTitle {
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: .25em;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
img.profilePic {
|
||||
max-width: 15em;
|
||||
max-width: 10em;
|
||||
border-radius: 50%;
|
||||
border: solid 5px var(--text-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user