1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00
This commit is contained in:
Rohan Kumar 2022-03-20 16:24:14 -07:00
parent 4607ec2d95
commit 7d3ca83479
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ Perhaps the biggest benefit to abandoning the "move fast and break things" minds
Acknowledge­ments Acknowledge­ments
--------------------- ---------------------
{{<indieweb-person first-name="Denver" last-name="Gingerich" url="https://ossguy.com/">}} helped me brainstorm early in the writing process and provided useful information for the section on XMPP. {{<indieweb-person first-name="Denver" last-name="Gingerich" url="https://ossguy.com/">}} helped me brainstorm early in the writing process and provided useful information for the section about XMPP.
Thanks to {{<indieweb-person first-name="Barna" last-name="Zsombor" url="https://bzsombor.web.elte.hu/">}} and carbolymer for giving good feedback over IRC. Thanks to {{<indieweb-person first-name="Barna" last-name="Zsombor" url="https://bzsombor.web.elte.hu/">}} and carbolymer for giving good feedback over IRC.

View file

@ -253,7 +253,7 @@ A `<picture>` element allows selection of sources based on any CSS media query.
<figure> <figure>
<figcaption> <figcaption>
A minimal example a `picture` with a dark variant: A minimal example a <code>picture</code> with a dark variant:
</figcaption> </figcaption>
``` ```