Build: (6742ae8
) Add 32-Bit Cafe Back to School code jam button
This commit is contained in:
parent
a197a4f4dd
commit
2b7827bd30
|
@ -482,6 +482,8 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
|
||||
|
||||
<article class="content">
|
||||
<p class="center-text"><a href="https://32bit.cafe/~xandra/events/codejam5/" class="inline-img"><img src="/assets/images/articles/accessible-footnotes/32bitcafe-backtoschool.png" alt="32-Bit Cafe "Back to School" Code Jam button"></a></p>
|
||||
<p class="center-text">(32-Bit Cafe "Back to School" button made by <a href="https://ribo.zone/">Loren</a>)</p>
|
||||
<p><a href="https://32bit.cafe/">32-Bit Cafe</a> is holding its fifth community code jam, titled <a href="https://32bit.cafe/~xandra/events/codejam5/">"Back to School"</a>, from 4 to 17 August 2024. I have been looking forward to participating in 32-Bit Cafe's community code jam for the first time, so I am excited. This motivates me to finally write a how-to article I have been meaning to do for a while: how to implement accessible footnotes on Leilukin's Hub, or at least, I tried to do so to the best of my abilities.</p>
|
||||
<p>On <a href="https://discourse.32bit.cafe/">32-Bit Cafe's Discourse forum</a>, I made a <a href="https://discourse.32bit.cafe/t/handling-citations-and-or-footnotes/1061/2?u=leilukin">post on 28 June 2024</a> in response to <a href="https://solaria.neocities.org/">solaria</a>'s thread <a href="https://discourse.32bit.cafe/t/handling-citations-and-or-footnotes/1061">"Handling Citations and/or Footnotes"</a> to share my methods of adding footnotes on my website. Now, I am writing an extended version of that post of mine in the form of this article, so I could share what I learned about web page footnotes on my website as well.</p>
|
||||
<p>(Note: This article assumes a foundational familiarity with HTML and CSS)</p>
|
||||
|
|
|
@ -10,7 +10,6 @@ body {
|
|||
|
||||
main {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
font-size: var(--fs-main);
|
||||
}
|
||||
|
||||
|
|
|
@ -4,11 +4,6 @@
|
|||
.inline-img { display: inline-block; }
|
||||
.update-info { margin-top: 3em; }
|
||||
|
||||
.center-el {
|
||||
display: grid;
|
||||
place-content: center;
|
||||
}
|
||||
|
||||
.indent-text {
|
||||
padding: 1em 0 1em 2em;
|
||||
display: grid;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
6
feed.xml
6
feed.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.com"/>
|
||||
<updated>2024-08-06T11:52:37Z</updated>
|
||||
<updated>2024-08-06T12:16:54Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
@ -27,7 +27,9 @@
|
|||
<link href="https://leilukin.com/articles/accessible-footnotes/"/>
|
||||
<updated>2024-08-06T00:00:00Z</updated>
|
||||
<id>https://leilukin.com/articles/accessible-footnotes/</id>
|
||||
<content type="html"><p><a href="https://32bit.cafe/">32-Bit Cafe</a> is holding its fifth community code jam, titled <a href="https://32bit.cafe/~xandra/events/codejam5/">&quot;Back to School&quot;</a>, from 4 to 17 August 2024. I have been looking forward to participating in 32-Bit Cafe's community code jam for the first time, so I am excited. This motivates me to finally write a how-to article I have been meaning to do for a while: how to implement accessible footnotes on Leilukin's Hub, or at least, I tried to do so to the best of my abilities.</p>
|
||||
<content type="html"><p class="center-text"><a href="https://32bit.cafe/~xandra/events/codejam5/" class="inline-img"><img src="https://leilukin.com/assets/images/articles/accessible-footnotes/32bitcafe-backtoschool.png" alt="32-Bit Cafe &quot;Back to School&quot; Code Jam button" /></a></p>
|
||||
<p class="center-text">(32-Bit Cafe &quot;Back to School&quot; button made by <a href="https://ribo.zone/">Loren</a>)</p>
|
||||
<p><a href="https://32bit.cafe/">32-Bit Cafe</a> is holding its fifth community code jam, titled <a href="https://32bit.cafe/~xandra/events/codejam5/">&quot;Back to School&quot;</a>, from 4 to 17 August 2024. I have been looking forward to participating in 32-Bit Cafe's community code jam for the first time, so I am excited. This motivates me to finally write a how-to article I have been meaning to do for a while: how to implement accessible footnotes on Leilukin's Hub, or at least, I tried to do so to the best of my abilities.</p>
|
||||
<p>On <a href="https://discourse.32bit.cafe/">32-Bit Cafe's Discourse forum</a>, I made a <a href="https://discourse.32bit.cafe/t/handling-citations-and-or-footnotes/1061/2?u=leilukin">post on 28 June 2024</a> in response to <a href="https://solaria.neocities.org/">solaria</a>'s thread <a href="https://discourse.32bit.cafe/t/handling-citations-and-or-footnotes/1061">&quot;Handling Citations and/or Footnotes&quot;</a> to share my methods of adding footnotes on my website. Now, I am writing an extended version of that post of mine in the form of this article, so I could share what I learned about web page footnotes on my website as well.</p>
|
||||
<p>(Note: This article assumes a foundational familiarity with HTML and CSS)</p>
|
||||
<div class="heading-wrapper h2">
|
||||
|
|
Loading…
Reference in New Issue