Skip to content

Commit af07d24

Browse files
committed
Add solicitation of original ideas to project ideas page.
1 parent a5686e5 commit af07d24

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/project-ideas.html

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
{% for idea in ideas %}
3737
<li class="my-2"><a href="#{{ idea._slug }}">{{ idea.title }}</a></li>
3838
{% endfor %}
39+
<li class="my-2"><a href="#your-idea">Your idea here</a></li>
3940
</ul>
4041
</div>
4142
<hr/>
@@ -54,6 +55,12 @@ <h2 class="card-header"><a name="{{ idea._slug }}">{{ idea.title }}</a></h5>
5455
</ul>
5556
</div>
5657
{% endfor %}
58+
<div class="project-idea-card m-1 mb-4">
59+
<h2 class="card-header"><a name="your-idea">Your idea here</a></h5>
60+
<ul class="list-group list-group-flush">
61+
<li class="list-group-item">We are open to original ideas for projects that will help increase the utility of CC-licensed content, ease the process for creators applying CC licenses to their content, or improve CC's internal tools or processes. Please talk to us on Slack or via the mailing list to find a mentor for the project before submitting your proposal.</li>
62+
</ul>
63+
</div>
5764
<a id="back-to-top" href="#ideas-top" class="btn btn-dark btn-sm" role="button">Back to list</a>
5865
</div>
5966
{% endblock %}

0 commit comments

Comments
 (0)