78 lines
		
	
	
	
		
			2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
	
		
			2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en-US">
 | |
|     <head>
 | |
|         <meta charset="utf-8">
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| <link rel="stylesheet" href="/style.css">
 | |
| <link rel="alternate" title="Main RSS Feed" type="application/rss+xml" href="/rss.xml">
 | |
| 
 | |
| <!-- preview metadata -->
 | |
| <meta property="og:site_name" content="Hermes"/>
 | |
| <meta property="og:title" content="Index"/>
 | |
| <meta name="description" content="Hermes Scuttlebutt Client"/>
 | |
| <meta property="og:description" content="Hermes Scuttlebutt Client">
 | |
| <meta property="og:image" content="/assets/logo.svg"/>
 | |
| 
 | |
| <link rel="icon" href="/assets/logo.svg">
 | |
| <title>Hermes | Index</title>
 | |
| 
 | |
|     </head>
 | |
| 
 | |
|     <body>
 | |
|         <header>
 | |
| <div class="container">
 | |
| <img src="assets/logo.png" alt="logo" class="logo"  width="100px" height="50px">
 | |
| <nav>
 | |
| 	<ul>
 | |
| 		<li><a href="/download">Download</a></li>
 | |
| 		<li><a href="/contact">Contact</a></li>
 | |
| 		<li><a href="/blog">Blog</a></li>
 | |
| 	</ul>
 | |
| </nav>
 | |
| </div>
 | |
| </header>
 | |
| 
 | |
|     	<main>
 | |
|             <p>About, features, basic SSB info, etc.</p>
 | |
| <h2>FAQ</h2>
 | |
| <p><strong>Q:</strong>
 | |
| A</p>
 | |
| <p><strong>Q:</strong>
 | |
| A</p>
 | |
| <h2>Roadmap</h2>
 | |
| <ul>
 | |
| <li>one</li>
 | |
| <li>two</li>
 | |
| <li>three</li>
 | |
| </ul>
 | |
| <h2>Blog!</h2>
 | |
| 
 | |
|         </main>
 | |
|         <footer>
 | |
| 	<hr>
 | |
| 	<ul class="container">
 | |
| 		<li class="item-left">
 | |
| 			<h3>About</h3>
 | |
| 			<p>This website is generated by the <a href="https://cobalt-org.github.io/">cobalt</a> static site generator</p>
 | |
| 			<p>The source code is licensed under the CNPLv7+ license, and available <a href="https://github.com/erin/hermes-site">here</a>.</p>
 | |
| 		</li>
 | |
| 
 | |
| 		<li class="item-mid">
 | |
| 			<h3>Contribute</h3>
 | |
| 			<a href="#">Github Repository</a><br>
 | |
| 			<a href="#">Code of Conduct</a><br>
 | |
| 			<a href="#">Report a Bug</a><br>
 | |
| 		</li>
 | |
| 
 | |
| 		<li class="item-right">
 | |
| 			<h3>Technologies</h3>
 | |
| 			<a href="https://handbook.scuttlebutt.nz/">Scuttlebutt</a><br>
 | |
| 			<a href="https://docs.rs/golgi/0.1.0/golgi/">golgi</a><br>
 | |
| 			<a href="https://gtk-rs.org/">gtk-rs</a><br>
 | |
| 		</li>
 | |
| 	</ul>
 | |
| </footer>
 | |
| 
 | |
| 
 | |
|   </body>
 | |
| </html>
 |