Skip to content

Commit 447192f

Browse files
committed
Add new category and rename existing one
1 parent 659a980 commit 447192f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pydis_site/apps/resources/resources/netbats_project_ideas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ tags:
1111
- beginner
1212
- intermediate
1313
type:
14-
- project ideas
14+
- practice

pydis_site/apps/resources/templatetags/get_category_icon.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"Algorithms And Data Structures": "fa-cogs",
77
"Beginner": "fa-play-circle",
88
"Book": "fa-book",
9+
"Cheatsheet": "fa-solid fa-toolbox",
910
"Community": "fa-users",
11+
"Conference Talks": "fa-solid fa-film",
1012
"Course": "fa-chalkboard-teacher",
1113
"Data Science": "fa-flask",
1214
"Databases": "fa-server",
@@ -20,7 +22,7 @@
2022
"Other": "fa-question-circle",
2123
"Paid": "fa-dollar-sign",
2224
"Podcast": "fa-microphone-alt",
23-
"Project Ideas": "fa-lightbulb",
25+
"Practice": "fa-lightbulb",
2426
"Security": "fa-solid fa-lock",
2527
"Software Design": "fa-paint-brush",
2628
"Subscription": "fa-credit-card",

0 commit comments

Comments
 (0)