46 lines
1.5 KiB
HTML
46 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="author" content="Frederick Boniface">
|
|
<link rel="icon" type="image/png" href="/images/favicon.png">
|
|
<link rel="stylesheet" href="./style/fonts.css">
|
|
<link rel="stylesheet" href="./style/new_style.css">
|
|
<title>Home</title>
|
|
</head>
|
|
<body>
|
|
<div class="header-image-home">
|
|
<div class="page-title">
|
|
<h1>Fred Boniface</h1>
|
|
</div>
|
|
</div>
|
|
<div class="menubar">
|
|
<script src="/js/navbar.js"></script>
|
|
<div class="menubar_logo">
|
|
<picture>
|
|
<source srcset="/images/logo/full.png" type="image/png">
|
|
<img src="/images/logo/short-xl.png" alt="Fred Boniface logo">
|
|
</picture>
|
|
</div>
|
|
<div class="menubar_hamburger">
|
|
<button class="sidebar_open_short">☰</button>
|
|
<button class="sidebar_open_long">Menu ☰</button>
|
|
</div>
|
|
</div>
|
|
<div id="sidebar" class="sidebar">
|
|
<button class="sidebar_close">×</button>
|
|
<a href="/">Home</a>
|
|
<a href="/gpg.php">GPG/PGP</a>
|
|
<a href="/projects.php">Things I Do</a>
|
|
<a href="/contact.php">Contact</a>
|
|
<a href="/about.php">About</a>
|
|
<picture>
|
|
<source srcset="/images/logo/short-xl.png" type="image/png">
|
|
</picture>
|
|
<div class="sidebar_social">
|
|
SOCIAL_LINKS
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |