Skip to content

Commit f03d22b

Browse files
author
Dylan McCall
committed
Add print versions of the CC logo and free culture seal
1 parent 5436ac8 commit f03d22b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

python_env/src/cc.engine/cc/engine/templates/licenses/standard_deed.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,13 @@ <h3>{% trans %}Creative Commons has <a href="http://creativecommons.org/retiredl
6767

6868
{% if license.license_code in ('by', 'by-sa') %}
6969
<div id="libre" class="col-sm-2">
70-
<a href="http://freedomdefined.org/">
70+
<a href="http://freedomdefined.org/" class="screen-only">
7171
<img src="/images/deed/FreeCulturalWorks_seal_x2.jpg" style="border: 0"
7272
alt="{% trans %}This license is acceptable for Free Cultural Works.{% endtrans %}" />
7373
</a>
74+
<a href="http://freedomdefined.org/" class="print-only">
75+
<img src="/images/deed/seal.png" style="border: 0" alt="" />
76+
</a>
7477
</div>
7578
{% endif %}
7679
</div>

python_env/src/cc.engine/cc/engine/templates/macros_templates/deed.html

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
<main id="main" class="site-main container" role="main">
7272
<div id="deed" class="row" dir="{{ get_ltr_rtl }}" style="{{ is_rtl_align }}">
7373
<div id="deed-head" class="row">
74+
<div class="print-only icon cc-logo-print">
75+
<img alt="cc logo" src="/images/deed/cc-logo.jpg">
76+
</div>
7477
<div id="cc-link">
7578
<a rel="dc:creator dct:creator" href="/">
7679
<span property="dc:title dct:title">Creative Commons</span>

0 commit comments

Comments
 (0)