Skip to content

Commit

Permalink
chore: Add blog.zicon.no to showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jan 29, 2025
1 parent ac855c4 commit 1544d54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Binary file added example/content/media/showcase/blog.zicon.no.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions example/content/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ comments: false

### Sites and Blogs Powered by Marmite

<!--
<!--
List of sites powered by Marmite
Expand All @@ -15,6 +15,7 @@ Gabriel Saiago - Developer, https://grsaiago.github.io/wipblog, grsaiago.github.
Gerrod - Software Engineer, https://gerrod.com, gerrod.dev.png
Marcos Oliveira - Front-end Developer, https://blog.bymarcos.com, blog.bymarcos.com.png
Racoonland, https://racoonland.us, racoonland.us.png
Tone, Zicon - Digital Artist, https://blog.zicon.no, blog.zicon.no.png
Viana Tech, https://vianatech.pt, vianatech.pt.png
-->

Expand All @@ -34,7 +35,7 @@ Viana Tech, https://vianatech.pt, vianatech.pt.png

<article>
<h4>Gerrod - Software Engineer</h4>
<a class="card" href="https://gerrod.com" target="_blank" title="Gerrod">
<a class="card" href="https://gerrod.dev" target="_blank" title="Gerrod">
<img src="media/showcase/gerrod.dev.png" alt="Gerrod" width="300" />
</a>
</article>
Expand All @@ -53,6 +54,13 @@ Viana Tech, https://vianatech.pt, vianatech.pt.png
</a>
</article>

<article>
<h4>Tone Zicon</h4>
<a class="card" href="https://blog.zicon.no" target="_blank" title="zicon">
<img src="media/showcase/blog.zicon.no.png" alt="Zicon" width="300" />
</a>
</article>

<article>
<h4>Viana Tech</h4>
<a class="card" href="https://vianatech.pt" target="_blank" title="Viana Tech">
Expand All @@ -79,4 +87,4 @@ Add the image to the `media/showcase` folder and update the list above, followin
<img src="media/showcase/link.tld.png" alt="Name" width="300" />
</a>
</article>
```
```

0 comments on commit 1544d54

Please sign in to comment.