aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-08-28 11:17:32 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-08-28 11:17:32 +0200
commitff5de9be764524cc0ba3f1dd109d64f40da09407 (patch)
treebcb551fab9f3caf912d9f8b5aa237b921fb8f95f
parent678488433e286ede6880b47288562bc91f8d0cd9 (diff)
downloadramaskrik-social-ff5de9be764524cc0ba3f1dd109d64f40da09407.tar.gz
ramaskrik-social-ff5de9be764524cc0ba3f1dd109d64f40da09407.tar.bz2
ramaskrik-social-ff5de9be764524cc0ba3f1dd109d64f40da09407.zip
Add license info to footer.
-rw-r--r--public/app.css20
-rw-r--r--public/index.html19
2 files changed, 39 insertions, 0 deletions
diff --git a/public/app.css b/public/app.css
index 10709d7..1f9ae99 100644
--- a/public/app.css
+++ b/public/app.css
@@ -20,3 +20,23 @@ a {
a:hover {
color: #ffd382;
}
+
+footer {
+ display: flex;
+ font-size: small;
+ margin-top: 1rem;
+ padding-top: 0.5rem;
+ border-top: 1px dashed;
+}
+
+footer a {
+ text-decoration: none;
+}
+
+footer img {
+ vertical-align: top;
+}
+
+#copyright-text {
+ padding-left: 0.5rem;
+}
diff --git a/public/index.html b/public/index.html
index 770c0c0..3fe7200 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,5 +13,24 @@
<a href="https://www.cinemateket.no/ravenheart">Cinemateket sine sider</a> for å være helt sikker.</p>
<div id="program"></div>
+
+ <footer>
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
+ <img alt="Creative Commons-lisens" style="border-width:0"
+ src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png">
+ </a>
+ <span id="copyright-text">
+ <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
+ Ravenheart uoffisielt program
+ </span>
+ av
+ <a xmlns:cc="http://creativecommons.org/ns#" href="https://code.volse.no/ramaskrik-social.git/"
+ property="cc:attributionName" rel="cc:attributionURL">Harald Eilertsen</a>
+ er lisensiert under en
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
+ Creative Commons Navngivelse-DelPåSammeVilkår 4.0 Internasjonal Lisens
+ </a>.
+ </span>
+ </footer>
</body>
</html>