Skip to content

Commit 46eb94d

Browse files
committed
Add Get-Involved section
1 parent 48dab4e commit 46eb94d

File tree

6 files changed

+115
-9
lines changed

6 files changed

+115
-9
lines changed

content/contents.lr

+45-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,52 @@ links:
2222
#### get-involved ####
2323
title:
2424

25+
<h2>Get Involved</h2>
26+
<p class="body-bigger margin-top-normal">Help CC’s mission by contributing to our products, integrating our tools into your project, or using our plugins. We have a small team and really appreciate your involvement!</p>
27+
----
28+
links_product:
29+
30+
<img src="./product.svg">
31+
32+
<h4 class="b-header margin-top-bigger">Help us build our products</h4>
33+
34+
<div class="margin-top-large">
35+
<h5 class="b-header"><a href="/contributing-code" class="has-text-forest-green">Contribution Guidelines</a></h5>
36+
<p class="body-normal margin-top-smaller">Learn how to contribute and then get started.</p>
37+
38+
<h5 class="b-header margin-top-big"><a href="/community/community-team" class="has-text-forest-green">Community Team</a></h5>
39+
<p class="body-normal margin-top-smaller">Become a member of our community volunteer team.</p>
40+
41+
<h5 class="b-header margin-top-big"><a href="/contributing-code/projects" class="has-text-forest-green">All Available Projects</a></h5>
42+
<p class="body-normal margin-top-smaller">See all of our open source projects in one place.</p>
43+
</div>
44+
----
45+
links_integrate:
2546

47+
<img src="./integrate.svg">
48+
49+
<h4 class="b-header margin-top-bigger">Integrate CC licenses into your project</h4>
50+
51+
<div class="margin-top-large">
52+
<h5 class="b-header"><a href="https://api.creativecommons.engineering/v1/" class="has-text-forest-green">CC Catalog API</a></h5>
53+
<p class="body-normal margin-top-smaller">Build CC-licensed content into your application.</p>
54+
55+
<h5 class="b-header margin-top-big"><a href="https://creativecommons.org/platform/toolkit/" class="has-text-forest-green">Platform Toolkit</a></h5>
56+
<p class="body-normal margin-top-smaller">Give users the option to openly license their content.</p>
57+
</div>
2658
----
27-
content:
59+
links_plugins:
60+
61+
<img src="./plugins.svg">
62+
63+
<h4 class="b-header margin-top-bigger">Use Our Plugins</h4>
64+
65+
<div class="margin-top-large">
66+
<h5 class="b-header"><a href="https://wordpress.org/plugins/creative-commons/" class="has-text-forest-green">Wordpress Plugin</a></h5>
67+
<p class="body-normal margin-top-smaller">Mark your work with a CC license from within WordPress.</p>
68+
69+
<h5 class="b-header margin-top-big"><a href="https://opensource.creativecommons.org/ccsearch-browser-extension/" class="has-text-forest-green">CC Search Browser Extension</a></h5>
70+
<p class="body-normal margin-top-smaller">Search the Catalog using our Extension.</p>
71+
</div>
2872

2973

content/integrate.svg

+15
Loading

content/plugins.svg

+16
Loading

content/product.svg

+10
Loading

flowblocks/get-involved.ini

+12-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ label = {{ this.title }}
44

55
[fields.title]
66
label = Title
7-
type = string
7+
type = html
88

9-
[fields.content]
10-
label = Content
11-
type = text
9+
[fields.links_product]
10+
label = Links Product
11+
type = html
12+
13+
[fields.links_integrate]
14+
label = Links Integrate
15+
type = html
16+
17+
[fields.links_plugins]
18+
label = Links Plugins
19+
type = html
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
<div>
2-
{{ this.title }}
3-
{{ this.content }}
4-
</div>
1+
<section class="has-background-grey-lighter padding-xxl">
2+
<div class="column is-9 is-paddingless">
3+
{{ this.title }}
4+
</div>
5+
6+
<div class="columns margin-top-xl">
7+
<div class="column is-one-third">
8+
{{ this.links_product }}
9+
</div>
10+
<div class="column is-one-third">
11+
{{ this.links_integrate }}
12+
</div>
13+
<div class="column is-one-third">
14+
{{ this.links_plugins }}
15+
</div>
16+
</div>
17+
</section>

0 commit comments

Comments
 (0)