File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ so people know you're part of the webring.
35
35
<Tabs >
36
36
<TabItem value="html" label="HTML" default>
37
37
```html
38
- <div style="display: flex, gap: 0.25rem, justify-content: center">
38
+ <div style="display: flex; gap: 0.25rem; justify-content: center">
39
39
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/prev">⬅️</a>
40
40
<a href="https://graphics-programming.org/webring/">
41
41
<img
42
42
src="https://graphics-programming.org/img/froge.webp"
43
43
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"
45
45
/>
46
46
</a>
47
47
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/next">➡️</a>
Original file line number Diff line number Diff line change 22
22
"url" : " https://technicjelle.com/" ,
23
23
"displayName" : " TechnicJelle" ,
24
24
"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"
25
31
}
26
32
]
You can’t perform that action at this time.
0 commit comments