-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
213 lines (191 loc) · 7.03 KB
/
Copy pathindex.html
File metadata and controls
213 lines (191 loc) · 7.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet">
<title>Small Victories - Photography by Terrence Gillespie</title>
</head>
<style>
* {
box-sizing: border-box;
}
:root {
--bg-color: white;
--text-color: black;
--link-color: hotpink;
--visited-color: rebeccapurple;
}
.dark {
--bg-color: #121212;
--text-color: #e0e0e0;
--link-color: hotpink;
--visited-color: #ffa07a;
}
body {
margin: 0;
font-family: "Host Grotesk", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
background-color: var(--bg-color);
color: var(--text-color);
transition: background-color 0.3s, color 0.3s;
}
a {
color: var(--link-color);
text-decoration: none;
transition: color 0.3s;
}
a:visited {
color: var(--visited-color);
text-decoration: none;
}
#theme-toggle {
position: fixed;
top: 10px;
right: 10px;
cursor: pointer;
z-index: 1000;
font-weight: 500;
user-select: none;
font-size: 24px;
}
#bio-link {
cursor: pointer;
}
.bio {
display: none;
}
.bio p{
font-weight: 200;
}
.header {
text-align: left;
}
.column {
/* float: left;
width: 50%; */
}
.column img {
margin-top: 24px;
border-radius: 12px;
}
.row {
max-width: 40em;
margin: 0 auto;
padding: 10px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
<body onload="showBio(); currentYear(); setTheme()">
<div id="theme-toggle" onclick="toggleTheme()"></div>
<div class="row">
<div class="header">
<h1>Small Victories</h1>
<p>Photography by Terrence Gillespie. <a id="bio-link" onclick="losDos()">View Bio</a>.</p>
</div>
<div class="bio" id="biography">
<h3>Bio</h3>
<p>Born in Lima, Peru, Terrence was introduced to the camera at a young age & his first images mimicked
those 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 on Kabi Kabi Country / South East Queensland, Australia.</p>
<h3>Awards</h3>
<p><a href="https://gallery.sunshinecoast.qld.gov.au/art-prizes/local-contemporary-art-prize/local-artists-local-content/2025-winners/2d-excellence-award">2D Excellence Award & Aquisition - Local Contemporary Art Prize 2025</a></p>
<p><a href="https://digital.galahpress.com/articles/2025-galah-regional-photography-prize-3/">Finalist - Galah Regional Photography Prize 2025</a></p>
<p><a href="https://www.museumofbrisbane.com.au/viewfinders-online/">Viewfinders Selection - New Light: Photography Now + Then 2024</a></p>
<p>Finalist - Du Rietz Art Awards 2024</p>
<p>2D Highly Commended - Du Rietz Art Awards 2022</p>
<p>Finalist - Sunshine Coast Environment Photography Awards 2016</p>
<p><a href="img/Terrence_Gillespie_CV_2026.pdf">View Artist CV</a></p>
</div>
<div class="column">
<img src="img/20.jpg" style="width:100%" />
<img src="img/21.jpg" style="width:100%" />
<img src="img/01.jpg" style="width:100%" />
<img src="img/00.jpg" style="width:100%" />
<img src="img/02.jpg" style="width:100%" />
<img src="img/17.jpg" style="width:100%" />
<img src="img/04.jpg" style="width:100%" />
<img src="img/05.jpg" style="width:100%" />
<img src="img/06.jpg" style="width:100%" />
<img src="img/19.jpg" style="width:100%" />
<img src="img/16.jpg" style="width:100%" />
<img src="img/09.jpg" style="width:100%" />
<img src="img/07.jpg" style="width:100%" />
<img src="img/11.jpg" style="width:100%" />
<img src="img/12.jpg" style="width:100%" />
<img src="img/15.jpg" style="width:100%" />
<img src="img/14.jpg" style="width:100%" />
<img src="img/18.jpg" style="width:100%" />
<img src="img/13.jpg" style="width:100%" />
</div>
<div class="footer">
<p><a href="mailto:terabyte+prints@gmail.com">Contact Terrence</a> for prints, zines & any enquiries.</p>
<p>Small Victories | 2004 - <span id="year"></span></p>
<p>© <a href="https://terrygillespie.com">Terrence Gillespie</a> | <a
href="img/Terrence_Gillespie_CV_2026.pdf">Artist CV</a></p>
</body>
<script>
// do both functions
function losDos() {
showBio();
switchCopy();
};
// show biography text
function showBio() {
var x = document.getElementById("biography");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
};
// change text on show and hide
function switchCopy() {
var x = document.getElementById("bio-link");
if (x.innerHTML === "View Bio") {
x.innerHTML = "Hide Bio";
} else {
x.innerHTML = "View Bio";
}
}
function currentYear() {
document.getElementById("year").innerHTML = new Date().getFullYear();
};
function setTheme() {
const theme = localStorage.getItem('theme') || 'light';
const body = document.body;
const toggle = document.getElementById('theme-toggle');
if (theme === 'dark') {
body.classList.add('dark');
toggle.textContent = '☀️';
} else {
toggle.textContent = '🌑';
}
}
function toggleTheme() {
const body = document.body;
const toggle = document.getElementById('theme-toggle');
if (body.classList.contains('dark')) {
body.classList.remove('dark');
toggle.textContent = '🌑';
localStorage.setItem('theme', 'light');
} else {
body.classList.add('dark');
toggle.textContent = '☀️';
localStorage.setItem('theme', 'dark');
}
}
</script>
</html>