Compare commits

...

4 Commits

Author SHA1 Message Date
34d47cfc4c Added meta author tag 2022-10-07 23:28:07 +01:00
33cab5dd07 Fix missing titles 2022-10-07 23:26:11 +01:00
52da7a9866 Added links, tidied menu 2022-10-07 23:03:28 +01:00
2755df296d Replace <i> with unicode arrow in menu. 2022-10-07 22:54:07 +01:00
4 changed files with 13 additions and 9 deletions

View File

@ -3,14 +3,14 @@
<html lang="en">
<head>
<?php include "./page-blocks/head.php"; ?>
<title>Page Title</title>
<title>Email Safety</title>
</head>
<body>
<?php include "./page-blocks/menu.php"; ?>
<h1 class="page-title">Page Title</h1>
<h1 class="page-title">Email Safety</h1>
<div class="page-main-content">
<p>
You are probably here beacuse you clicked a link in an email that I sent you. I was going to link to a quick guide to email safety but all I could find were specific guides aimed at children or the elderly. In the end I decided to throw a rough guide together.

View File

@ -3,14 +3,14 @@
<html lang="en">
<head>
<?php include "./page-blocks/head.php"; ?>
<title>Page Title</title>
<title>GPG/PGP</title>
</head>
<body>
<?php include "./page-blocks/menu.php"; ?>
<h1 class="page-title">Page Title</h1>
<h1 class="page-title">GPG/PGP</h1>
<div class="page-main-content">
<p>
PGP stand for 'Pretty Good Privacy', GPG stands for 'GNU Privacy Guard'

View File

@ -1,4 +1,5 @@
<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="stylesheet" href="./css/styles.css">
<script src="/js/navbar.js"></script>

View File

@ -2,13 +2,16 @@
<a href="/">Home</a>
<a href="/gpg.php">GPG</a>
<div class="dropdown">
<button class="dropbtn">Downloads
<i class="fa fa-caret-down"></i>
</button>
<button class="dropbtn">Downloads &#129142;</button>
<div class="dropdown-content">
<a href="/downloads/vcard.vcf">vCard</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Socials &#129142;</button>
<div class="dropdown-content">
<a href="https://fb.me/fred.boniface" target="_blank" rel="noreferrer noopener">Facebook</a>
<a href="https://500px.com/p/fredboniface" target="_blank" rel="noreferrer noopener">500px</a>
</div>
</div>
<a href="/projects.php">Projects</a>