mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-30 00:59:47 +02:00
feat: Add CSS animation site
This commit is contained in:
@@ -15,6 +15,7 @@ module.exports = async function() {
|
||||
return {
|
||||
'oneloc': await fetchGitHubStars('phuocng/1loc'),
|
||||
'crossbrowser': await fetchGitHubStars('phuocng/cross-browser'),
|
||||
'cssanimation': await fetchGitHubStars('phuocng/css-animation'),
|
||||
'csslayout': await fetchGitHubStars('phuocng/csslayout'),
|
||||
'frontendtips': await fetchGitHubStars('phuocng/frontend-tips'),
|
||||
'htmldom': await fetchGitHubStars('phuocng/html-dom'),
|
||||
|
@@ -37,7 +37,8 @@
|
||||
<div class="footer__heading">Learning resources</div>
|
||||
<ul class="footer__list">
|
||||
<li class="footer__item"><a class="footer__link" href="https://1loc.dev" target="_blank">1 LOC</a> ● {{ github.oneloc.stargazers }}★</li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://crossbrowser.dev" target="_blank">Cross Browser</a> ● {{ github.crossbrowser.stargazers }}★</li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://crossbrowser.dev" target="_blank">Cross Browser</a> ● {{ github.crossbrowser.stargazers }}★ <span class="footer__new">new</span></li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://cssanimation.dev" target="_blank">CSS Animation</a> ● {{ github.cssanimation.stargazers }}★ <span class="footer__new">new</span></li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://csslayout.io" target="_blank">CSS Layout</a> ● {{ github.csslayout.stargazers }}★</li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://getfrontend.tips" target="_blank">Front-end Tips</a> ● {{ github.frontendtips.stargazers }}★</li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://htmldom.dev" target="_blank">HTML DOM</a> ● {{ github.htmldom.stargazers }}★</li>
|
||||
@@ -47,8 +48,8 @@
|
||||
<div class="footer__col">
|
||||
<div class="footer__heading">Follow me</div>
|
||||
<ul class="footer__list">
|
||||
<li class="footer__item"><a class="footer__link" href="https://twitter.com/nghuuphuoc" target="_blank">Twitter</a></li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://github.com/phuocng" target="_blank">GitHub</a></li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://twitter.com/nghuuphuoc" target="_blank">@nghuuphuoc on Twitter</a></li>
|
||||
<li class="footer__item"><a class="footer__link" href="https://github.com/phuocng" target="_blank">@phuocng on GitHub</a></li>
|
||||
</ul>
|
||||
<div class="footer__author">
|
||||
© 2020 — 2022<br>
|
||||
|
Reference in New Issue
Block a user