adding a small update

This commit is contained in:
2025-12-27 17:24:03 -06:00
parent e4cd0735ef
commit c26967113c
2 changed files with 13 additions and 1 deletions

View File

@@ -121,6 +121,17 @@ body {
color: var(--text); color: var(--text);
} }
.notes-card__update {
margin-top: 0.75rem;
padding: 0.6rem 0.9rem;
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.04);
border-radius: 8px;
color: var(--muted);
font-size: 0.95rem;
font-style: italic;
}
.visual-card { .visual-card {
border: 1px solid rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 28px; border-radius: 28px;

View File

@@ -62,8 +62,9 @@
<li>I run <b>Wireguard VPN</b> on top of that so i can access my servers from anywhere in the world</li> <li>I run <b>Wireguard VPN</b> on top of that so i can access my servers from anywhere in the world</li>
<li>I use <b>Cloudflare</b> as my DNS provider and also as a CDN for some of my sites</li> <li>I use <b>Cloudflare</b> as my DNS provider and also as a CDN for some of my sites</li>
<li>I use <b>Let's Encrypt</b> for SSL certificates</li> <li>I use <b>Let's Encrypt</b> for SSL certificates</li>
<li>If your ISP still doenst support IPV6 then you should seriously consider switching ISPs</li> <li>If your ISP still doesnt support IPV6 then you should seriously consider switching ISPs</li>
</ul> </ul>
<p class="notes-card__update"><strong>Note:</strong> As soon as the winter break is over I will make the uptime of my services public; I'm still making small changes.</p>
</div> </div>
</section> </section>