27 lines
		
	
	
		
			No EOL
		
	
	
		
			906 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			No EOL
		
	
	
		
			906 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <:Head>
 | |
|   <title>About Pinafore</title>
 | |
| </:Head>
 | |
| 
 | |
| <Layout page='settings'>
 | |
|   <SettingsLayout page='settings/about' label="About Pinafore">
 | |
|     <h1>About Pinafore</h1>
 | |
| 
 | |
|     <p>Pinafore is <a rel="noopener" target="_blank" href="https://github.com/nolanlawson/pinafore/">open-source software</a> created by <a rel="noopener" target="_blank" href="https://nolanlawson.com/">Nolan Lawson</a>.</p>
 | |
| 
 | |
|     <p>Icons provided by <a rel="noopener" target="_blank" href="http://fontawesome.io/">Font Awesome</a>.</p>
 | |
| 
 | |
|     <p>Logo thanks to "sailboat" by Gregor Cresnar from <a rel="noopener" target="_blank" href="https://thenounproject.com/">the Noun Project</a>.</p>
 | |
|   </SettingsLayout>
 | |
| </Layout>
 | |
| 
 | |
| <script>
 | |
|   import Layout from '../_components/Layout.html';
 | |
|   import SettingsLayout from './_components/SettingsLayout.html'
 | |
| 
 | |
|   export default {
 | |
|     components: {
 | |
|       Layout,
 | |
|       SettingsLayout
 | |
|     }
 | |
|   };
 | |
| </script> |