File tree 2 files changed +6
-1
lines changed
themes/vocabulary_theme/templates
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ <h1>Open Source Internships: Project Ideas</h1>
28
28
< button type ="button " class ="button tag filter-btn " data-filter ="skill-javascript ">
29
29
Skill: JavaScript
30
30
</ button >
31
+ < button type ="button " class ="button tag filter-btn " data-filter ="skill-php ">
32
+ Skill: PHP
33
+ </ button >
31
34
< button type ="button " class ="button tag filter-btn " data-filter ="skill-python ">
32
35
Skill: Python
33
36
</ button >
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ $(document).ready(function(){
17
17
'difficulty-easy' ,
18
18
'difficulty-medium' ,
19
19
'difficulty-hard' ,
20
+ 'skill-css' ,
20
21
'skill-javascript' ,
22
+ 'skill-php' ,
21
23
'skill-python' ,
22
24
'skill-wordpress' ,
23
25
'skill-writing'
@@ -92,4 +94,4 @@ $(document).ready(function(){
92
94
toggleBtn ( $ ( this ) ) ;
93
95
return showIdeas ( selected ) ;
94
96
} ) ;
95
- } ) ;
97
+ } ) ;
You can’t perform that action at this time.
0 commit comments