From b45563db90addd1dd8c604e58725c64c85b93583 Mon Sep 17 00:00:00 2001 From: Damien Boisvert Date: Sun, 14 Apr 2024 14:45:56 -0700 Subject: [PATCH] Actually add About Page --- pages/about.md | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/pages/about.md b/pages/about.md index b3a2edf..8bdc2eb 100644 --- a/pages/about.md +++ b/pages/about.md @@ -1,9 +1,25 @@ ---- -layout: redirect -location: / -permalink: /about ---- -## Okay, okay, you caught me... -This page is under construction. Why not check out [a blog post](/blog)? - -**but hey, at least it's not a 404 ;)** +--- +layout: default +permalink: /about/ +title: "About" +--- + +# About Me + +Hi! My name is Damien, but on the World Wide Web, I usually go by AlphaGameDeveloper. I run my website, [alphagame.dev](https://alphagame.dev/), and write blog posts in my free time on my [blog](/blog), so you can go check that out! I have passion for programming, game development, web design, pretty much anything computer-related! I also do Taekwondo, and am hopefully going to get my black belt in the December of 2024. + +## Programming Languages +* Python (Language of Choice) +* W3 + * HTML + * JavaScript + * TypeScript + * CSS + * SASS (SCSS) +* BASH (Bourne-Again Shell) +* C# (C-Sharp) (For Unity) +* Node-JS +* Jinja2 + +## MBTI, Alignment, and Annegram +For all you MBTI nerds (You're in good company! I am also a MBTI nerd), I am a [ENTP Personality Type](https://16personalities.com/entp-personality), also called *"The Debater"*. My alignment is [Chaotic Neutral](https://easydamus.com/chaoticneutral.html). and my annegram is 7w8. \ No newline at end of file