Build: (bfab7cb
) Improve badge wrapper
This commit is contained in:
parent
e8d27fc785
commit
f8ea0b0923
|
@ -160,7 +160,10 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
||||||
|
|
||||||
.adoptables { align-items: flex-end; }
|
.adoptables { align-items: flex-end; }
|
||||||
p + .adoptables { margin-top: 1em; }
|
p + .adoptables { margin-top: 1em; }
|
||||||
.web-badges { justify-content: center; }
|
.web-badges {
|
||||||
|
justify-content: center;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tabs */
|
/* Tabs */
|
||||||
.tabwrap section { display: none; }
|
.tabwrap section { display: none; }
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.com"/>
|
<link href="https://leilukin.com"/>
|
||||||
<updated>2024-08-16T01:25:01Z</updated>
|
<updated>2024-08-16T01:35:59Z</updated>
|
||||||
<id>https://leilukin.com/</id>
|
<id>https://leilukin.com/</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
10
index.html
10
index.html
|
@ -659,11 +659,11 @@ by Ann Magill (2021)" width="88" height="31" loading="lazy" tabindex="0">
|
||||||
<div class="web-graphics web-badges">
|
<div class="web-graphics web-badges">
|
||||||
<a href="https://validator.w3.org/feed/check.cgi?url=https%3A//leilukin.com/feed.xml"><img src="/assets/buttons/badges/valid-atom.png" alt="Valid Atom 1.0" width="88" height="31" loading="lazy"></a>
|
<a href="https://validator.w3.org/feed/check.cgi?url=https%3A//leilukin.com/feed.xml"><img src="/assets/buttons/badges/valid-atom.png" alt="Valid Atom 1.0" width="88" height="31" loading="lazy"></a>
|
||||||
<a href="https://ko-fi.com/s/798b83fbcc"><img src="/assets/buttons/badges/coffee-powered.png" alt="Coffee powered" width="88" height="31" loading="lazy"></a>
|
<a href="https://ko-fi.com/s/798b83fbcc"><img src="/assets/buttons/badges/coffee-powered.png" alt="Coffee powered" width="88" height="31" loading="lazy"></a>
|
||||||
<div id="wcb" class="carbonbadge wcb-d">
|
</div>
|
||||||
<noscript>
|
<div id="wcb" class="carbonbadge wcb-d">
|
||||||
<p>Looks like you have JavaScript disabled. JavaScript is required to display the <a href="https://www.websitecarbon.com/badge/">Website Carbon badge</a>.</p>
|
<noscript>
|
||||||
</noscript>
|
<p>Looks like you have JavaScript disabled. JavaScript is required to display the <a href="https://www.websitecarbon.com/badge/">Website Carbon badge</a>.</p>
|
||||||
</div>
|
</noscript>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue