Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
fixes typos and link underline display
  • Loading branch information
telemetry committed Jun 16, 2024
1 parent 6c0e9b6 commit 77da784
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@

a {
color: hotpink;
text-decoration: none;
}

a:visited {
color: orchid;
color: rebeccapurple;
text-decoration: none;
}

a.bio-link {
Expand Down Expand Up @@ -77,7 +79,7 @@
<div class="row">
<div class="header">
<h1>Small Victories</h1>
<p>Photography by Terrence Gillespie. <a class="bio-link" onclick="showBio()">View Biography</a></p>
<p>Photography by Terrence Gillespie. <a class="bio-link" onclick="showBio()">View Biography</a>.</p>


</div>
Expand All @@ -87,7 +89,7 @@ <h1>Small Victories</h1>
of his maternal grandfather Pedro Paz.</p>
<p>Terrence's work explores themes of solitude, belonging and non-places - a term coined by Marc Augé which
refers to anthropological spaces of transience where human beings remain anonymous.</p>
<p>He lives & works in Souh East Queensland, Australia</p>
<p>He lives & works in Souh East Queensland, Australia.</p>
</div>
<div class="column">
<img src="img/00.jpg" style="width:100%" />
Expand Down

0 comments on commit 77da784

Please sign in to comment.