Compare commits
4 Commits
6cdac143c3
...
34d47cfc4c
Author | SHA1 | Date | |
---|---|---|---|
34d47cfc4c | |||
33cab5dd07 | |||
52da7a9866 | |||
2755df296d |
@ -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.
|
||||
|
4
gpg.php
4
gpg.php
@ -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'
|
||||
|
@ -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>
|
@ -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 🡶</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 🡶</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user