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

BIN
content/.DS_Store vendored

Binary file not shown.

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!";
}
}

View file

@ -2,6 +2,7 @@
title: "Breathing new life into my old GameBoy Color!"
date: 2022-11-30T08:03:57+02:00
description: "The pinnacle of Nostalgia."
tags: ["Technology", "Nostalgia"]
author: "Sindre Kjelsrud"
draft: false
---

View file

@ -2,6 +2,7 @@
title: "Why you should get the Nintendo Wii in 2023"
date: 2023-02-06T10:03:57+02:00
description: "Reason 1: Funky Kong."
tags: ["Technology", "Nostalgia"]
author: "Sindre Kjelsrud"
image: https://www.turn-on.de/media/webp/media/cache/article_image_slider/media/cms/2015/06/wii.webp?356188
draft: false

View file

@ -33,7 +33,7 @@ Experience
Education
---------
2021 - todays' date
2021 - present
: **Bachelor, Information Technology**; Western Norway University of Applied Sciences, in Bergen
2020 - 2021
@ -48,10 +48,14 @@ Education
Extracurricular activity
---------
**Member, [friByte](https://fribyte.no) student organization**
*2. semester of 2022*
*Sep. 2022 - present*
>Member of the student organization friByte in Bergen. friByte is an independent student organization that supplies secure and stable data services to other student organizations in Bergen.
>This role generally contains maintenance and operation of IT systems, and the setup of different services for automatic deployment of other services.
**Leader, [friByte](https://fribyte.no) student organization**
*Jan. 2022 - present*
>This role includes administrative tasks, convene meetings, etc. as well as the regular member tasks.
>During my leadership we've (so far) gotten two more members and a new client, plus we've hosted an successful Capture The Flag event.
-----------------------------------------------
Projects
@ -62,12 +66,13 @@ sidBot | Python
<br><br>
My Personal Website | Hugo Framework
: A personal website that gets updated during my education. [Github Repo](https://github.com/SindreKjelsrud/sindrekjelsrud.github.io)
: A personal website that gets updated during my education.
[Github Repo](https://github.com/SindreKjelsrud/sindrekjelsrud.github.io)
<br><br>
Wordle | Java (WIP)
: A clone of the game Wordle. [Github Repo](https://github.com/SindreKjelsrud/Wordle)
Wordle | Java
: A clone of the game Wordle. (Has some bugs) [Github Repo](https://github.com/SindreKjelsrud/Wordle)
-----------------------------------------------
@ -77,7 +82,7 @@ Extra Section
IT-skills
: **Programming Languages:** Java, HTML/CSS, and basic knowledge of Python & postgreSQL.
**Libraries & Frameworks:** Hugo
**Tools:** Git, Office 365 (learning Docker & Vim)
**Tools:** Git, Office 365
<br><br>

View file

@ -20,7 +20,7 @@ _Sep. 2022 - Now, Hugo Framework_
- Is a WIP, as I will continue to add small stuff and posts!
---
### Wordle 🔠
_Oct. 2022 - Now, Java_
_Oct. 2022 - Nov. 2022, Java_
>Github Repo: <https://github.com/SindreKjelsrud/Wordle>
- A recreation of the popular game [Wordle](https://www.nytimes.com/games/wordle/index.html) by Josh Wardle/The New York Times, written in Java.
- Still needs some finishing touches.. (bug fixes, cleaning up code etc.)