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
31
content/projects.md
Normal file
31
content/projects.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
title: "Projects👨💻"
|
||||
showToc: true
|
||||
draft: false
|
||||
---
|
||||
---
|
||||
# Coding Projects
|
||||
### 🤖 sidBot | A Discord bot
|
||||
_Dec. 2021 - Mar. 2022, Python_
|
||||
>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.
|
||||
- It´s all written in Python.
|
||||
- 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.
|
||||
---
|
||||
### My Personal Website
|
||||
_Sep. 2022 - Now, HTML, CSS, JS_
|
||||
>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.
|
||||
---
|
||||
### 🍪 Cookie Clicker
|
||||
_Nov. 2021 - Dec. 2021, Java_
|
||||
>Github Repo: <https://github.com/SindreKjelsrud/CookieClicker>
|
||||
- A game where you collect _cookies_ by clicking on a cookie.
|
||||
- Written purely in Java.
|
||||
- Had some help from YouTube (hehe)
|
||||
---
|
||||
# Hobby Projects
|
||||
### Gameboy Color mod
|
||||
_Sep. 2022 - Sep. 2022_
|
||||
- in the making.. (pictures coming)
|
||||
Loading…
Add table
Add a link
Reference in a new issue