Skip to content

Commit c81a33c

Browse files
committed
Added community page.
1 parent 37fdb5a commit c81a33c

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

content/community/contents.lr

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
_model: page
2+
---
3+
title: Join the CC Developer Community
4+
---
5+
body:
6+
7+
#### Slack
8+
CC has an active Slack community open to the public. [Sign up here](http://slack-signup.creativecommons.org/). Channels relevant to CC's software are:
9+
* `#cc-developers` – for general technical discussion
10+
* `#cc-gsoc` – for Google Summer of Code related discussion
11+
* `#cc-usability` – for soliciting feedback on new releases from the community
12+
13+
#### Mailing List
14+
15+
Join the [current CC Developers mailing list here](https://groups.google.com/a/creativecommons.org/forum/#!forum/cc-developers).
16+
17+
The archives of our [previous mailing list are here](https://lists.ibiblio.org/pipermail/cc-devel/).
18+
19+
#### IRC
20+
IRC isn't very active anymore, but we have two channels on [Freenode](https://freenode.net/).
21+
- `#creativecommons` – for general discussion
22+
- `#creativecommons-dev` – for technical discussion

content/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We just started an effort to make individual projects easier to find and contrib
1010

1111
<hr/>
1212

13-
## Get Involved
13+
### Get Involved
1414

1515
Using our tools (such as [the new CC Search beta](http://ccsearch.creativecommons.org/)) and letting us know how it's working for you is fantastic! We're looking for bug reports, feature requests, general comments – any form of feedback is excellent, no matter how small.
1616

templates/layout.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
<ul class="navbar-nav">
2323
<li class="nav-item{% if this._path == '/' %} active{% endif
2424
%}"><a class="nav-link" href="{{ '/'|url }}">Home</a></li>
25-
<!-- UNCOMMENT THIS FOR NON-DROPDOWN NAV ITEMS
2625
{% for href, title in [
27-
['/url', 'Link Text'],
26+
['/community', 'Community'],
2827
] %}
2928
<li class="nav-item{% if this.is_child_of(href) %} active{% endif%}">
3029
<a class="nav-link" href="{{ href|url }}">{{ title }}</a>
3130
</li>
32-
{% endfor %} -->
31+
{% endfor %}
3332
<li class="nav-item dropdown {% if this.is_child_of('/gsoc-2019') %} active{% endif%}">
3433
<a class="nav-link" href="/gsoc-2019/" id="navbarDropdown" role="button">Google Summer of Code 2019</a>
3534
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
@@ -54,7 +53,7 @@
5453
<p class="card-text">This site is under construction and information here may not be accurate. This notice will be removed when the site is ready.</p>
5554
</div>
5655
</div>
57-
<h1>{{ this.title }}</h1>
56+
<h2 class="pb-2"><strong>{{ this.title }}</strong></h2>
5857
{% block body %}{% endblock %}
5958
</div>
6059
</div>

0 commit comments

Comments
 (0)