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

3
.gitignore vendored
View File

@ -45,3 +45,6 @@ bun.lockb
# misc
package-lock.json
# vs code
.vscode/

View File

@ -29,6 +29,19 @@ export default function Home() {
</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>
<p className="text-gray-300 mb-6">Feel free to reach out for collaborations or just a hello :)</p>