summary refs log tree commit diff
path: root/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'header.php')
-rw-r--r--header.php87
1 files changed, 43 insertions, 44 deletions
diff --git a/header.php b/header.php
index 292f939..f8f3816 100644
--- a/header.php
+++ b/header.php
@@ -1,44 +1,43 @@
-<!DOCTYPE html>
-<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
-<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
-<!--[if (gte IE 8)|!(IE)]><!-->
-<html class="no-js" lang="en">
-<!--<![endif]-->
-
-<head>
-
-    <!--- Basic Page Needs
-   ================================================== -->
-    <meta charset="utf-8">
-    <title>Benjamin Harris</title>
-    <meta name="description" content="Benjamin Harris">
-    <meta name="author" content="Benjamin Harris">
-    <meta name="theme-color" content="#333333">
-
-    <!-- Mobile Specific Metas
-   ================================================== -->
-    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-
-    <link rel="openid.delegate" href="https://benharr.is/" />
-    <link rel="openid.server" href="https://openid.indieauth.com/openid" />
-    <link rel="pingback" href="https://webmention.io/benharr.is/xmlrpc" />
-    <link rel="webmention" href="https://webmention.io/benharr.is/webmention" />
-    <link rel="pgpkey" href="/keypub.txt">
-    <!-- CSS
-    ================================================== -->
-    <link rel="stylesheet" href="/css/default.css">
-    <link rel="stylesheet" href="/css/layout.css">
-    <link rel="stylesheet" href="/css/media-queries.css">
-    <link rel="stylesheet" href="/css/magnific-popup.css">
-
-    <!-- Script
-   ================================================== -->
-    <script src="/js/modernizr.js"></script>
-
-    <!-- Favicons
-    ================================================== -->
-    <link rel="shortcut icon" href="/favicon.ico">
-
-</head>
-
-<body>
+<!doctype html>

+<html lang="en">

+

+<head>

+    <meta charset="utf-8">

+    <meta name="description" content="Benjamin Harris">

+    <meta name="author" content="Benjamin Harris">

+    <meta name="theme-color" content="#333333">

+    <meta http-equiv="x-ua-compatible" content="ie=edge">

+    <meta name="viewport" content="width=device-width, initial-scale=1.0">

+    <link rel="openid.delegate" href="https://benharr.is/" />

+    <link rel="openid.server" href="https://openid.indieauth.com/openid" />

+    <link rel="pingback" href="https://webmention.io/benharr.is/xmlrpc" />

+    <link rel="webmention" href="https://webmention.io/benharr.is/webmention" />

+    <link rel="pgpkey" href="/benharri.asc">

+    <link rel="stylesheet" href="/css/awsm_gondola.min.css">

+    <link rel="shortcut icon" href="/favicon.ico">

+    <title><?=$title ?? ""?> - benharr.is</title>

+    <?php if (isset($title)) unset($title); ?>

+</head>

+

+<body>

+<header>

+    <div>

+        <a href="/"><img src="/images/profilepic.jpg" alt="profile pic" style="width:30px; height:30px; float:left;"></a>

+        <h1 style="padding-left:35px;">hello, i'm ben harris</h1>

+    </div>

+

+    <nav>

+        <ul>

+            <li><a rel="me" href="https://github.com/benharri">github</a></li>

+            <li><a rel="me" href="https://tilde.team/~ben/">tildepage</a>

+            <li><a href="now/">now</a></li>

+            <li><a href="https://tildegit.org/ben/resume/raw/branch/master/resume.pdf">resume</a></li>

+            <li><a rel="me" href="mailto:mail@benharr.is">email</a></li>

+            <li><a rel="pgpkey" href="/benharri.asc">pubkey</a></li>

+        </ul>

+    </nav>

+</header>

+

+<main>

+    <article>

+        <section>