Change Photography link
This commit is contained in:
parent
283bf86c2e
commit
ce80b0c4e3
4 changed files with 8 additions and 6 deletions
1
dist/assets/icons/image-outline.svg
vendored
Normal file
1
dist/assets/icons/image-outline.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><rect x="48" y="80" width="416" height="352" rx="48" ry="48" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="336" cy="176" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M304 335.79l-90.66-90.49a32 32 0 00-43.87-1.3L48 352M224 432l123.34-123.34a32 32 0 0143.11-2L464 368" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>
|
After Width: | Height: | Size: 542 B |
6
dist/projects/index.html
vendored
6
dist/projects/index.html
vendored
|
@ -93,10 +93,10 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="link-card astro-DOHJNAO5">
|
||||
<a href="https://portfolio.pixelfed.social/LimePotato" class="informational astro-DOHJNAO5">
|
||||
<a href="https://files.nullafati.xyz/Photos/limepotato/" class="informational astro-DOHJNAO5">
|
||||
<h2 class="astro-DOHJNAO5">
|
||||
<img src="https://portfolio.pixelfed.social/img/favicon.png?v=2" width="24" height="24" class="astro-DOHJNAO5">
|
||||
Photography - PixelFed
|
||||
<img src="/assets/icons/image-outline.svg" width="24" height="24" class="astro-DOHJNAO5">
|
||||
Photography - File Archive
|
||||
<span class="astro-DOHJNAO5">→</span>
|
||||
</h2>
|
||||
<p class="astro-DOHJNAO5">
|
||||
|
|
1
public/assets/icons/image-outline.svg
Normal file
1
public/assets/icons/image-outline.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><rect x="48" y="80" width="416" height="352" rx="48" ry="48" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="336" cy="176" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M304 335.79l-90.66-90.49a32 32 0 00-43.87-1.3L48 352M224 432l123.34-123.34a32 32 0 0143.11-2L464 368" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>
|
After Width: | Height: | Size: 542 B |
|
@ -24,9 +24,9 @@ import Card from '../components/Card.astro';
|
|||
title="Modrinth"
|
||||
/>
|
||||
<Card
|
||||
source=https://portfolio.pixelfed.social/img/favicon.png?v=2
|
||||
href="https://portfolio.pixelfed.social/LimePotato"
|
||||
title="Photography - PixelFed"
|
||||
source=/assets/icons/image-outline.svg
|
||||
href="https://files.nullafati.xyz/Photos/limepotato/"
|
||||
title="Photography - File Archive"
|
||||
/>
|
||||
</ul>
|
||||
<br><br><br>
|
||||
|
|
Loading…
Reference in a new issue