same site, still trying to fix setup
This commit is contained in:
parent
5794517f9b
commit
5195a3f2b8
20 changed files with 241 additions and 2 deletions
36
content/about.md
Normal file
36
content/about.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
title: "About"
|
||||
date: true
|
||||
draft: false
|
||||
---
|
||||
```java
|
||||
public class Me {
|
||||
|
||||
private String self;
|
||||
|
||||
public Information info(self) {
|
||||
self.name = "Sindre Kjelsrud";
|
||||
self.nickname = "Sid";
|
||||
self.year_born = 1999;
|
||||
self.hometown = "Skedsmokorset, Viken";
|
||||
self.curr_location = "Nygård, Bergen";
|
||||
self.university = "Western University of Applied Sciences";
|
||||
}
|
||||
|
||||
public Favourites favs(self) {
|
||||
self.fav_sport = "bouldering, discgolf";
|
||||
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) {
|
||||
self.github = "SindreKjelsrud";
|
||||
self.linkedin = "Sindre Kjelsrud";
|
||||
self.instagram = "sindrekjelsrud";
|
||||
self.strava = "Sindre Kjelsrud";
|
||||
}
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue