Fixed formatting
This commit is contained in:
parent
e0a72a9a2c
commit
58051d2181
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
@ -15,11 +15,11 @@
|
|||
<h1 class="title text-center">carya.software</h1>
|
||||
<div class="justify-center">
|
||||
<div class="flex justify-center">
|
||||
<button onclick="toggleSections(this)" class="text-xl text-[#14591e] p-2 mx-14">about</button>
|
||||
<button onclick="toggleSections(this)" class="text-xl text-[#14591e] p-2 mx-14">projects</button>
|
||||
<button onclick="toggleSections(this)" class="text-xl text-[#14591e] p-2 mx-14">contact</button>
|
||||
<button onclick="toggleSections(this)" class="text-xl text-[#14591e] px-6 mx-8 pt-2 mb-2">about</button>
|
||||
<button onclick="toggleSections(this)" class="text-xl text-[#14591e] px-6 mx-8 pt-2 mb-2">projects</button>
|
||||
<button onclick="toggleSections(this)" class="text-xl text-[#14591e] px-6 mx-8 pt-2 mb-2">contact</button>
|
||||
</div>
|
||||
<div id="about" class="hidden p-2">
|
||||
<div id="about" class="hidden">
|
||||
<h2 class="font-semibold text-[#0a210f] p-2">What is this site?</h2>
|
||||
<div class="text-left">
|
||||
<p class="p-2">
|
||||
|
@ -52,10 +52,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="projects" class="hidden">
|
||||
<ul class="p-2 list-disc">
|
||||
<ul class="p-2 list-none list-inside">
|
||||
<li>
|
||||
<a class="underline font-semibold" href="https://forge.carya.software/Public/carya.software">Carya.software</a> — the source code for this site.
|
||||
<ul class="p-2 list-disc">
|
||||
<ul class="p-2 list-disc list-inside">
|
||||
<li>Built using basic HTML, TailwindCSS, and vanilla JavaScript. Hosted on a VPS with Nginx running on Debian.</li>
|
||||
<li>I have additional services running on subdomains on the same server. For example, I host my public repositories at forge.carya.software, and I have a pleroma instance on pleroma.carya.software</li>
|
||||
<li>SSL certificates managed using Certbot</li>
|
||||
|
|
Loading…
Reference in a new issue