diff --git a/static/author.svg b/static/author.svg new file mode 100644 index 0000000..e460480 --- /dev/null +++ b/static/author.svg @@ -0,0 +1,3371 @@ + + + + + + + + + + +]> + diff --git a/static/author2.svg b/static/author2.svg new file mode 100644 index 0000000..2f5b3e6 --- /dev/null +++ b/static/author2.svg @@ -0,0 +1,8 @@ + + + + diff --git a/static/chewing_gum_shadow.png b/static/chewing_gum_shadow.png new file mode 100755 index 0000000..60a625a Binary files /dev/null and b/static/chewing_gum_shadow.png differ diff --git a/static/css/main.css b/static/css/main.css index c2995bb..6948cda 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -76,6 +76,22 @@ sup#fn54, sup#fn38, sup#fn66 { /* -webkit-clip-path: ellipse(49% 70% at center center); */ } +#colophon { + position: fixed; + right: 0; + bottom: 10px; + width: 14%; +} + +#colophon img { + width: 100%; + -webkit-transform:rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); +} + .main:after { content: ""; display: table; diff --git a/templates/layout.html b/templates/layout.html index 31536bc..5ecd447 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -654,6 +654,8 @@ var flag = true; {% block content %} {% endblock content %} + +