File tree 5 files changed +13
-1
lines changed
content/internships/project-ideas-collection
legal-tools-machine-layer
themes/vocabulary_theme/templates
5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -50,4 +50,6 @@ primary_mentor:
50
50
---
51
51
difficulty: Medium
52
52
---
53
+ size: Large (~ 350 hours)
54
+ ---
53
55
filter_value: difficulty-medium skill-javascript skill-php skill-wordpress
Original file line number Diff line number Diff line change @@ -49,4 +49,6 @@ primary_mentor:
49
49
---
50
50
difficulty: Medium
51
51
---
52
+ size: Large (~ 350 hours)
53
+ ---
52
54
filter_value: difficulty-medium skill-css skill-javascript
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ skills_recommended:
62
62
primary_mentor:
63
63
- Timid Robot
64
64
---
65
- difficulty: High
65
+ difficulty: Hard
66
+ ---
67
+ size: Large (~ 350 hours)
66
68
---
67
69
filter_value: difficulty-high skill-python
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ type = markdown
39
39
label = Difficulty
40
40
type = string
41
41
42
+ [fields.size]
43
+ label = Size
44
+ type = string
45
+
42
46
[fields.filter_value]
43
47
label = Filter Value
44
48
type = string
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ <h2><a class="has-color-dark-slate-gray" name="{{ idea._slug }}">{{ idea.title }
75
75
< div class ="column is-one-quarter ">
76
76
< h5 class ="b-header padding-bottom-small "> Difficulty</ h5 >
77
77
< p class ="padding-bottom-big "> {{ idea.difficulty }}</ p >
78
+ < h5 class ="b-header padding-bottom-small "> Size</ h5 >
79
+ < p class ="padding-bottom-big "> {{ idea.size }}</ p >
78
80
< h5 class ="b-header padding-bottom-small "> Skills recommended</ h5 >
79
81
{{ idea.skills_recommended }}
80
82
< h5 class ="b-header padding-bottom-small padding-top-big "> Primary Mentor</ h5 >
You can’t perform that action at this time.
0 commit comments