✨ Added pages "Personvern" & "Mer info"
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
		
							parent
							
								
									16db07336a
								
							
						
					
					
						commit
						f52177198d
					
				
					 2 changed files with 56 additions and 0 deletions
				
			
		|  | @ -0,0 +1,28 @@ | ||||||
|  | <script> | ||||||
|  | 	import ButtonComponent from "../../components/ButtonComponent.svelte"; | ||||||
|  | 
 | ||||||
|  | </script> | ||||||
|  | <div class="flex flex-col justify-between items-center h-full"> | ||||||
|  |     <div class="flex h-full mt-8"> | ||||||
|  |         <div class="flex flex-col gap-4 px-64 items-center"> | ||||||
|  |             <h1 class="text-3xl text-primary font-bold">Info</h1> | ||||||
|  |             <p>Vi utfører en undersøkelse om kunstig intelligens (AI) i medisin. Vi ønsker å forstå hvordan AI kan fungere som en copilot for leger og pasienter.</p> | ||||||
|  |         </div> | ||||||
|  |     </div> | ||||||
|  |     <div class="flex justify-center items-center gap-8 text-primary font-bold"> | ||||||
|  |         <button><a href="/">Tilbake</a></button> | ||||||
|  |     </div> | ||||||
|  | </div> | ||||||
|  | 
 | ||||||
|  | <style lang="postcss"> | ||||||
|  |     :root { | ||||||
|  |         color: theme(colors.content); | ||||||
|  |          | ||||||
|  |     } | ||||||
|  |     p { | ||||||
|  |         font-size: large; | ||||||
|  |     } | ||||||
|  |     button { | ||||||
|  |         font-size: large; | ||||||
|  |     } | ||||||
|  | </style> | ||||||
|  | @ -0,0 +1,28 @@ | ||||||
|  | <script> | ||||||
|  | 	import ButtonComponent from "../../components/ButtonComponent.svelte"; | ||||||
|  | 
 | ||||||
|  | </script> | ||||||
|  | <div class="flex flex-col justify-between items-center h-full"> | ||||||
|  |     <div class="flex h-full mt-8"> | ||||||
|  |         <div class="flex flex-col gap-4 px-64 items-center"> | ||||||
|  |             <h1 class="text-3xl text-primary font-bold">Personvern</h1> | ||||||
|  |             <p>Undersøkelsen er helt anonym og informasjonen vil bli brukt til å forbedre vår tjeneste.</p> | ||||||
|  |         </div> | ||||||
|  |     </div> | ||||||
|  |     <div class="flex justify-center items-center gap-8 text-primary font-bold"> | ||||||
|  |         <button><a href="/">Tilbake</a></button> | ||||||
|  |     </div> | ||||||
|  | </div> | ||||||
|  | 
 | ||||||
|  | <style lang="postcss"> | ||||||
|  |     :root { | ||||||
|  |         color: theme(colors.content); | ||||||
|  |          | ||||||
|  |     } | ||||||
|  |     p { | ||||||
|  |         font-size: large; | ||||||
|  |     } | ||||||
|  |     button { | ||||||
|  |         font-size: large; | ||||||
|  |     } | ||||||
|  | </style> | ||||||
		Reference in a new issue
	
	 Sindre Kjelsrud
						Sindre Kjelsrud