update again
This commit is contained in:
parent
2d33a99e7d
commit
168f2f2a54
@ -5,9 +5,9 @@
|
|||||||
# Copying files in the dockerfile is kind of a mess. Actually not really.
|
# Copying files in the dockerfile is kind of a mess. Actually not really.
|
||||||
# Just remember when linking files, follow the method below.
|
# Just remember when linking files, follow the method below.
|
||||||
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"
|
||||||
COPY src/ /var/www/html
|
COPY src/ /var/www/html
|
||||||
COPY img/ /var/www/html/img
|
COPY img/ /var/www/html/img
|
||||||
COPY css/ /var/www/html/css
|
COPY css/ /var/www/html/css
|
||||||
COPY webfonts/ /var/www/html/webfonts
|
COPY webfonts/ /var/www/html/webfonts
|
||||||
COPY assets/ /var/www/html/assets
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
BIN
src/assets/resume.pdf
Normal file
BIN
src/assets/resume.pdf
Normal file
Binary file not shown.
@ -16,7 +16,7 @@
|
|||||||
</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>
|
||||||
<a class="nav-item nav-link" href="about.php">About</a>
|
<a class="nav-item nav-link" href="assets/resume.pdf">About</a>
|
||||||
<a class="nav-item nav-link" href="https://github.com/wymillerlinux?tab=repositories">Projects</a>
|
<a class="nav-item nav-link" href="https://github.com/wymillerlinux?tab=repositories">Projects</a>
|
||||||
<a class="nav-item nav-link" href="mailto:wjmiller2016@gmail.com">Contact</a>
|
<a class="nav-item nav-link" href="mailto:wjmiller2016@gmail.com">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -31,9 +31,10 @@ a:hover {color: seashell !important;}
|
|||||||
.about-background p {position: relative; font-size: 20px; color: white;}
|
.about-background p {position: relative; font-size: 20px; color: white;}
|
||||||
|
|
||||||
.nav-pills .nav-link {font-size: 24px; background-color: #f08080 !important; border-radius: 0 !important; border-style: solid; border-width: 2px; border-color: black;}
|
.nav-pills .nav-link {font-size: 24px; background-color: #f08080 !important; border-radius: 0 !important; border-style: solid; border-width: 2px; border-color: black;}
|
||||||
.nav-link a {color: white; text-decoration-color: white;}
|
.nav-link a {font-family: "Oswald", cursive; font-size: 30px; color: white; text-decoration-color: white;}
|
||||||
.nav-pills .nav-link a:hover {text-decoration-color: white;}
|
.nav-link a:hover {background-color: #efa0a0 !important; text-decoration-color: white;}
|
||||||
a.nav-item.nav-link {font-family: "Ubuntu", cursive; font-size: 30px;}
|
a:hover.nav-item.nav-link {background-color: #efa0a0 !important; text-decoration-color: white;}
|
||||||
|
a.nav-item.nav-link {font-family: "Oswald", cursive; font-size: 30px;}
|
||||||
|
|
||||||
/*Media queries*/
|
/*Media queries*/
|
||||||
@media (min-width: 768px){
|
@media (min-width: 768px){
|
||||||
|
@ -8,8 +8,8 @@ Licensed by the MIT
|
|||||||
new Twitch.Embed("twitch-embed", {
|
new Twitch.Embed("twitch-embed", {
|
||||||
theme: "dark",
|
theme: "dark",
|
||||||
chat: "mobile",
|
chat: "mobile",
|
||||||
width: "80%",
|
width: "100%",
|
||||||
height: "50%",
|
height: "100%",
|
||||||
channel: "wymillerlinux"
|
channel: "wymillerlinux"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user