Add copyright notice to footer

master
Drake 3 years ago
parent 0fefff521c
commit e3dd6232ae
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -6,6 +6,7 @@
<footer class = "white footer">
<p>
<a href = "../blog.html" class = "grey padding">Go back to blog home</a>
<span class = "grey padding-right" style = "font-size: small; float: right;">&copy; 2020-2021 Ruthenic</span>
</p>
</footer>
</div>

@ -16,3 +16,8 @@
position: relative;
left: 10px;
}
.padding-right {
position: relative;
right: 10px;
}

@ -12,6 +12,7 @@
<a href = "/cool.html" class = "grey padding">Stuff I Like</a>
<a href = "/info.html" class = "grey padding">About Me</a>
<a href = "/contact.html" class = "grey padding">Contact Us</a>
<span class = "grey padding-right" style = "font-size: small; float: right;">&copy; 2020-2021 Ruthenic</span>
</p>
</footer>
</div>

@ -6,6 +6,7 @@
<footer class = "white footer">
<p>
<a href = "rambles.html" class = "grey padding">Go back to ramble home</a>
<span class = "grey padding-right" style = "font-size: small; float: right;">&copy; 2020-2021 Ruthenic</span>
</p>
</footer>
</div>

Loading…
Cancel
Save