File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
content/programs/project-ideas-collection
media-attribution-wp-plugin
themes/vocabulary_theme/templates Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -60,4 +60,4 @@ difficulty: Medium
6060---
6161size: Large (~ 350 hours)
6262---
63- filter_value: difficulty-high skill-ansible skill-debian skill-docker skill-git
63+ filter_value: difficulty-medium skill-ansible skill-debian skill-docker skill-git
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ skills_recommended:
6868lead:
6969- Sara
7070---
71- difficulty: High
71+ difficulty: Hard
7272---
7373size: Large (~ 350 hours)
7474---
75- filter_value: difficulty-high skill-css skill-git skill-javascript skill-php skill-wordpress
75+ filter_value: difficulty-hard skill-css skill-docker skill-git skill-javascript skill-php skill-wordpress
Original file line number Diff line number Diff line change @@ -24,11 +24,14 @@ <h1>Open Source Work Programs: Project Ideas</h1>
2424 < button type ="button " class ="button tag filter-btn " data-filter ="difficulty-hard ">
2525 Difficulty: Hard
2626 </ button >
27+ < button type ="button " class ="button tag filter-btn " data-filter ="skill-ansible ">
28+ Skill: Ansible
29+ </ button >
2730 < button type ="button " class ="button tag filter-btn " data-filter ="skill-css ">
2831 Skill: CSS
2932 </ button >
30- < button type ="button " class ="button tag filter-btn " data-filter ="skill-django ">
31- Skill: Django
33+ < button type ="button " class ="button tag filter-btn " data-filter ="skill-docker ">
34+ Skill: Docker
3235 </ button >
3336 < button type ="button " class ="button tag filter-btn " data-filter ="skill-javascript ">
3437 Skill: JavaScript
Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ $(document).ready(function(){
1717 'difficulty-easy' ,
1818 'difficulty-medium' ,
1919 'difficulty-hard' ,
20+ 'skill-ansible' ,
2021 'skill-css' ,
2122 'skill-django' ,
23+ 'skill-docker' ,
2224 'skill-javascript' ,
2325 'skill-php' ,
2426 'skill-python' ,
You can’t perform that action at this time.
0 commit comments