Skip to content

Commit 74bb5ad

Browse files
Add discord link
1 parent 078809f commit 74bb5ad

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

src/components/Footer.astro

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,29 @@ const today = new Date();
129129
></path></svg
130130
>
131131
</FooterSocialItem>
132+
<FooterSocialItem
133+
class="col-span-1 px-4 py-2 border-2 rounded-full flex gap-2 items-center"
134+
link="https://discord.gg/p9WFChR9gK"
135+
title="Discord"
136+
rel="me"
137+
>
138+
<svg
139+
class="h-6 w-6 fill-slate-800 dark:fill-slate-200 hover:fill-purple-500"
140+
fill="currentColor"
141+
viewBox="0 0 127.14 96.36"
142+
xmlns="https://www.w3.org/2000/svg"
143+
><title>Link to Craft By Zen Discord</title>
144+
<g id="图层_2"
145+
><g id="Discord_Logos"
146+
><g id="Discord_Logo_-_Large_-_White"
147+
><path
148+
d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z"
149+
></path></g
150+
></g
151+
></g
152+
></svg
153+
>
154+
</FooterSocialItem>
132155
</ul>
133156
<div class="dark:text-slate-100">
134157
&copy; {today.getFullYear()} Jeremy Wong. All rights reserved.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
draft: false
3+
pubDate: "2024-12-22T22:41:01.711Z"
4+
tags: ["discord"]
5+
title: "Introducing Discord Server"
6+
---
7+
8+
I've started a [Discord server](https://discord.gg/p9WFChR9gK)!
9+
This is a place for more group setting conversation. I have found Discord as a much easier way to interact with people, which I wish was more the case of other social media. The real-time nature of old-school IRC mixed with modern features allows us to make fun, creative conversation. Just abide by the code of conduct of being respectful. With anything, moderation is the key.
10+
11+
Enjoy!

0 commit comments

Comments
 (0)