fix: update mono font to Red Hat Mono across multiple files
This commit is contained in:
@@ -5,12 +5,12 @@ permalink: 404.html
|
|||||||
---
|
---
|
||||||
|
|
||||||
<div class="text-center py-18">
|
<div class="text-center py-18">
|
||||||
<h1 style="font-family: 'Anonymous Pro Mono', monospace;" class="text-8xl font-bold text-blue-500 mb-2">404</h1>
|
<h1 style="font-family: 'Red Hat 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. Your packet was dropped and an ICMP reply sent.
|
The requested resource could not be located on our network. Your packet was dropped and an ICMP reply sent.
|
||||||
</p>
|
</p>
|
||||||
<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">
|
<div style="font-family: 'Red Hat 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>> traceroute current.page</p>
|
<p>> traceroute current.page</p>
|
||||||
<p>1 <span class="text-white">gateway.local</span> (192.168.1.1) 1.234 ms</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>
|
<p>2 <span class="text-white">core.router.isp</span> (10.0.0.1) 5.678 ms</p>
|
||||||
|
@@ -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="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.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<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 href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.png">
|
<link rel="icon" type="image/x-icon" href="/favicon.png">
|
||||||
|
@@ -124,6 +124,7 @@ article a:hover {
|
|||||||
}
|
}
|
||||||
article code {
|
article code {
|
||||||
background-color: #374151;
|
background-color: #374151;
|
||||||
|
font-family: "Red Hat Mono", monospace;
|
||||||
color: #e5e7eb;
|
color: #e5e7eb;
|
||||||
padding: 0.2em 0.4em;
|
padding: 0.2em 0.4em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@@ -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">Network Engineer</h1>
|
<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 id="typewriter" style="font-family: 'Red Hat 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>
|
||||||
|
Reference in New Issue
Block a user