Skip to content

Commit 3e99fde

Browse files
committed
[RZB-250021]: added webring
1 parent 36c54ea commit 3e99fde

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.vscode/dictionaries/project-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ venv
8080
Verdana
8181
Vijayadashami
8282
waitlist
83+
webring
8384
werkzeug
8485
अक्टूबर
8586
अगस्त

src/pages/index.astro

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ import Help from "@/components/Help.astro";
1818
border: 2px solid rgb(156, 236, 235);
1919
padding: 1rem;
2020
}
21+
.webring {
22+
border: 2px outset;
23+
text-align: center;
24+
position: relative;
25+
margin: 1rem auto;
26+
top: 10rem;
27+
& p {
28+
margin: 0;
29+
padding: 0.1em;
30+
border: 2px inset;
31+
}
32+
}
33+
.site {
34+
flex: 1;
35+
margin: 0;
36+
padding: 0.1em;
37+
border: 2px inset;
38+
}
2139
</style>
2240
<BaseLayout meta={{ title: "Home" }}>
2341
<h1>Welcome to parixan.xyz</h1>
@@ -30,4 +48,12 @@ import Help from "@/components/Help.astro";
3048
Previous Name: <output></output>
3149
</p>
3250
</Fragment>
51+
<div class="webring">
52+
<p>CSS JOY Webring</p>
53+
<div style="display: flex">
54+
<a class="site" href="https://webri.ng/webring/cssjoy/previous?via=https://abcdkbd.com">Previous Site</a>
55+
<a class="site" href="https://webri.ng/webring/cssjoy/random?via=https://abcdkbd.com">Random Site</a>
56+
<a class="site" href="https://webri.ng/webring/cssjoy/next?via=https://abcdkbd.com">Next Site</a>
57+
</div>
58+
</div>
3359
</BaseLayout>

0 commit comments

Comments
 (0)