Skip to content

Commit 8096f4c

Browse files
committed
feat: add new "useful websites" list & modify some contents
1 parent 9f3f0dd commit 8096f4c

3 files changed

Lines changed: 43 additions & 4 deletions

File tree

src/pages/index.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const components = { ul: UListInside, li: LiFingerEmoji }
1010

1111
Hi 👋 My name is Kamil and this is my personal cyber space.
1212

13-
I am a web developer by day and at some nights I make [music](https://0cto.link).
13+
I am a web developer by day and at some nights I make 🎶 [music](https://0cto.link) 🎶.
1414

1515
Lately I've been working on a [simple audio visualizer](https://seeaud.io) mostly for my own use.
1616

@@ -29,13 +29,18 @@ Lately I've been working on a [simple audio visualizer](https://seeaud.io) mostl
2929
- [Auto-sized modal with scrollable content](https://hungry-midnight-212.notion.site/Auto-sized-modal-with-scrollable-content-28ee5d47910a4741adaf0401d15ee14f)
3030
</div>
3131

32+
BTW, these bright yellow TODOs are public by purpose, so I can feel ashamed every time I visit this website that I still haven't done them.
33+
34+
I store some useful informations on this site. Here, have a look 👇
35+
3236
<div>
3337
Cheatsheets:
3438
- [git](/cheatsheets/git)
3539
</div>
3640

3741
<div>
3842
Lists:
39-
- [software I use](/lists/software-i-use)
43+
- [useful software](/lists/useful-software)
44+
- [useful websites](/lists/useful-websites)
4045
</div>
4146

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ import UListInside from '../../components/UListInside.astro';
77

88
export const components = { ul: UListInside, li: LiFingerEmoji }
99

10-
# Software I use
10+
# Useful software
1111

12-
Software that is worth mentioning.
12+
This is a list of software I use,
13+
14+
or I don't, but is interesting enough for me to store on this list 😉
15+
16+
I tend to forget names of apps that I use. Sometimes, because I use them rarely and sometimes, because I have an ocassional brain fog.
17+
This list was created, so I can have an easily accessible place where all my favorite apps are listed and also some random people on the internet can benefit from it.
1318

1419
## Uncategorized
1520

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: '../../layouts/Article.astro'
3+
---
4+
5+
import LiFingerEmoji from '../../components/LiFingerEmoji.astro';
6+
import UListInside from '../../components/UListInside.astro';
7+
8+
export const components = { ul: UListInside, li: LiFingerEmoji }
9+
10+
# Useful websites
11+
12+
This is a list of websites I use,
13+
14+
or I don't, but are interesting enough for me to store on this list 😉
15+
16+
I tend to forget names of websites that I like to visit. Sometimes, because I use them rarely and sometimes, because I have an ocassional brain fog.
17+
This list was created, so I can have an easily accessible place where all my favorite websites are listed and also some random people on the internet can benefit from it.
18+
19+
## Uncategorized
20+
21+
- [FMHY](https://fmhy.net) - collection of free stuff on the internet
22+
23+
## Media
24+
25+
- [Unsplash](https://unsplash.com) - free, quality images for all your needs
26+
27+
## Gaming
28+
29+
- [Customs Forge](https://customsforge.com) - collection of free, comunity created DLCs for Rocksmith

0 commit comments

Comments
 (0)