fix: change monospace font
This commit is contained in:
@@ -5,7 +5,7 @@ permalink: 404.html
|
||||
---
|
||||
|
||||
<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>
|
||||
<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.
|
||||
|
@@ -9,7 +9,7 @@ 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: '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>
|
||||
<div class="flex justify-center space-x-4">
|
||||
<a href="#contact" class="btngray">Contact Me</a>
|
||||
|
Reference in New Issue
Block a user