|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <title>Jared Monger</title> |
| 6 | + <meta charset="utf-8"> |
| 7 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 8 | +<meta name="color-scheme" content="light dark"> |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +<meta name="author" content="Jared Monger"> |
| 14 | +<meta name="description" content="Jared Monger's personal website"> |
| 15 | +<meta name="keywords" content="blog,developer,personal"> |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + <meta name="twitter:card" content="summary"> |
| 20 | + <meta name="twitter:title" content="404 Page not found"> |
| 21 | + <meta name="twitter:description" content="Jared Monger's personal website"> |
| 22 | + |
| 23 | +<meta property="og:url" content="https://www.jmonger.com/404.html"> |
| 24 | + <meta property="og:site_name" content="Jared Monger"> |
| 25 | + <meta property="og:title" content="404 Page not found"> |
| 26 | + <meta property="og:description" content="Jared Monger's personal website"> |
| 27 | + <meta property="og:locale" content="en"> |
| 28 | + <meta property="og:type" content="website"> |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +<link rel="canonical" href="https://www.jmonger.com/404.html"> |
| 34 | + |
| 35 | + |
| 36 | +<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin> |
| 37 | +<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin> |
| 38 | +<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin> |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + <link rel="stylesheet" href="/css/coder.min.7ee04855f01a7f7a311ce189708f520a1a1d93c249cfed3b23e8c27666fc546e.css" integrity="sha256-fuBIVfAaf3oxHOGJcI9SChodk8JJz+07I+jCdmb8VG4=" crossorigin="anonymous" media="screen" /> |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + <link rel="stylesheet" href="/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css" integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin="anonymous" media="screen" /> |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any"> |
| 64 | +<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32"> |
| 65 | +<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16"> |
| 66 | + |
| 67 | +<link rel="apple-touch-icon" href="/images/apple-touch-icon.png"> |
| 68 | +<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> |
| 69 | + |
| 70 | +<link rel="manifest" href="/site.webmanifest"> |
| 71 | +<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5"> |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +</head> |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | +<body class="preload-transitions colorscheme-auto"> |
| 89 | + |
| 90 | +<div class="float-container"> |
| 91 | + <a id="dark-mode-toggle" class="colorscheme-toggle"> |
| 92 | + <i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i> |
| 93 | + </a> |
| 94 | +</div> |
| 95 | + |
| 96 | + |
| 97 | + <main class="wrapper"> |
| 98 | + <nav class="navigation"> |
| 99 | + <section class="container"> |
| 100 | + |
| 101 | + <a class="navigation-title" href="https://www.jmonger.com/"> |
| 102 | + Jared Monger |
| 103 | + </a> |
| 104 | + |
| 105 | + |
| 106 | + <input type="checkbox" id="menu-toggle" /> |
| 107 | + <label class="menu-button float-right" for="menu-toggle"> |
| 108 | + <i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i> |
| 109 | + </label> |
| 110 | + <ul class="navigation-list"> |
| 111 | + |
| 112 | + |
| 113 | + <li class="navigation-item"> |
| 114 | + <a class="navigation-link " href="/about/">About</a> |
| 115 | + </li> |
| 116 | + |
| 117 | + <li class="navigation-item"> |
| 118 | + <a class="navigation-link " href="/resume/">Resume</a> |
| 119 | + </li> |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + </ul> |
| 124 | + |
| 125 | + </section> |
| 126 | +</nav> |
| 127 | + |
| 128 | + |
| 129 | + <div class="content"> |
| 130 | + |
| 131 | + <section class="container centered"> |
| 132 | + <div class="error"> |
| 133 | + <h1>404</h1> |
| 134 | + <h2>Page Not Found</h2> |
| 135 | + <p>Sorry, this page does not exist.<br />You can head back to the <a href="https://www.jmonger.com/">homepage</a>.</p> |
| 136 | + </div> |
| 137 | +</section> |
| 138 | + |
| 139 | + |
| 140 | + </div> |
| 141 | + |
| 142 | + <footer class="footer"> |
| 143 | + <section class="container"> |
| 144 | + © |
| 145 | + |
| 146 | + 2007 - |
| 147 | + |
| 148 | + 2025 |
| 149 | + Jared Monger |
| 150 | + · |
| 151 | + |
| 152 | + Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>. |
| 153 | + |
| 154 | + </section> |
| 155 | +</footer> |
| 156 | + |
| 157 | + </main> |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + <script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script> |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | +</body> |
| 205 | +</html> |
0 commit comments