adding a small update
This commit is contained in:
@@ -121,6 +121,17 @@ body {
|
||||
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 {
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border-radius: 28px;
|
||||
|
||||
@@ -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 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>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>
|
||||
<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>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user