Public Access
1
0

fix: change monospace font

This commit is contained in:
2025-08-21 23:32:25 -04:00
parent 39898300f3
commit 2c4935b391
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ permalink: 404.html
--- ---
<div class="text-center py-18"> <div class="text-center py-18">
<h1 style="font-family: 'Roboto Mono', monospace;" class="text-8xl font-bold text-blue-500 mb-2">404</h1> <h1 style="font-family: 'JetBrains 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> <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"> <p class="text-lg text-gray-400 max-w-xl mx-auto mb-8">
The requested resource could not be located on our network. The packet was dropped or the destination is unreachable. The requested resource could not be located on our network. The packet was dropped or the destination is unreachable.

View File

@@ -9,7 +9,7 @@ image: "/assets/images/jesus.jpg"
<!-- Hero Section --> <!-- Hero Section -->
<section id="hero" class="text-center py-20"> <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> <h1 class="text-4xl md:text-6xl font-bold text-white mb-4">Proven Network Engineer</h1>
<p id="typewriter" style="font-family: 'Roboto Mono', monospace;" class="text-lg md:text-2xl text-blue-400 font-medium mb-8 h-8"></p> <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>
<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> <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"> <div class="flex justify-center space-x-4">
<a href="#contact" class="btngray">Contact Me</a> <a href="#contact" class="btngray">Contact Me</a>