mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Add initial site content
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
<!-- start custom footer snippets -->
|
||||
<div id="quoteline"></div>
|
||||
<script language="JavaScript">
|
||||
var quote = new Array ();
|
||||
quote[0] = ["A house that does not have one warm, comfy chair in it is soulless.", "May Sarton"];
|
||||
quote[1] = ["Home is an invention on which no one has yet improved.", "Ann Douglas"];
|
||||
quote[2] = ["Seek home for rest, for home is best.", "Thomas Tusser"];
|
||||
quote[3] = ["I would not change my blest estate for all the world calls good or great.", "Isaac Watts"];
|
||||
quote[4] = ["To feel at home, stay at home.", "Clifton Fadiman"];
|
||||
quote[5] = ["We shape our dwellings, and afterwards our dwellings shape us.", "Winston Churchill"];
|
||||
var i = Math.floor(quote.length*Math.random());
|
||||
document.getElementById('quoteline').innerHTML = '<i>'+quote[i][0]+'</i>—'+quote[i][1];
|
||||
</script>
|
||||
|
||||
<!-- end custom footer snippets -->
|
||||
<!-- end custom footer snippets -->
|
||||
|
||||
@@ -2,4 +2,14 @@
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
<!-- support for buttons.github.io -->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
/* override mmistakes image highlighting */
|
||||
.archive__item:hover .archive__item-teaser {
|
||||
box-shadow: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
Reference in New Issue
Block a user