fixes
This commit is contained in:
parent
a7c5098003
commit
5b252cccbf
@ -7,7 +7,4 @@
|
|||||||
FROM php:7.0-apache
|
FROM php:7.0-apache
|
||||||
RUN /bin/bash -c "cd /var/www/html && mkdir assets && mkdir css && mkdir img && mkdir webfonts"
|
RUN /bin/bash -c "cd /var/www/html && mkdir assets && mkdir css && mkdir img && mkdir webfonts"
|
||||||
COPY src/ /var/www/html
|
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
|
EXPOSE 80
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="header-title">
|
<div class="header-title">
|
||||||
<h1>Wyatt J. Miller</h1>
|
<h1>Wyatt J. Miller</h1>
|
||||||
|
<p>version 1.2.1 "Velvet Thunder"</p>
|
||||||
</div>
|
</div>
|
||||||
<nav class="nav nav-pills nav-justified">
|
<nav class="nav nav-pills nav-justified">
|
||||||
<a class="nav-item nav-link" href="/">Home</a>
|
<a class="nav-item nav-link" href="/">Home</a>
|
||||||
|
@ -49,4 +49,4 @@ if (time < 12) {
|
|||||||
elTime.innerHTML = a;
|
elTime.innerHTML = a;
|
||||||
}
|
}
|
||||||
|
|
||||||
//whatTimeIsIt();
|
console.log("Anyone that gets the version codename, email me by clicking the contact button.");
|
||||||
|
@ -16,6 +16,7 @@ a:hover {color: seashell !important;}
|
|||||||
.header {background-color: #4c4e51;}
|
.header {background-color: #4c4e51;}
|
||||||
.header-title {color: whitesmoke;}
|
.header-title {color: whitesmoke;}
|
||||||
.header-title h1 {font-family: "Pacifico", cursive; font-size: 72px; text-align: center; margin: 0; padding: 35px;}
|
.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 {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;}
|
.footer p {font-size: 20px; color: white; text-align: center; padding: 5px;}
|
||||||
|
Loading…
Reference in New Issue
Block a user