Updated resume, projects and readme

This commit is contained in:
Sid 2023-04-14 16:05:40 +02:00
parent 14c204071d
commit a8647a18fd
3 changed files with 43 additions and 10 deletions

View file

@ -33,6 +33,13 @@
4. `hugo server` 4. `hugo server`
5. Commit and push -> Success 5. Commit and push -> Success
### Update website
- Clone project
- Add submodules again
- git submodule init
- git submodule update
## Misc ## Misc
### Useful links ### Useful links

View file

@ -66,7 +66,7 @@ _Jan. 2022 - present_
## Projects ## Projects
sidBot | Python sidBot | Python / JavaScript
: A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command. [Github Repo](https://github.com/SindreKjelsrud/sidBot) : A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command. [Github Repo](https://github.com/SindreKjelsrud/sidBot)
<br><br> <br><br>

View file

@ -3,37 +3,63 @@ title: "Projects👨💻"
showToc: true showToc: true
draft: false draft: false
--- ---
--- ---
# Coding Projects # Coding Projects
### 🤖 sidBot | A Discord bot ### 🤖 sidBot | A Discord bot
_Dec. 2021 - Mar. 2022, Python_
>Github Repo: <https://github.com/SindreKjelsrud/sidBot> _Dec. 2021 - Mar. 2022, Python / JavaScript_
> Github Repo: <https://github.com/SindreKjelsrud/sidBot>
- A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command. - A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command.
- It´s all written in Python. - I've made two versions, one in Python and one in JavaScript.
- Some commands get information from APIs. - Some commands get information from APIs.
- For example, the command "!plsdog" uses this [API](https://dog.ceo/api) to show the user some cute pictures of dogs across the internet. - For example, the command "!plsdog" uses this [API](https://dog.ceo/api) to show the user some cute pictures of dogs across the internet.
--- ---
### My Personal Website ### My Personal Website
_Sep. 2022 - Now, Hugo Framework_ _Sep. 2022 - Now, Hugo Framework_
>Github Repo: <https://github.com/SindreKjelsrud/sindrekjelsrud.github.io>
> Github Repo: <https://github.com/SindreKjelsrud/sindrekjelsrud.github.io>
- This website uses [PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme and is based on Hugo. - This website uses [PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme and is based on Hugo.
- Is a WIP, as I will continue to add small stuff and posts! - Is a WIP, as I will continue to add small stuff and posts!
--- ---
### Wordle 🔠 ### Wordle 🔠
_Oct. 2022 - Nov. 2022, Java_ _Oct. 2022 - Nov. 2022, Java_
>Github Repo: <https://github.com/SindreKjelsrud/Wordle>
> 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. - 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.) - Still needs some finishing touches.. (bug fixes, cleaning up code etc.)
--- ---
### 🍪 Cookie Clicker ### 🍪 Cookie Clicker
_Nov. 2021 - Dec. 2021, Java_ _Nov. 2021 - Dec. 2021, Java_
>Github Repo: <https://github.com/SindreKjelsrud/CookieClicker>
> Github Repo: <https://github.com/SindreKjelsrud/CookieClicker>
- A game where you collect _cookies_ by clicking on a cookie. - A game where you collect _cookies_ by clicking on a cookie.
- Written purely in Java. - Written purely in Java.
- Had some help from YouTube (hehe) - Had some help from YouTube (hehe)
--- ---
# Hobby Projects # Hobby Projects
### Gameboy Color mod ### Gameboy Color mod
_Sep. 2022 - Nov. 2022_ _Sep. 2022 - Nov. 2022_
>Blog Post: https://sindrekjelsrud.github.io/blog-posts/gameboycolor/
![Example](/img/gameboy-post/example.jpg) > Blog Post: https://sindrekjelsrud.github.io/blog-posts/gameboycolor/
> ![Example](/img/gameboy-post/example.jpg)