Skip to content

Commit a067d86

Browse files
committed
update project filters
1 parent 93c3236 commit a067d86

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

content/programs/project-ideas-collection/ansible-dev-env/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ difficulty: Medium
6060
---
6161
size: 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

content/programs/project-ideas-collection/media-attribution-wp-plugin/contents.lr

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ skills_recommended:
6868
lead:
6969
- Sara
7070
---
71-
difficulty: High
71+
difficulty: Hard
7272
---
7373
size: 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

themes/vocabulary_theme/templates/project-ideas.html

+5-2
Original file line numberDiff line numberDiff 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

webpack/js/ideas.js

+2
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)