Initial commit
							parent
							
								
									0a72f739b1
								
							
						
					
					
						commit
						3c231cb1e1
					
				
											
												Binary file not shown.
											
										
									
								| 
		 Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.5 KiB  | 
@ -0,0 +1,15 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <nav class="db dt-l w-100 border-box pa2 ph5-l bg-green">
 | 
			
		||||
  <a class="db dtc-l v-mid mid-gray link dim w-100 w-25-l tc tl-l mb1 mb0-l" href="/" title="Home">
 | 
			
		||||
    <img src="http://tachyons.io/img/logo.jpg" class="dib w3 h3 br-100" alt="Site Name">
 | 
			
		||||
  </a>
 | 
			
		||||
  <div class="db dtc-l v-mid w-100 w-75-l tc tr-l">
 | 
			
		||||
    <slot></slot>
 | 
			
		||||
  </div>
 | 
			
		||||
  </nav>
 | 
			
		||||
</template>
 | 
			
		||||
<script>
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'nav-bar',
 | 
			
		||||
};
 | 
			
		||||
</script>
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue