Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Aug 15, 2024
1 parent e3fff66 commit 94c04d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
14 changes: 5 additions & 9 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,17 @@ const footerAreas = [
content: [
{
name: "Source Code",
url: "https://github.com/thomaspeissl/thomaspeissl.com",
url: "https://github.com/werkstattl/werkstattl.com",
},
],
},
{
name: "Follow me",
name: "Follow us",
content: [
{
name: "GitHub",
url: "https://github.com/thomaspeissl/",
},
{
name: "Reddit",
url: "https://www.reddit.com/user/logTom/"
}
url: "https://github.com/werkstattl/",
}
],
},
];
Expand All @@ -71,7 +67,7 @@ const footerAreas = [
I'm Thomas, a web developer and Linux enthusiast. Follow my journey for more tips on web development and Linux.
</p>
<p>
<small>Much of my work, <a class="link" href="https://github.com/thomaspeissl/thomaspeissl.com/">including this website</a>, is open-source.</small>
<small>Much of my work, <a class="link" href="https://github.com/werkstattl/werkstattl.com/">including this website</a>, is open-source.</small>
</p>
</div>
</section>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const homeGaming = "/images/home-gaming.png";
alt="Thomas Peißl"
/>
<a
href="https://github.com/thomaspeissl/"
href="https://github.com/werkstattl/"
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
>
<Github /> GitHub
Expand Down Expand Up @@ -53,7 +53,7 @@ const homeGaming = "/images/home-gaming.png";
I build a wide range of applications, ready to meet your specific requirements with precision and innovation.
</p>

<a href="https://github.com/thomaspeissl/v-shopware-api-client"
<a href="https://github.com/7underlines/v-shopware-api-client"
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
><Github />V Shopware 6 admin API client</a>

Expand Down Expand Up @@ -85,7 +85,7 @@ const homeGaming = "/images/home-gaming.png";
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
><GooglePlay />Quick Dungeon Crawler on Demand</a>

<a href="https://github.com/thomaspeissl/quick-dungeon-crawler-rpg-od"
<a href="https://github.com/7underlines/quick-dungeon-crawler-rpg-od"
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
><Github />Quick Dungeon Crawler on Demand</a>
</div>
Expand All @@ -110,7 +110,7 @@ const homeGaming = "/images/home-gaming.png";
</p>
<a
class="bg-black rounded-full font-medium text-white py-3 px-6 w-fit mx-auto flex items-center gap-2"
href="https://github.com/thomaspeissl/"
href="https://github.com/werkstattl/"
>
Fork on
<span>
Expand Down

0 comments on commit 94c04d1

Please sign in to comment.