| 
									
										
										
										
											2025-01-22 02:22:53 +01:00
										 |  |  | <script lang="ts"> | 
					
						
							| 
									
										
										
										
											2025-02-10 02:04:58 +01:00
										 |  |  |   import { DownloadIcon } from "@rgossiaux/svelte-heroicons/solid" | 
					
						
							| 
									
										
										
										
											2025-05-03 22:56:05 +02:00
										 |  |  |   import Translations from "../src/UI/i18n/Translations" | 
					
						
							|  |  |  |   import Tr from "../src/UI/Base/Tr.svelte" | 
					
						
							|  |  |  |   import LanguagePicker from "../src/UI/InputElement/LanguagePicker.svelte" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   const t = Translations.t.app | 
					
						
							| 
									
										
										
										
											2025-01-22 02:22:53 +01:00
										 |  |  | </script> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-03 22:56:05 +02:00
										 |  |  | <head> | 
					
						
							|  |  |  |   <link rel="stylesheet" href="./assets/index-tailwind-output.css" /> | 
					
						
							|  |  |  |   <title><Tr t={t.title} /></title> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-06 01:44:22 +02:00
										 |  |  | <div class="flex flex-col p-2 sm:p-4 md:p-8"> | 
					
						
							|  |  |  |   <div class="self-end" style="max-width: calc( 100vw - 4rem );"> | 
					
						
							|  |  |  |     <LanguagePicker availableLanguages={t.title.SupportedLanguages()} /> | 
					
						
							| 
									
										
										
										
											2025-05-03 22:56:05 +02:00
										 |  |  |   </div> | 
					
						
							|  |  |  |   <div class="flex justify-around"> | 
					
						
							| 
									
										
										
										
											2025-05-03 23:48:35 +02:00
										 |  |  |     <div class="max-w-128 m-8 flex flex-col"> | 
					
						
							| 
									
										
										
										
											2025-05-03 22:56:05 +02:00
										 |  |  |       <h1> | 
					
						
							|  |  |  |         <Tr t={t.title} /> | 
					
						
							|  |  |  |       </h1> | 
					
						
							|  |  |  |       <Tr t={t.intro} /> | 
					
						
							| 
									
										
										
										
											2025-01-22 02:22:53 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-03 22:56:05 +02:00
										 |  |  |       <a | 
					
						
							|  |  |  |         class="button primary flex justify-center" | 
					
						
							|  |  |  |         href="https://builds.mapcomplete.org/apk/mapcomplete-latest.apk" | 
					
						
							|  |  |  |       > | 
					
						
							|  |  |  |         <DownloadIcon class="h-8 w-8" /> | 
					
						
							|  |  |  |         <Tr t={t.download} /> | 
					
						
							|  |  |  |       </a> | 
					
						
							|  |  |  |       <a class="button" href="https://mapcomplete.org"> | 
					
						
							|  |  |  |         <Tr t={t.back} /> | 
					
						
							|  |  |  |       </a> | 
					
						
							|  |  |  |       <a class="link-underline w-fit self-end" href="https://builds.mapcomplete.org/apk/"> | 
					
						
							|  |  |  |         <Tr t={t.older} /> | 
					
						
							|  |  |  |       </a> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2025-01-22 02:22:53 +01:00
										 |  |  | </div> |