Merge new style. Error pages need redesigning and content needs additions but overall ready to deploy. Co-authored-by: fred.boniface <fred@fjla.uk> Reviewed-on: #2
		
			
				
	
	
		
			33 lines
		
	
	
		
			988 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			988 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php include "./php/age.php"; ?>
 | 
						|
<?php $page_title = "keys"; ?>
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<?php include "./page-blocks/head.php"; ?>
 | 
						|
  <body>
 | 
						|
<?php include "./page-blocks/head-img.php"; ?>
 | 
						|
<?php include "./page-blocks/menu.php"; ?>
 | 
						|
<?php include "./page-blocks/micro-content.php"; ?>
 | 
						|
    <div class="content hide_micro">
 | 
						|
      <p>
 | 
						|
        I'll publish my public keys here, primarily so I have easy access to them
 | 
						|
        myself.  You can use them to check my identity when I send signed emails, etc.
 | 
						|
      </p>
 | 
						|
      <h2>SSH</h2>
 | 
						|
        <p>
 | 
						|
          My current public SSH key has no expiry date.
 | 
						|
          <br>
 | 
						|
          <a href="/downloads/f.boniface_ed25519.pub">Download Public SSH key</a>
 | 
						|
        </p>
 | 
						|
      <h2>GPG</h2>
 | 
						|
        <p>
 | 
						|
          My GPG Key is currently unavailable
 | 
						|
        </p>
 | 
						|
      <h2>S/MIME</h2>
 | 
						|
        <p>
 | 
						|
          I do not currently hold a valid S/MIME Certificate
 | 
						|
        </p>
 | 
						|
    </div>
 | 
						|
<?php include "./page-blocks/footer.php"; ?>
 | 
						|
  </body>
 | 
						|
</html>
 |