cv formatting, reworking back button on some pages, minor fixes
This commit is contained in:
parent
31a7ee2818
commit
332f85529a
7 changed files with 68 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue