:speech_ballon: update About-page
This commit is contained in:
		
							parent
							
								
									a03cd5ec1f
								
							
						
					
					
						commit
						1b52297972
					
				
					 1 changed files with 18 additions and 27 deletions
				
			
		| 
						 | 
					@ -4,33 +4,24 @@ description: 'Some information about me & stuff I like'
 | 
				
			||||||
layout: "../layouts/Layout.astro"
 | 
					layout: "../layouts/Layout.astro"
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```js
 | 
					Hello! My name is Sindre Kjelsrud, also known as "**Sid**". I'm a 3rd year Computer Science student at Western University of Applied Sciences, campus Bergen.
 | 
				
			||||||
public class Me {
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private String self;
 | 
					During my free time I like to go bouldering/climbing, play some games on my Wii or try to catch up with One Piece.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public Information info(self) {
 | 
					👵 **Age:** 24
 | 
				
			||||||
        self.name = "Sindre Kjelsrud";
 | 
					 | 
				
			||||||
        self.nickname = "Sid";
 | 
					 | 
				
			||||||
        self.year_born = 1999;
 | 
					 | 
				
			||||||
        self.hometown = "Skedsmokorset, Viken";
 | 
					 | 
				
			||||||
        self.curr_location = "Bergen, Vestlandet";
 | 
					 | 
				
			||||||
        self.university = "Western University of Applied Sciences";
 | 
					 | 
				
			||||||
    } 
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public Favourites favs(self) {
 | 
					👒 **Favorite Anime:** One Piece && Le Sommet des Dieux
 | 
				
			||||||
        self.fav_sport = "bouldering && climbing";
 | 
					 | 
				
			||||||
        self.fav_color = "purple";
 | 
					 | 
				
			||||||
        self.fav_series = "Silicon Valley";
 | 
					 | 
				
			||||||
        self.fav_anime = "One Piece";
 | 
					 | 
				
			||||||
        self.fav_movie = "The Social Network || Ready Player One";
 | 
					 | 
				
			||||||
        self.fav_animemov = "Le Sommet des Dieux";
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public ContactInformation contact_info(self) {
 | 
					🎵 **Favorite Music:** Everything indie (indie-rock/indie-pop/etc) && J-Pop.
 | 
				
			||||||
        self.github = "SindreKjelsrud";
 | 
					
 | 
				
			||||||
        self.linkedin = "Sindre Kjelsrud";
 | 
					📽️ **Favorite Movie:** The Social Network || Ready Player One
 | 
				
			||||||
        self.instagram = "sindrekjelsrud";
 | 
					
 | 
				
			||||||
    }
 | 
					🎮 **Favorite Games:** Minecraft && Pokémon Firered && Wii Sports && Rocket League
 | 
				
			||||||
}
 | 
					
 | 
				
			||||||
```
 | 
					📺 **Favorite Series:** Limitless || Silicon Valley
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					📚 **Favorite Books:** MAGNUS || Hjertet i to: Seks måneder med Karpe
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Want to contact me? 📫
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					You'll find all my contact information, and social media, under [connect](/connect)!
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue