Skip to content

Commit

Permalink
update project filters
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Feb 2, 2024
1 parent 93c3236 commit a067d86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ difficulty: Medium
---
size: Large (~350 hours)
---
filter_value: difficulty-high skill-ansible skill-debian skill-docker skill-git
filter_value: difficulty-medium skill-ansible skill-debian skill-docker skill-git
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ skills_recommended:
lead:
- Sara
---
difficulty: High
difficulty: Hard
---
size: Large (~350 hours)
---
filter_value: difficulty-high skill-css skill-git skill-javascript skill-php skill-wordpress
filter_value: difficulty-hard skill-css skill-docker skill-git skill-javascript skill-php skill-wordpress
7 changes: 5 additions & 2 deletions themes/vocabulary_theme/templates/project-ideas.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ <h1>Open Source Work Programs: Project Ideas</h1>
<button type="button" class="button tag filter-btn" data-filter="difficulty-hard">
Difficulty: Hard
</button>
<button type="button" class="button tag filter-btn" data-filter="skill-ansible">
Skill: Ansible
</button>
<button type="button" class="button tag filter-btn" data-filter="skill-css">
Skill: CSS
</button>
<button type="button" class="button tag filter-btn" data-filter="skill-django">
Skill: Django
<button type="button" class="button tag filter-btn" data-filter="skill-docker">
Skill: Docker
</button>
<button type="button" class="button tag filter-btn" data-filter="skill-javascript">
Skill: JavaScript
Expand Down
2 changes: 2 additions & 0 deletions webpack/js/ideas.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ $(document).ready(function(){
'difficulty-easy',
'difficulty-medium',
'difficulty-hard',
'skill-ansible',
'skill-css',
'skill-django',
'skill-docker',
'skill-javascript',
'skill-php',
'skill-python',
Expand Down

0 comments on commit a067d86

Please sign in to comment.