icons update

This commit is contained in:
anarsec 2024-04-22 02:06:19 +00:00
parent 510f393b17
commit 1e91aec036
No known key found for this signature in database
15 changed files with 13 additions and 13 deletions

View file

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 157 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -64,12 +64,12 @@
{% endfor %}
<a class="navbar-item" id="nav-search" title="Search" href="/search" target="_blank" rel="noopener noreferrer">
<span class="icon is-small">
<img src="/icons/search.png">
<img src="/images/search.png">
</span>
</a>
<a class="navbar-item" id="dark-mode" title="Switch to dark theme">
<span class="icon">
<img src="/icons/night-mode.png">
<img src="/images/night-mode.png">
</span>
</a>
</div>
@ -126,7 +126,7 @@
<a class="footer-text" href="https://0xacab.org/anarsec/anarsec.guide/-/blob/no-masters/CHANGELOG.md">Changelog </a>
<a href="/atom.xml" target="_blank">
<span class="icon" title="RSS Feed">
<img src="/icons/rss-symbol.png">
<img src="/images/rss-symbol.png">
</span>
</a>
<a href="https://0xacab.org/anarsec/anarsec.guide" target="_blank">

View file

@ -6,7 +6,7 @@
<div class="has-text-centered">
<h1 class="title is-2">
<span class="icon">
<img src="/icons/cube.png">
<img src="/images/cube.png">
</span>
Categories
</h1>
@ -15,7 +15,7 @@
{% for category in terms %}
<a href="/categories/{{category.name | lower}}" class="mr-4">
<span class="icon is-small">
<img src="/icons/cube.png">
<img src="/images/cube.png">
</span>
<span>{{category.name}} <sup>{{ category.pages | length }}</sup></span>
</a>

View file

@ -8,7 +8,7 @@
<h1 class="title">
<span class="icon-text">
<span class="icon is-small">
<img src="/icons/cube.png">
<img src="/images/cube.png">
</span>
<span>{{ term.name }}</span>
</span>

View file

@ -62,7 +62,7 @@
{% macro page_content_metadata(page) %}
<span class="icon-text has-text-grey">
<span class="icon is-small">
<img src="/icons/clock.png">
<img src="/images/clock.png">
</span>
<span>{{ page.reading_time }} min</span>
</span>
@ -81,7 +81,7 @@
<a class="has-text-weight-semibold" href="/categories/{{category | lower}}">
<span class="icon-text">
<span class="icon is-small">
<img src="/icons/cube.png">
<img src="/images/cube.png">
</span>
<span>{{category}}</span>
</span>
@ -97,7 +97,7 @@
<a class="has-text-weight-semibold" href="/tags/{{tag | lower}}">
<span class="icon-text">
<span class="icon is-small">
<img src="/icons/tag.png">
<img src="/images/tag.png">
</span>
<span>{{tag}}</span>
</span>

View file

@ -51,7 +51,7 @@
<a class="has-text-weight-semibold" href='/posts/{{ page.slug }}'>
Read More
<span class="icon">
<img src="/icons/arrow-right.png">
<img src="/images/arrow-right.png">
</span>
</a>
</div>

View file

@ -6,7 +6,7 @@
<div class="has-text-centered">
<h1 class="title is-2">
<span class="icon">
<img src="/icons/tag.png">
<img src="/images/tag.png">
</span>
Tags
</h1>
@ -15,7 +15,7 @@
{% for tag in terms %}
<a href="/tags/{{tag.name | lower}}" class="mr-4">
<span class="icon is-small">
<img src="/icons/tag.png">
<img src="/images/tag.png">
</span>
<span>{{tag.name}} <sup>{{ tag.pages | length }}</sup></span>
</a>

View file

@ -8,7 +8,7 @@
<h1 class="title">
<span class="icon-text">
<span class="icon is-small">
<img src="/icons/tag.png">
<img src="/images/tag.png">
</span>
<span>{{ term.name }}</span>
</span>