add home page content, add exclusion for vscode workspace settings folder

This commit is contained in:
Aidan 2025-01-23 14:42:15 -05:00
parent ed290c5190
commit 28d0cb4d63
2 changed files with 17 additions and 1 deletions

5
.gitignore vendored
View File

@ -44,4 +44,7 @@ next-env.d.ts
bun.lockb
# misc
package-lock.json
package-lock.json
# vs code
.vscode/

View File

@ -28,6 +28,19 @@ export default function Home() {
When I'm not programming, I can be found re-flashing my phone with a new custom ROM and telling everyone I use Arch.
</p>
</section>
<section id="about" className="mb-12">
<h2 className="text-2xl font-semibold mb-4 text-gray-200">What I do</h2>
<p className="text-gray-300 leading-relaxed">
I am at my best when I am doing system administration, but I also enjoy working on web development projects.
</p>
<p className="text-gray-300 leading-relaxed mt-2">
I host a few public services and websites on my VPS, most of which can be found on the &quot;Domains&quot; page with a short description.
</p>
<p className="text-gray-300 leading-relaxed mt-2">
I&apos;m most proud of LibreCloud/p0ntus mail, which is a cloud services provider that I self-host and maintain, free of charge.
</p>
</section>
<section id="contact">
<h2 className="text-2xl font-semibold mb-4 text-gray-200">Send me a message</h2>