add home page content, add exclusion for vscode workspace settings folder
This commit is contained in:
parent
ed290c5190
commit
28d0cb4d63
3
.gitignore
vendored
3
.gitignore
vendored
@ -45,3 +45,6 @@ bun.lockb
|
|||||||
|
|
||||||
# misc
|
# misc
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
# vs code
|
||||||
|
.vscode/
|
@ -29,6 +29,19 @@ export default function Home() {
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</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 "Domains" page with a short description.
|
||||||
|
</p>
|
||||||
|
<p className="text-gray-300 leading-relaxed mt-2">
|
||||||
|
I'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">
|
<section id="contact">
|
||||||
<h2 className="text-2xl font-semibold mb-4 text-gray-200">Send me a message</h2>
|
<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>
|
<p className="text-gray-300 mb-6">Feel free to reach out for collaborations or just a hello :)</p>
|
||||||
|
Reference in New Issue
Block a user