Skip to content

Commit 7f91058

Browse files
Merge branch 'main' into patch-1
2 parents dbe779e + 508731f commit 7f91058

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/pages/webring/join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ so people know you're part of the webring.
3535
<Tabs>
3636
<TabItem value="html" label="HTML" default>
3737
```html
38-
<div style="display: flex, gap: 0.25rem, justify-content: center">
38+
<div style="display: flex; gap: 0.25rem; justify-content: center">
3939
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/prev">⬅️</a>
4040
<a href="https://graphics-programming.org/webring/">
4141
<img
4242
src="https://graphics-programming.org/img/froge.webp"
4343
alt="a friendly froge"
44-
style="object-fit: contain, width: 1.5em, height: 1.5em"
44+
style="object-fit: contain; width: 1.5em; height: 1.5em"
4545
/>
4646
</a>
4747
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/next">➡️</a>

static/webring/froglist.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@
2222
"url": "https://technicjelle.com/",
2323
"displayName": "TechnicJelle",
2424
"description": "On this website you'll find info about me and my projects"
25+
},
26+
{
27+
"name": "eduameli",
28+
"url": "https://eduameli.gitlab.io",
29+
"displayName": "eduameli",
30+
"description": "personal site to share my very cool projects"
2531
}
2632
]

0 commit comments

Comments
 (0)