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