Skip to content

Commit

Permalink
added nova components
Browse files Browse the repository at this point in the history
  • Loading branch information
itzomen committed Jan 8, 2024
1 parent 7839777 commit 26b89de
Show file tree
Hide file tree
Showing 24 changed files with 1,785 additions and 448 deletions.
168 changes: 82 additions & 86 deletions bellissima/css/bellissima.css

Large diffs are not rendered by default.

25 changes: 20 additions & 5 deletions dior/blog_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ <h2>
class="featured__article__wrapper flex a-j-center default-padding"
>
<div class="featured__article__content flex-one">
<img src="../media/yellow-cover.png" alt="yellow-cover" />
<img
src="https://cdn.traleor.com/yellow-cover.png"
alt="yellow-cover"
/>
</div>
<div class="flex-one">
<div class="featured__article__content flex flex-column">
Expand All @@ -103,7 +106,10 @@ <h2>
<div class="blog__cards">
<div class="blog__card">
<a href="./blog_post.html">
<img src="./images/hill-cover.png" alt="alt-text" />
<img
src="https://cdn.traleor.com/hill-cover.png"
alt="alt-text"
/>
</a>
<div class="blog__card__content my-1">
<span>Tuesday 25, 2022</span>
Expand All @@ -121,7 +127,10 @@ <h2 class="my-1">
</div>
<div class="blog__card">
<a href="./blog_post.html">
<img src="./images/hill-cover.png" alt="alt-text" />
<img
src="https://cdn.traleor.com/hill-cover.png"
alt="alt-text"
/>
</a>
<div class="blog__card__content my-1">
<span>Tuesday 25, 2022</span>
Expand All @@ -139,7 +148,10 @@ <h2 class="my-1">
</div>
<div class="blog__card">
<a href="./blog_post.html">
<img src="./images/hill-cover.png" alt="alt-text" />
<img
src="https://cdn.traleor.com/hill-cover.png"
alt="alt-text"
/>
</a>
<div class="blog__card__content my-1">
<span>Tuesday 25, 2022</span>
Expand All @@ -157,7 +169,10 @@ <h2 class="my-1">
</div>
<div class="blog__card">
<a href="./blog_post.html">
<img src="./images/hill-cover.png" alt="alt-text" />
<img
src="https://cdn.traleor.com/hill-cover.png"
alt="alt-text"
/>
</a>
<div class="blog__card__content my-1">
<span>Tuesday 25, 2022</span>
Expand Down
Loading

0 comments on commit 26b89de

Please sign in to comment.