1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-29 16:49:58 +02:00

feat: Banner

This commit is contained in:
Phuoc Nguyen
2022-09-22 10:19:48 +07:00
parent 727f07fe4a
commit 80d924aeaf
16 changed files with 101 additions and 547 deletions

View File

@@ -0,0 +1,12 @@
<a class="cssscan" href="https://gumroad.com/a/719368019" target="_blank">
<div class="cssscan__inner">
<p class="cssscan__title">Have you seen CSS Scan?</p>
<p class="cssscan__desc">The fastest and easiest way to check, copy and edit CSS.</p>
<p class="cssscan__more">Learn more →</p>
<img
class="cssscan__image"
src="https://toastlog.com/img/logos/cssscan.svg"
alt="CSS Scan logo"
/>
</div>
</a>

View File

@@ -11,6 +11,9 @@ layout: layouts/base.njk
</div>
<a class="header__link header__link--primary" href="https://github.com/phuocng/csslayout">GitHub {{ github.stargazers }}★</a>
</div>
{% include "css-scan.njk" %}
<div class="post">
<h1 class="post__heading">{{ title }}</h1>
<div class="post__content">{{ content | safe }}</div>

View File

@@ -10,6 +10,8 @@ eleventyExcludeFromCollections: true
<a class="hero__button" href="https://github.com/phuocng/csslayout">Star me on GitHub · {{ github.stargazers }}★</a>
</div>
{% include "css-scan.njk" %}
<div class="category">
<h2 class="category__name">Display</h2>
<div class="category__posts">