Compare commits

..

No commits in common. "bfab7cb4254216704e488d0f74fa05ce887f371a" and "1426fd2bf1477222cb9b45cc1e322848da5c6641" have entirely different histories.

3 changed files with 6 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -160,10 +160,7 @@ 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 { .web-badges { justify-content: center; }
justify-content: center;
margin-bottom: 0.5em;
}
/* Tabs */ /* Tabs */
.tabwrap section { display: none; } .tabwrap section { display: none; }

View File

@ -187,12 +187,11 @@ by Ann Magill (2021)") }}
<h2>Badges</h2> <h2>Badges</h2>
<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> <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>