This commit is contained in:
Wyatt J. Miller 2019-01-12 15:45:33 -05:00
parent a7c5098003
commit 5b252cccbf
4 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,4 @@
FROM php:7.0-apache
RUN /bin/bash -c "cd /var/www/html && mkdir assets && mkdir css && mkdir img && mkdir webfonts"
COPY src/ /var/www/html
COPY img/ /var/www/html/img
COPY css/ /var/www/html/css
COPY webfonts/ /var/www/html/webfonts
EXPOSE 80

View File

@ -12,6 +12,7 @@
<div class="header">
<div class="header-title">
<h1>Wyatt J. Miller</h1>
<p>version 1.2.1 "Velvet Thunder"</p>
</div>
<nav class="nav nav-pills nav-justified">
<a class="nav-item nav-link" href="/">Home</a>

View File

@ -49,4 +49,4 @@ if (time < 12) {
elTime.innerHTML = a;
}
//whatTimeIsIt();
console.log("Anyone that gets the version codename, email me by clicking the contact button.");

View File

@ -16,6 +16,7 @@ a:hover {color: seashell !important;}
.header {background-color: #4c4e51;}
.header-title {color: whitesmoke;}
.header-title h1 {font-family: "Pacifico", cursive; font-size: 72px; text-align: center; margin: 0; padding: 35px;}
.header-title p {font-size: 10px; text-align: right; margin: 1px; color: #63666b}
.footer {font-family: "Oswald", sans-serif; background-color: #4c4e51; padding: 20px; position: sticky; width: 100%; bottom: 0;}
.footer p {font-size: 20px; color: white; text-align: center; padding: 5px;}