aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-10-21 16:23:49 -0700
committerPinapelz <yukais@pinapelz.com>2023-10-21 16:23:49 -0700
commit1671d99727d4bdc6191eda35f63154b43b36ece3 (patch)
treec2f9e38d5bf8362736a0c0d7c1a3f15e0ab064c9
parentcea2de404dbb4a377a431b168245277f4e36ee80 (diff)
add new lanyard card visualizer to about
-rw-r--r--src/pages/about.astro8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pages/about.astro b/src/pages/about.astro
index 65ed57d..59ffdbc 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -18,13 +18,15 @@ import RSSFeed from "../components/RSSFeed.astro";
</div>
<div class="grid-item">
<h2 style="margin-bottom: 30px;">What am I up to right now?</h2>
- <DiscordStatus />
- <DiscordActivity />
+ <div style="display: flex; justify-content: center;">
+ <a href="https://discord.com/users/246787839570739211"><img src="https://lanyard.cnrad.dev/api/246787839570739211" style="width: 650px; height: auto; margin-bottom: 10px;" /></a>
+ </div>
+ <DiscordStatus/>
<p style="font-size: 1.3rem;">Yes. Its a live status of my Discord status</p>
<a style="font-size: small;" href="https://github.com/Phineas/lanyard">Live data courtesy of Lanyard</a>
</div>
<div class="grid-item">
- <img src="https://github-readme-stats.vercel.app/api/top-langs/?username=pinapelz&layout=pie&hide=makefile&theme=dark&langs_count=12" alt="Github Language Stats" style="width: 400px; height: auto" >
+ <a><img src="https://github-readme-stats.vercel.app/api/top-langs/?username=pinapelz&layout=pie&hide=makefile&theme=dark&langs_count=12" alt="Github Language Stats" style="width: 400px; height: auto" >
<p style="font-size: large; line-height: 1.4;">The first programming language I ever learned was Java, although after learning Python, that has become what I primarily use
since its super easy to just get something running. A lot of my C++ experince comes from competitive robotics in high school.
</p>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage