Started base work on backend for timeline automation and also updated gulpfile.js to add a new task for deploying via ftp to host.

This commit is contained in:
2021-08-21 12:26:31 +01:00
parent 7d901093bf
commit fba01f1d98
9 changed files with 1029 additions and 64 deletions
+2 -1
View File
@@ -310,7 +310,6 @@ section#curriculumvitae .cvGrid > div {
#curriculumvitae .timelineItem span {
color: hsl(0, 0%, 90%);
}
/**** Media Queries *****/
@media screen and (max-width: 90em) {
@@ -340,6 +339,7 @@ section#curriculumvitae .cvGrid > div {
section#curriculumvitae .cvGrid .timeline {
margin: 0 auto;
}
}
@media screen and (max-width: 75em) {
@@ -520,6 +520,7 @@ section#curriculumvitae .cvGrid > div {
section#about div {
padding: 0.1em 2.5em;
}
}
@media screen and (max-width: 31em) {