52 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <link rel="stylesheet" type="text/css" href="/css/navbar.css">
 | 
						|
    <script src="/js/navbar.js"></script>
 | 
						|
    <title>Frederick Boniface</title>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
 | 
						|
    <!-- BEGIN NAVBAR -->
 | 
						|
    <div class="navbar" id="navbar">
 | 
						|
      <a class="logo" href="/index.html"><img src="/static-objects/navbar/home.svg" alt="Home" width="26" height="26"></a>
 | 
						|
      <div class="mobile">
 | 
						|
        <a href="/index.html">Home</a>
 | 
						|
      </div>
 | 
						|
      <div class="dropdown">
 | 
						|
        <button class="dropbutton">Identity ⤵</button>
 | 
						|
        <div class="droplist">
 | 
						|
          <a href="/identity">⤷ Key Downloads</a>
 | 
						|
          <a href="/identity/about.html">⤷ About PGP</a>
 | 
						|
        </div>
 | 
						|
     </div>
 | 
						|
     <div class="dropdown">
 | 
						|
        <button class="dropbutton">FDS ⤵</button>
 | 
						|
        <div class="droplist">
 | 
						|
          <a href="/fds">⤷ About FDS</a>
 | 
						|
          <a href="/fds/ultrasonic">⤷ Ultrasonic</a>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
     <a href="/projects">Projects</a>
 | 
						|
     <a href="/about.html">About</a>
 | 
						|
     <i>Fred Boniface</i>
 | 
						|
      <a href="javascript:void(0);" class="icon" onclick="hamburger()">☰</a>
 | 
						|
    </div>
 | 
						|
    <!-- END NAVBAR -->
 | 
						|
    <h1>About me</h1>
 | 
						|
      <p>Hi, I am Fred - a 28 year old Rail Professional with many interests.
 | 
						|
        This website will be about my interests, not my work.  You can use the
 | 
						|
        links above to have a look around, right now there isn't much to see but
 | 
						|
        I am working on adding more content as we go forwards.</p>
 | 
						|
 | 
						|
      <p>I won't waffle on about too much here, but there is more to read about
 | 
						|
        each topic on the relevant page.</p>
 | 
						|
        
 | 
						|
    <p>--<br>
 | 
						|
      © Frederick Boniface 2020<br>
 | 
						|
    </p>
 | 
						|
  </body>
 | 
						|
</html>
 |