diff --git a/content/friends.md b/content/friends.md index 55bca7e7..ebeb3714 100644 --- a/content/friends.md +++ b/content/friends.md @@ -8,5 +8,12 @@ summary: A list of my friends who run their own websites. In lovely, nostalgic web 1.0 style, here are some links to the websites of friends of mine. Please enjoy, and get in touch with them if you like what they've built! -* {{< friend av >}} — a superlative senior staff engineer at Deliveroo with me, exploring front-end technologies outside of our work remit. -* {{< friend jvt >}} — another superb once-upon-a-Deliveroo engineer, his keen attention to the IndieWeb movement inspired many of the changes to this site. +## Family + +* {{}} - My fiancé and cohabitor; playful Venezuelan, fellow foodie, and successful Agile coach. +* {{}} — My awesome not-so-little brother; a secret nerd and top-notch product designer who lives in Vancouver. + +## Friends + +* {{}} — a superlative senior staff engineer at Deliveroo with me, exploring front-end technologies outside of our work remit. +* {{}} — another superb once-upon-a-Deliveroo engineer, his keen attention to the IndieWeb movement inspired many of the changes to this site. diff --git a/data/friends/av.yaml b/data/friends/av.yaml index 98ca6f53..04021c8d 100644 --- a/data/friends/av.yaml +++ b/data/friends/av.yaml @@ -1,3 +1,3 @@ name: Alex Vernacchia site: https://words.byvernacchia.com -xfn: friend met colleague +xfn: friend colleague met diff --git a/data/friends/chris.yaml b/data/friends/chris.yaml new file mode 100644 index 00000000..67b32b29 --- /dev/null +++ b/data/friends/chris.yaml @@ -0,0 +1,3 @@ +name: Chris Hastings-Bryan +site: https://chris.hastings-spital.co.uk +xfn: sibling friend met diff --git a/data/friends/jvt.yaml b/data/friends/jvt.yaml index 3bdb2262..4b051ba9 100644 --- a/data/friends/jvt.yaml +++ b/data/friends/jvt.yaml @@ -1,3 +1,3 @@ name: Jamie Tanna site: https://www.jvt.me -xfn: met colleague +xfn: colleague met diff --git a/data/friends/yvette.yaml b/data/friends/yvette.yaml index 7378314e..e4263c74 100644 --- a/data/friends/yvette.yaml +++ b/data/friends/yvette.yaml @@ -1,3 +1,3 @@ name: Yvette site: https://instagram.com/yvetteedrei -xfn: met spouse sweetheart +xfn: sweetheart spouse friend met diff --git a/themes/hello-friend-ng/assets/scss/_main.scss b/themes/hello-friend-ng/assets/scss/_main.scss index 9212373c..2080ce88 100644 --- a/themes/hello-friend-ng/assets/scss/_main.scss +++ b/themes/hello-friend-ng/assets/scss/_main.scss @@ -720,7 +720,7 @@ select:focus + .focus { border-radius: inherit; } -.h-card .u-url::before { +.h-card:not(.vcard) .u-url::before { content: "📇"; margin-right: 3px; text-decoration: none;