diff --git a/app/assets/images/tablewarez.png b/app/assets/images/tablewarez.png new file mode 100644 index 0000000..3a0d430 Binary files /dev/null and b/app/assets/images/tablewarez.png differ diff --git a/app/assets/stylesheets/layout.css b/app/assets/stylesheets/layout.css index b8e6d40..a53dbc0 100644 --- a/app/assets/stylesheets/layout.css +++ b/app/assets/stylesheets/layout.css @@ -15,7 +15,7 @@ main { max-width: 80vw; display: flex; flex-direction: column; - padding: 1em; + padding: 1em 1em 4em 1em; margin: 0 auto; min-height: calc(100vh - var(--header-height)); } @@ -159,3 +159,20 @@ hr { .roll-command-display:after { content: ")"; } + +footer { + background-color: #111; + text-align: center; + padding: 1em; + margin: 0 auto; + font-size: .8em; + max-width: 80vw; + a:link, a:visited { + color: var(--header-text-color); + text-decoration: none; + } + img { + display: block; + margin: 0 auto; + } +} diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index ebe91eb..0021ace 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -42,5 +42,11 @@ <%= yield(:main) if content_for?(:main) %> <%= yield unless content_for?(:main) %> + diff --git a/config/locales/en.yml b/config/locales/en.yml index 9e26ec3..e7cb888 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -18,6 +18,7 @@ en: characters: Characters profile: Profile tables: Tables + made_by: Brought to you by mailer: greeting: "Hi %{name}," greeting_without_name: Hi,