Skip to content

Commit 128b712

Browse files
committed
Copyright notice
1 parent 2fd48c8 commit 128b712

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

static/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,16 @@ section.point p.link a {
102102
text-transform: uppercase;
103103
font-weight: bold;
104104
}
105+
a {
106+
color: #00578e;
107+
}
105108
footer {
106109
margin-top: 5rem;
107110
padding: 1rem;
108111
text-align: right;
109112
background-color: #101418;
110113
color: #e4e6e8;
114+
font-size: 0.85em;
111115
}
112116

113117
/* Tiny screens: smaller header, in addition to "max-width : 55em" below */

templates/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ <h2>{{ point.name }}</h2>
3030
</div>
3131
<footer>
3232
<p class="disclaimer">
33-
This site is not affiliated with either the Fedora project or
34-
the Python Software Foundation.
33+
{{ 'This site is not affiliated with either the Fedora Project or the Python Software Foundation. The content, except for any trademarked logos, or unless otherwise noted is licensed under [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/legalcode) (by members of [Fedora Python SIG](https://fedoraproject.org/wiki/SIGs/Python)). The MicroBit picture is *Copyright &copy; 2016 British Broadcasting Corporation*, licensed under [MIT](https://github.com/lancaster-university/microbit-docs/blob/master/LICENSE). All product names, logos, and brands are property of their respective owners.' | markdown }}
3534
</p>
3635
</footer>
3736
</body>

0 commit comments

Comments
 (0)