Skip to content

Commit 83b95a3

Browse files
author
LinuxJava7
committed
add images
1 parent 9f4d3d3 commit 83b95a3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/index.njk

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const eleventyNavigation = {
1515
<div class="cards">
1616
<div class="card">
1717
<a href="https://buildtheearth.net" target="_blank" rel="noopener noreferrer">
18-
<img alt="BuildTheEarth.net - Recreating Earth in Minecraft" src="https://cdn.buildtheearth.net/uploads/879c4af49ee880f348c95e9fd7bdb11dd526fda08ce6dd9c1bfaee3b91a7368e">
18+
<img alt="BuildTheEarth.net - Recreating Earth in Minecraft" src="{{ 'img/projects/bte-header.png' | url }}">
1919
</a>
2020
<div class="description">
2121
<h3>
@@ -31,11 +31,11 @@ const eleventyNavigation = {
3131
</div>
3232
<div class="card">
3333
<a href="https://github.com/Avdan-OS" target="_blank" rel="noopener noreferrer">
34-
<img alt="AvdanOS - Linux Desktop Environment Project" src="https://raw.githubusercontent.com/Avdan-OS/Website/dev/src/public/assets/marketing/header.png">
34+
<img alt="AvdanOS - Linux Desktop Environment Project" src="{{ 'img/projects/avdanos-header.png' | url }}">
3535
</a>
3636
<div class="description">
3737
<h3>
38-
<img src="https://avatars.githubusercontent.com/u/103757089" alt="AvdanOS Logo" style="vertical-align: middle; width: 1em; height: auto;">
38+
<img src="{{ 'img/logos/avdanos-icon.png' | url }}" alt="AvdanOS Logo" style="vertical-align: middle; width: 1em; height: auto;">
3939
AvdanOS
4040
</h3>
4141
<p>Linux Desktop environment project based on <a href="https://youtu.be/tXFEiw1aJTw" target="_blank" rel="noopener noreferrer">a concept by Avdan</a>.</p>
@@ -50,7 +50,7 @@ const eleventyNavigation = {
5050
<h2>Other Interests</h2>
5151
<div class="cards">
5252
<div class="card" id="devs">
53-
<img alt="GNOME Developer Platform" src="https://www.gnome.org/img/download.webp">
53+
<img alt="GNOME Developer Platform" src="{{ 'img/logos/gnome-platform.webp' | url }}">
5454
<div class="description">
5555
<h3>GNOME</h3>
5656
<p>Linux Desktop Environment</p>
@@ -65,8 +65,6 @@ const eleventyNavigation = {
6565
</svg>
6666
Visit GNOME
6767
</a>
68-
69-
7068
</div>
7169
</div>
7270
</div>

0 commit comments

Comments
 (0)