Public Access
1
0

fix: update fonts again

This commit is contained in:
2025-08-22 09:38:34 -04:00
parent 4cc4b7fe5d
commit c43024a4d2
4 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ permalink: 404.html
---
<div class="text-center py-18">
<h1 style="font-family: 'JetBrains Mono', monospace;" class="text-8xl font-bold text-blue-500 mb-2">404</h1>
<h1 style="font-family: 'Anonymous Pro Mono', monospace;" class="text-8xl font-bold text-blue-500 mb-2">404</h1>
<h2 class="text-3xl font-semibold text-white mb-6">Route Not Found</h2>
<p class="text-lg text-gray-400 max-w-xl mx-auto mb-8">
The requested resource could not be located on our network. Your packet was dropped and an ICMP reply sent.
</p>
<div class="bg-gray-800 border border-gray-700 rounded-lg p-4 max-w-sm mx-auto mb-8 text-left text-sm font-mono text-gray-400">
<div style="font-family: 'Anonymous Pro Mono', monospace;" class="bg-gray-800 border border-gray-700 rounded-lg p-4 max-w-sm mx-auto mb-8 text-left text-sm text-gray-400">
<p>&gt; traceroute current.page</p>
<p>1 <span class="text-white">gateway.local</span> (192.168.1.1) 1.234 ms</p>
<p>2 <span class="text-white">core.router.isp</span> (10.0.0.1) 5.678 ms</p>

View File

@@ -39,7 +39,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
<link rel="icon" type="image/x-icon" href="/favicon.png">

View File

@@ -2,7 +2,7 @@ html, body {
height: 100%;
}
body {
font-family: 'Montserrat', sans-serif;
font-family: 'IBM Plex Sans', sans-serif;
background-color: #1a202c;
color: #e2e8f0;
min-height: 100vh;

View File

@@ -8,8 +8,8 @@ image: "/assets/images/jesus.jpg"
---
<!-- Hero Section -->
<section id="hero" class="text-center py-20">
<h1 class="text-4xl md:text-6xl font-bold text-white mb-4">Proven Network Engineer</h1>
<p id="typewriter" style="font-family: 'JetBrains Mono', monospace;" class="text-lg md:text-2xl text-blue-400 font-medium mb-8 h-8"></p>
<h1 class="text-4xl md:text-6xl font-bold text-white mb-4">Network Engineer</h1>
<p id="typewriter" style="font-family: 'Anonymous Pro Mono', monospace;" class="text-lg md:text-2xl text-blue-400 font-medium mb-8 h-8"></p>
<p class="text-lg md:text-xl text-gray-400 max-w-3xl mx-auto mb-8">10+ years of experience in troubleshooting, designing, and deploying robust network solutions.</p>
<div class="flex justify-center space-x-4">
<a href="#contact" class="btngray">Contact Me</a>