mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Add Family to friends
This commit is contained in:
parent
82e65a2a69
commit
2711c2bc61
6 changed files with 16 additions and 6 deletions
|
@ -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
|
||||
|
||||
* {{<friend yvette>}} - My fiancé and cohabitor; playful Venezuelan, fellow foodie, and successful Agile coach.
|
||||
* {{<friend chris>}} — My awesome not-so-little brother; a secret nerd and top-notch product designer who lives in Vancouver.
|
||||
|
||||
## Friends
|
||||
|
||||
* {{<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.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
name: Alex Vernacchia
|
||||
site: https://words.byvernacchia.com
|
||||
xfn: friend met colleague
|
||||
xfn: friend colleague met
|
||||
|
|
3
data/friends/chris.yaml
Normal file
3
data/friends/chris.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name: Chris Hastings-Bryan
|
||||
site: https://chris.hastings-spital.co.uk
|
||||
xfn: sibling friend met
|
|
@ -1,3 +1,3 @@
|
|||
name: Jamie Tanna
|
||||
site: https://www.jvt.me
|
||||
xfn: met colleague
|
||||
xfn: colleague met
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
name: Yvette
|
||||
site: https://instagram.com/yvetteedrei
|
||||
xfn: met spouse sweetheart
|
||||
xfn: sweetheart spouse friend met
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue