mirror of
				https://github.com/KevinMidboe/planetposen.git
				synced 2025-10-29 17:50:32 +00:00 
			
		
		
		
	Finally landed on a design, created a bunch of pages.
This commit is contained in:
		
							
								
								
									
										34
									
								
								frontend/components/About.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								frontend/components/About.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| <template> | ||||
|   <main id="content"> | ||||
|     <div class="max-width top-show"> | ||||
|       <div class="page-header"> | ||||
|         <div> | ||||
|           <h1>See the difference!</h1> | ||||
|         </div> | ||||
|         <div> | ||||
|           <p>Det Andre Teatrets faste stall med utøvere – improvisatorer med lang fartstid og stor kompetanse. De holder kurs for næringslivet, spiller forestillinger på arbeidsplassen din, dukker opp på film og tv, og spiller i nesten samtlige av husets forestillinger.</p> | ||||
|         </div> | ||||
|       </div> | ||||
|     </div> | ||||
|   </main> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
|  | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| #content { | ||||
|   overflow: hidden | ||||
| } | ||||
|  | ||||
| .page-header { | ||||
|   max-width: 840px; | ||||
|   margin-left: auto; | ||||
|   margin-right: auto; | ||||
|   text-align: center; | ||||
| } | ||||
|  | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user