cv formatting, reworking back button on some pages, minor fixes

This commit is contained in:
Nye Evans 2021-01-16 12:25:35 +00:00
parent 31a7ee2818
commit 332f85529a
7 changed files with 68 additions and 11 deletions

View file

@ -49,10 +49,18 @@ iframe{
}
.backButton{
text-align: center;
font-size: clamp(20px, 2vw, 170px);
margin-top: 10vh;
margin-bottom: 5vh;
text-decoration: none;
}
#backButtonContainer{
text-align: center;
margin-bottom: 7vh;
margin-top: 7vh;
}

View file

@ -23,6 +23,8 @@
evolved in complexity and scale.
</div>
<a href = "../../../index.html"><h2 class = "backButton"> <-Back to main page</h2></a>
<div id = "backButtonContainer">
<a href = "../../../index.html" class = "backButton"> <-Back to main page</a>
</div>
</body>
</HTML>

View file

@ -28,6 +28,8 @@
</div>
<a href = "../../../index.html"><h2 class = "backButton"> <-Back to main page</h2></a>
<div id = "backButtonContainer">
<a href = "../../../index.html" class = "backButton"> <-Back to main page</a>
</div>
</body>
</HTML>

View file

@ -21,6 +21,8 @@
feel that I succeeded at this.
</div>
<a href = "../../../index.html"><h2 class = "backButton"> <-Back to main page</h2></a>
<div id = "backButtonContainer">
<a href = "../../../index.html" class = "backButton"> <-Back to main page</a>
</div>
</body>
</HTML>