changed footer, added blogtags, removed .DS_Store's ++

This commit is contained in:
Sid 2023-03-19 17:03:06 +01:00
parent f30cf1c80a
commit d30e2d5185
14 changed files with 145 additions and 9 deletions

View file

@ -18,7 +18,7 @@ public class Me {
}
public Favourites favs(self) {
self.fav_sport = "bouldering && sportsclimbing";
self.fav_sport = "bouldering && climbing";
self.fav_color = "purple";
self.fav_series = "Silicon Valley";
self.fav_anime = "One Piece";
@ -30,7 +30,6 @@ public class Me {
self.github = "SindreKjelsrud";
self.linkedin = "Sindre Kjelsrud";
self.instagram = "sindrekjelsrud";
self.strava = "Sindre Kjelsrud";
self.spotify = "Kjelsrud!";
}
}