fredboniface.co.uk/new_index.html

48 lines
1.8 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">
<link rel="stylesheet" href="/style/new_menu.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/short-xl.png" type="image/png">
<img src="/images/logo/short-xl.png" alt="Fred Boniface logo">
</picture>
</div>
<div class="menubar_hamburger">
<button id="sidebar_open_short" class="sidebar_open_short" onclick="sidebarOpen()">&#9776;</button>
<button class="sidebar_open_long" onclick="sidebarOpen()">Menu &#9776;</button>
<button id="sidebar_close_short" class="sidebar_close_short" onclick="sidebarClose()">&times;</button>
<button class="sidebar_close_long" onclick="sidebarClose()">Close &times;</button>
</div>
</div>
<div id="sidebar" class="sidebar">
<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>