Skip to content

Commit

Permalink
add back button
Browse files Browse the repository at this point in the history
  • Loading branch information
grolls23 committed Apr 11, 2024
1 parent 95760ae commit 1c8d2a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="style.css" type="text/css" rel="stylesheet" />
<div class="header">
<h1>CV</h1>
<a href="index.html" class="back-button">Back</a>
<a href="index.html" class="back-button">Back</a>
</div>
<body>
<iframe src="Rolls, Gavin - CV Apr24.pdf" height="1000" width="75%" margin="0 auto">
Expand Down
3 changes: 2 additions & 1 deletion londonunderground.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<title>Simulating the Underground</title>
<link href="style.css" type="text/css" rel="stylesheet" />
<div class="header">
<h1>Resume</h1>
<h1>Simulating the London Underground</h1>
<a href="index.html" class="back-button"> ← Back</a>
</div>
<body>
<iframe src="Urbsim_Final_Paper__Website_.pdf" height="1000" width="75%" margin="0 auto">
Expand Down
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@

.back-button {
position: absolute;
top: 10px;
right: 10px;
top: 40px;
right: 40px;
color: white;
text-decoration: none;
font-size: 16px;
font-family: TubeFont, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
cursor: pointer;
}

.background {
Expand Down

0 comments on commit 1c8d2a8

Please sign in to comment.