8
8
< h1 > Open Source Work Programs: Project Ideas</ h1 >
9
9
< p > This is the project idea list for the < span > current round of open source collaborations at Creative Commons (CC).</ span > </ p >
10
10
{% set ideas = site.query('/programs/project-ideas-collection').include_undiscoverable(true) %}
11
- <!--TODO: EVALUATE WHETHER TO KEEP LEGACY DESIGN-->
12
11
< div class ="filter-labels " id ="project-list ">
13
- < button type ="button " class ="button tag btn-dark filter-btn " data-filter ="all "> All Projects</ button >
14
- < button type ="button " class ="button tag filter-btn " data-filter ="difficulty-medium "> Difficulty: Medium</ button >
15
- < button type ="button " class ="button tag filter-btn " data-filter ="difficulty-hard "> Difficulty: Hard</ button >
16
- < button type ="button " class ="button tag filter-btn " data-filter ="skill-ansible "> Skill: Ansible</ button >
17
- < button type ="button " class ="button tag filter-btn " data-filter ="skill-css "> Skill: CSS</ button >
18
- < button type ="button " class ="button tag filter-btn " data-filter ="skill-docker "> Skill: Docker</ button >
19
- < button type ="button " class ="button tag filter-btn " data-filter ="skill-javascript "> Skill: JavaScript</ button >
20
- < button type ="button " class ="button tag filter-btn " data-filter ="skill-php "> Skill: PHP</ button >
21
- < button type ="button " class ="button tag filter-btn " data-filter ="skill-python "> Skill: Python</ button >
22
- < button type ="button " class ="button tag filter-btn " data-filter ="skill-wordpress "> Skill: WordPress</ button >
12
+ < button type ="button " class ="button btn-dark filter-btn " data-filter ="all "> All Projects</ button >
13
+ < button type ="button " class ="button filter-btn " data-filter ="difficulty-medium "> Difficulty: Medium</ button >
14
+ < button type ="button " class ="button filter-btn " data-filter ="difficulty-hard "> Difficulty: Hard</ button >
15
+ < button type ="button " class ="button filter-btn " data-filter ="skill-ansible "> Skill: Ansible</ button >
16
+ < button type ="button " class ="button filter-btn " data-filter ="skill-css "> Skill: CSS</ button >
17
+ < button type ="button " class ="button filter-btn " data-filter ="skill-docker "> Skill: Docker</ button >
18
+ < button type ="button " class ="button filter-btn " data-filter ="skill-javascript "> Skill: JavaScript</ button >
19
+ < button type ="button " class ="button filter-btn " data-filter ="skill-php "> Skill: PHP</ button >
20
+ < button type ="button " class ="button filter-btn " data-filter ="skill-python "> Skill: Python</ button >
21
+ < button type ="button " class ="button filter-btn " data-filter ="skill-wordpress "> Skill: WordPress</ button >
23
22
</ div >
24
23
</ header >
25
24
@@ -43,14 +42,11 @@ <h3><a href="#original-ideas">Original Ideas</a></h3>
43
42
</ ul >
44
43
</ article >
45
44
46
- <!--TODO: EVALUATE WHETHER TO KEEP LEGACY DESIGN/MARKUP-->
47
-
48
- < div >
45
+ < div class ="content ">
49
46
{% for idea in ideas %}
50
- < div >
51
47
< h2 > < a name ="{{ idea._slug }} "> {{ idea.title }}</ a > </ h2 >
52
- < div >
53
- < div >
48
+ < div class =" project-container " >
49
+ < div class =" project-summary " >
54
50
< h5 > Difficulty</ h5 >
55
51
< p > {{ idea.difficulty }}</ p >
56
52
< h5 > Size</ h5 >
@@ -60,7 +56,7 @@ <h5>Skills recommended</h5>
60
56
< h5 > Project Lead</ h5 >
61
57
{{ idea.lead }}
62
58
</ div >
63
- < div >
59
+ < div class =" project-description " >
64
60
< h3 > The Problem</ h3 >
65
61
< p > {{ idea.problem }}</ p >
66
62
< h3 > Expected Outcome</ h3 >
@@ -74,7 +70,6 @@ <h3>Resources</h3>
74
70
</ div >
75
71
</ div >
76
72
< a href ="#project-list "> < i > </ i > Back to the Project list</ a >
77
- </ div >
78
73
{% endfor %}
79
74
< div >
80
75
< h2 class ="b-header "> < a name ="original-ideas "> Original Ideas</ a > </ h2 >
0 commit comments