<!doctype html>
<!-- Author: Peter "Felix" Nguyen -->
<html>
  <head>
    <title>Not Found</title>
    <link rel="shortcut icon" type="image/jpg" href="/images/logo-hovered.png"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width">
    <meta name="referrer" content="origin">
    <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" title="normal">
    <script src="/js/jquery-2.1.4.min.js"></script>
    <script src="/js/bootstrap.min.js"></script>
    <script src="/js/imagesloaded.pkgd.min.js"></script>
    <link rel="stylesheet" type="text/css" href="/css/style.css" media="all">
    <link rel="stylesheet" type="text/css" href="/css/width-1-narrow.css" media="screen and (max-width: 767px)">
    <link rel="stylesheet" type="text/css" href="/css/width-2-normal.css" media="screen and (min-width: 768px) and (max-width: 991px)">
    <link rel="stylesheet" type="text/css" href="/css/width-3-wide.css" media="screen and (min-width: 992px) and (max-width: 1199px)">
    <link rel="stylesheet" type="text/css" href="/css/width-4-very-wide.css" media="screen and (min-width: 1200px) and (max-width: 1399px)">
    <link rel="stylesheet" type="text/css" href="/css/width-5-x-very-wide.css" media="screen and (min-width: 1400px)">
  </head>
  <body>
    <noscript>
      <div class="add-padding">
        <h1 class="warning">
          <span class="glyphicon glyphicon-warning-sign flashing-white-text"></span>
          This website requires <span class="flashing-white-text">JavaScript </span>enabled in order to function properly. 
          Please enable it in your browser settings. <span class="glyphicon glyphicon-warning-sign flashing-white-text"></span>
        </h1>
      </div>
    </noscript>
    <div class="content-body four-o-four">
      <div class="header small">
        <div class="name-logo">
          <a href="https://peterfelixnguyen.github.io"></a>
        </div>
        <div class="name-banner">
          <a href="https://peterfelixnguyen.github.io" class="fit-sign"></a>
          <div class="separator"></div>
          <a href="https://peterfelixnguyen.github.io" class="fit-sign"></a>
          <div class="separator"></div>
          <a href="https://peterfelixnguyen.github.io" class="fit-sign"></a>
        </div>
      </div>
      <section class="contained four-o-four">
        <h2 class="blue-heading">Error 404 - Page Not Found</h2>
        <div class="initial-top-left-padding">
          <h4>The requested page does not exist. Here are some pages that should work:</h4>
          <a class="content link-button" href="https://peterfelixnguyen.github.io/about">
            <span style="vertical-align: middle !important;" class="glyphicon glyphicon-info-sign"></span>
            <span style="vertical-align: middle !important;">&nbsp;About Me</span>
          </a>
          <a class="content link-button" href="https://peterfelixnguyen.github.io/portfolio">
            <span style="vertical-align: middle !important;" class="glyphicon glyphicon-briefcase"></span>
            <span style="vertical-align: middle !important;">&nbsp;My Portfolio</span>
          </a>
          <a class="content link-button" href="https://peterfelixnguyen.github.io/contact">
            <span style="vertical-align: middle !important;" class="glyphicon glyphicon-envelope"></span>
            <span style="vertical-align: middle !important;">&nbsp;Contact Me</span>
          </a>
          <div class="clear-floats"></div>
        </div>
      </section>
      <p class="footer" style="color: white;">
        Copyright &copy; 2026 Peter Nguyen&nbsp;&nbsp;&bull;&nbsp;
        <a style="display: initial;" href="https://peterfelixnguyen.github.io/attribution" target="_blank">
            License Attribution
        </a>
      </p>
    </div>

    <script src="/js/masonry.pkgd.min.js"></script>
    <script src="/js/script.js"></script>
    <script src="/js/jquery.fittext.js"></script>
    <script type="text/javascript">
      $(".fit-sign").fitText(.7);
    </script>
  </body>
</html>
