site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | Submodules | LICENSE

main.handlebars (2598B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      3           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
      5   <head>
      6     <!-- 2021-04-22 Thu 02:37 -->
      7     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
      8     <meta name="viewport" content="width=device-width, initial-scale=1" />
      9     <title>Ryan's Homepage</title>
     10     <meta name="generator" content="Org mode" />
     11     <meta name="author" content="Ryan Jeffrey" />
     12     <link rel="stylesheet" type="text/css" href="/css/terminal.css" />
     13     <script defer src="/scripts/main.js"></script>
     14     <link rel="shortcut icon" type="image/x-icon" href="/res/favicon32x32.ico">
     15   </head>
     16   <body>
     17     <nav>
     18       <ul>
     19         <li>
     20           <a href="/"><img src="/res/user-home.webp" alt="Homepage"></a>
     21           <h4>Home</h4>
     22         </li>
     23 
     24         <li>
     25           <a href="/posts/"><img src="/res/folder-documents.webp" alt="Blog"></a>
     26           <h4>Blog</h4>
     27         </li>
     28 
     29         <li>
     30           <a href="/files/"><img src="/res/ktorrent.webp" alt="Files"></a>
     31           <h4>Files</h4>
     32         </li>
     33         
     34         <li>
     35           <a href="https://git.ryanmj.xyz"><img src="/res/folder-git.webp" alt="git"></a>
     36           <h4>Git Server</h4>
     37         </li>
     38 
     39         <li>
     40           <a href="mailto:ryan@ryanmj.xyz"><img alt="Email me" src="/res/kopete.webp"></a>
     41           <h4>Contact Me</h4>
     42         </li>
     43       </ul>
     44     </nav>
     45     <main>
     46       {{{body}}}
     47     </main>
     48     <div class="fttr">
     49       <a href="https://www.gnu.org/software/emacs/">
     50         <img alt="POWERED BY EMACS" src="/res/stickies/emacs.webp" />
     51       </a>
     52       <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
     53         <img alt="GPLv3" src="/res/stickies/gplv3.webp" />
     54       </a>
     55       <a href="https://www.sxemacs.org/">
     56         <img alt="POWERED BY SXEMACS" src="/res/stickies/sxe.webp" />
     57       </a>
     58       <a href="https://www.xemacs.org/">
     59         <img alt="POWERED BY XEMACS" src="/res/stickies/xe.webp" />
     60       </a>
     61 
     62       <a href='https://ipv6-test.com/validate.php?url=referer'>
     63         <img src='/res/stickies/button-ipv6-big.webp' alt='ipv6 ready' title='ipv6 ready'>
     64       </a>
     65       
     66       <a href="https://jigsaw.w3.org/css-validator/check/referer">
     67         <img src="/res/stickies/vcss.gif" alt="Valid CSS!">
     68       </a>
     69 
     70       <a href="https://www.gimp.org/">
     71         <img src="/res/stickies/gimp.webp" alt="Valid CSS!">
     72       </a>
     73 
     74       <img src="/res/stickies/chrmevil.webp" alt="Valid CSS!">
     75     </div>
     76 
     77   </body>
     78 </html>