@@ -8,7 +8,7 @@ <h1>Open Source Internships: Project Ideas</h1>
8
8
< p class ="description "> This is the project idea list for the < span class ="has-color-forest-green "> current round of open source internships at Creative Commons.</ span > </ p >
9
9
{% set ideas = site.query('/internships/project-ideas-collection').include_undiscoverable(true) %}
10
10
< div class ="filter-labels " id ="project-list ">
11
- < button type ="button " class ="button tag filter-btn " data-filter ="all ">
11
+ < button type ="button " class ="button tag btn-dark filter-btn " data-filter ="all ">
12
12
All Projects
13
13
</ button >
14
14
< button type ="button " class ="button tag filter-btn " data-filter ="difficulty-easy ">
@@ -36,46 +36,50 @@ <h1>Open Source Internships: Project Ideas</h1>
36
36
< div class ="project-ideas columns is-multiline ">
37
37
{% for idea in ideas %}
38
38
< div class ="column is-one-quarter filter filter-label {{ idea.filter_value }} ">
39
- < article class ="card entry-post horizontal ">
40
- < div class ="card-content with-button ">
41
- < h5 class ="card-title "> < a href ="#{{ idea._slug }} "> {{ idea.title }}</ a > </ h5 >
42
- </ div >
43
- </ article >
39
+ < a href ="#{{ idea._slug }} ">
40
+ < article class ="card entry-post horizontal ">
41
+ < div class ="card-content ">
42
+ < h5 class ="card-title "> {{ idea.title }}</ h5 >
43
+ </ div >
44
+ </ article >
45
+ </ a >
44
46
</ div >
45
47
{% endfor %}
46
48
< div class ="column is-one-quarter ">
47
- < article class ="card entry-post horizontal ">
48
- < div class ="card-content with-button ">
49
- < h5 class ="card-title "> < a href ="#original-ideas "> Original Ideas</ a > </ h5 >
50
- </ div >
51
- </ article >
49
+ < a href ="#original-ideas ">
50
+ < article class ="card entry-post horizontal ">
51
+ < div class ="card-content ">
52
+ < h5 class ="card-title "> Original Ideas</ h5 >
53
+ </ div >
54
+ </ article >
55
+ </ a >
52
56
</ div >
53
57
</ div >
54
58
</ div >
55
59
</ div >
56
- < div class ="body container content ">
60
+ < div class ="body container ">
57
61
{% for idea in ideas %}
58
62
< div class ="project-idea ">
59
63
< h2 > < a class ="has-color-dark-slate-gray " name ="{{ idea._slug }} "> {{ idea.title }}</ a > </ h2 >
60
64
< div class ="columns ">
61
65
< div class ="column is-one-quarter ">
62
- < h5 > Difficulty</ h5 >
63
- < p > {{ idea.difficulty }}</ p >
64
- < h5 > Skills recommended</ h5 >
65
- < p > {{ idea.skills_recommended }}</ p >
66
- < h5 > Mentors</ h5 >
67
- < p > {{ idea.mentors }}</ p >
66
+ < h5 class =" b-header padding-bottom-small " > Difficulty</ h5 >
67
+ < p class =" padding-bottom-big " > {{ idea.difficulty }}</ p >
68
+ < h5 class =" b-header padding-bottom-small " > Skills recommended</ h5 >
69
+ < p class =" padding-bottom-big " > {{ idea.skills_recommended }}</ p >
70
+ < h5 class =" b-header padding-bottom-small " > Mentors</ h5 >
71
+ < p class =" padding-bottom-big " > {{ idea.mentors }}</ p >
68
72
</ div >
69
73
< div class ="column is-three-quarters ">
70
- < h5 > The Problem</ h5 >
74
+ < h3 class =" padding-bottom-big " > The Problem</ h3 >
71
75
< p > {{ idea.problem }}</ p >
72
- < h5 > Expected Outcome</ h5 >
76
+ < h3 class =" padding-bottom-big padding-top-large " > Expected Outcome</ h3 >
73
77
< p > {{ idea.expected_outcome }}</ p >
74
- < h5 > Internship Tasks</ h5 >
78
+ < h3 class =" padding-bottom-big padding-top-large " > Internship Tasks</ h3 >
75
79
< p > {{ idea.internship_tasks }}</ p >
76
- < h5 > Application Tips</ h5 >
80
+ < h3 class =" padding-bottom-big padding-top-large " > Application Tips</ h3 >
77
81
< p > {{ idea.application_tips }}</ p >
78
- < h5 > Resources</ h5 >
82
+ < h3 class =" padding-bottom-big padding-top-large " > Resources</ h3 >
79
83
< p > {{ idea.resources }}</ p >
80
84
</ div >
81
85
</ div >
0 commit comments