Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
formats content
  • Loading branch information
telemetry committed Jun 17, 2024
1 parent e46e5af commit 24cf4f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -31,12 +30,10 @@
cursor: pointer;
}


.bio {
display: none;
}


body {
margin: 0;
font-family: "DM Sans", sans-serif;
Expand All @@ -49,7 +46,6 @@
text-align: left;
}

/* Create two equal columns that floats next to each other */
.column {
/* float: left;
width: 50%; */
Expand Down Expand Up @@ -80,8 +76,6 @@
<div class="header">
<h1>Small Victories</h1>
<p>Photography by Terrence Gillespie. <a class="bio-link" onclick="showBio()">View Bio</a>.</p>


</div>
<div class="bio" id="biography">
<p>Born in Lima, Peru, Terrence was introduced to the camera at a young age & his first images mimicked
Expand Down Expand Up @@ -125,5 +119,4 @@ <h1>Small Victories</h1>
}
}
</script>

</html>

0 comments on commit 24cf4f6

Please sign in to comment.