mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-29 19:29:11 +00:00 
			
		
		
		
	refactor: remove tmi
This commit is contained in:
		
							parent
							
								
									a8bb802527
								
							
						
					
					
						commit
						4c99a08fcc
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -2,7 +2,6 @@ | ||||||
| 	import { calculateAge } from "$lib/calculate-age"; | 	import { calculateAge } from "$lib/calculate-age"; | ||||||
| 
 | 
 | ||||||
|   export let age = calculateAge('1994-10-18'); |   export let age = calculateAge('1994-10-18'); | ||||||
|   export let girlfriendDuration = calculateAge('2011-08-08'); |  | ||||||
|   export let location = "Zaandam, Netherlands"; |   export let location = "Zaandam, Netherlands"; | ||||||
|   export let loves = "cats and whiskey"; |   export let loves = "cats and whiskey"; | ||||||
|   export let passion = "solving problems with code and automation"; |   export let passion = "solving problems with code and automation"; | ||||||
|  | @ -10,7 +9,7 @@ | ||||||
| 
 | 
 | ||||||
| <main> | <main> | ||||||
|   <h1>Hello, I'm Bart van der Braak!</h1> |   <h1>Hello, I'm Bart van der Braak!</h1> | ||||||
|   <p>I'm {age} years old and have been with my girlfriend for {girlfriendDuration} years.</p> |   <p>I'm {age} years old</p> | ||||||
|   <p>I'm located in {location}.</p> |   <p>I'm located in {location}.</p> | ||||||
|   <p>I love {loves}.</p> |   <p>I love {loves}.</p> | ||||||
|   <p>I'm passionate about {passion}.</p> |   <p>I'm passionate about {passion}.</p> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue