Skip to content

Commit 842286a

Browse files
committed
fix relative paths in essays/*.html for subdirectory location
1 parent d76f69f commit 842286a

7 files changed

Lines changed: 76 additions & 76 deletions
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<meta name="og:type" content="website">
2323
<meta name="theme-color" content="#111">
2424
<!-- Styles -->
25-
<link href="./css/main.css" rel="stylesheet">
26-
<link href="./css/crumple.css" rel="stylesheet">
27-
<link href="./css/font.css" rel="stylesheet">
28-
<link href="./css/mobile.css" rel="stylesheet">
25+
<link href="../css/main.css" rel="stylesheet">
26+
<link href="../css/crumple.css" rel="stylesheet">
27+
<link href="../css/font.css" rel="stylesheet">
28+
<link href="../css/mobile.css" rel="stylesheet">
2929
<style>
3030
.essay-img {
3131
max-width: 100%;
@@ -58,7 +58,7 @@
5858
}
5959
</style>
6060
<!-- Webpage Icon -->
61-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
61+
<link rel="shortcut icon" href="../assets/images/icon.png" type="image/png">
6262
<!-- Fonts -->
6363
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
6464

@@ -71,18 +71,18 @@
7171
<section class="writing">
7272
<div class="top-bar">
7373
<h1 class="header">
74-
<a href="./secrets.html" class="simple-link">
75-
<img class="header-img" src="assets/images/flower.svg">
74+
<a href="../secrets.html" class="simple-link">
75+
<img class="header-img" src="../assets/images/flower.svg">
7676
</a>
77-
<a href="./writings.html" class="simple-link">writing</a>
77+
<a href="../writings.html" class="simple-link">writing</a>
7878
</h1>
7979
</div>
8080

8181
<dl class="list">
8282
<dt>Investigating Bauermeister's Rainbow</dt>
8383
<dd class="list__item">
8484
<figure>
85-
<img class="essay-img" src="assets/images/rainbow-1973.webp" alt="Rainbow 1973">
85+
<img class="essay-img" src="../assets/images/rainbow-1973.webp" alt="Rainbow 1973">
8686
<figcaption>
8787
<em>Rainbow</em> (1973) (18.75 in. x 25.00 in)<br>
8888
<em>Lithograph on paper</em>
@@ -128,15 +128,15 @@ <h1 class="header">
128128
</p>
129129

130130
<figure>
131-
<img class="essay-img" src="assets/images/needless-needles-1972.webp"
131+
<img class="essay-img" src="../assets/images/needless-needles-1972.webp"
132132
alt="Needless Needles 1972">
133133
<figcaption>
134134
<em>Needless Needles</em> (1972) (15.9 x 18.9 x 4.7 in.)<br>
135135
<em>mixed media, india ink, glass lense</em>
136136
</figcaption>
137137
</figure>
138138
<figure>
139-
<img class="essay-img" src="assets/images/needless-needles-1964.webp"
139+
<img class="essay-img" src="../assets/images/needless-needles-1964.webp"
140140
alt="Needless Needles 1964">
141141
<figcaption>
142142
<em>Needless Needles</em>, 1964 (19 5/8 x 23 5/8 in)<br>
@@ -167,17 +167,17 @@ <h1 class="header">
167167
lines as if to fracture and obscure the prism, just as the glass lenses obscure the
168168
image in her lense boxes.
169169
</p>
170-
<img class="essay-img" src="assets/images/rainbow-detail-1.webp" alt="Rainbow detail">
171-
<img class="essay-img" src="assets/images/rainbow-detail-2.webp" alt="Rainbow detail">
170+
<img class="essay-img" src="../assets/images/rainbow-detail-1.webp" alt="Rainbow detail">
171+
<img class="essay-img" src="../assets/images/rainbow-detail-2.webp" alt="Rainbow detail">
172172
<p>
173173
Between the bands are clusters of dark circles, thematic in Bauermeister's work. On
174174
Needless Needles (1964), "multiple spheres, some overlapping each other, some partially
175175
framed by compass lines, suggesting the path of a planet in orbit," (Sechler). The
176176
words cosmic harmony, galaxies, solar systems, energy and a variety of constellations
177177
are clustered around these circular groups.
178178
</p>
179-
<img class="essay-img" src="assets/images/rainbow-detail-3.webp" alt="Rainbow detail">
180-
<img class="essay-img" src="assets/images/rainbow-detail-4.webp" alt="Rainbow detail">
179+
<img class="essay-img" src="../assets/images/rainbow-detail-3.webp" alt="Rainbow detail">
180+
<img class="essay-img" src="../assets/images/rainbow-detail-4.webp" alt="Rainbow detail">
181181
<p>
182182
The two yellow colored parts of the piece below are irregular, and repetition of the
183183
words cancer and sickness make the colored bodies malignant in comparison to the
@@ -188,7 +188,7 @@ <h1 class="header">
188188
</p>
189189

190190
<figure>
191-
<img class="essay-img" src="assets/images/bauermeister-wabenbild-1961.webp"
191+
<img class="essay-img" src="../assets/images/bauermeister-wabenbild-1961.webp"
192192
alt="Wabenbild/Malberg 1961">
193193
<figcaption>
194194
<em>Wabenbild/Malberg</em> 1961 (1 3/8 in. x 1 3/8)<br>
@@ -224,7 +224,7 @@ <h1 class="header">
224224
</p>
225225

226226
<figure>
227-
<img class="essay-img" src="assets/images/orplid-1979.webp"
227+
<img class="essay-img" src="../assets/images/orplid-1979.webp"
228228
alt="Orplid 1 und 2">
229229
<figcaption>
230230
<em>Orplid 1 und 2. Zweiteiliges Mappenwerk.</em> Ca. 1979-82. (15.7 x 19.5 in.)<br>
@@ -316,8 +316,8 @@ <h1 class="header">
316316
</section>
317317

318318
<footer class="footer" id="footer">
319-
<a class="footer__link--home" href=".">home</a>
320-
<a class="footer__link--art" href="./art.html">art</a>
319+
<a class="footer__link--home" href="..">home</a>
320+
<a class="footer__link--art" href="../art.html">art</a>
321321
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958"
322322
target="_blank" rel="noopener noreferrer">muze</a>
323323
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/"
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<meta name="og:type" content="website">
2323
<meta name="theme-color" content="#111">
2424
<!-- Styles -->
25-
<link href="./css/main.css" rel="stylesheet">
26-
<link href="./css/crumple.css" rel="stylesheet">
27-
<link href="./css/font.css" rel="stylesheet">
28-
<link href="./css/mobile.css" rel="stylesheet">
25+
<link href="../css/main.css" rel="stylesheet">
26+
<link href="../css/crumple.css" rel="stylesheet">
27+
<link href="../css/font.css" rel="stylesheet">
28+
<link href="../css/mobile.css" rel="stylesheet">
2929
<style>
3030
.essay-section-title {
3131
font-family: "Trebuchet MS", Helvetica, sans-serif;
@@ -36,7 +36,7 @@
3636
}
3737
</style>
3838
<!-- Webpage Icon -->
39-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
39+
<link rel="shortcut icon" href="../assets/images/icon.png" type="image/png">
4040
<!-- Fonts -->
4141
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
4242

@@ -49,10 +49,10 @@
4949
<section class="writing">
5050
<div class="top-bar">
5151
<h1 class="header">
52-
<a href="./secrets.html" class="simple-link">
53-
<img class="header-img" src="assets/images/flower.svg">
52+
<a href="../secrets.html" class="simple-link">
53+
<img class="header-img" src="../assets/images/flower.svg">
5454
</a>
55-
<a href="./writings.html" class="simple-link">writing</a>
55+
<a href="../writings.html" class="simple-link">writing</a>
5656
</h1>
5757
</div>
5858

@@ -313,8 +313,8 @@ <h1 class="header">
313313
</section>
314314

315315
<footer class="footer" id="footer">
316-
<a class="footer__link--home" href=".">home</a>
317-
<a class="footer__link--art" href="./art.html">art</a>
316+
<a class="footer__link--home" href="..">home</a>
317+
<a class="footer__link--art" href="../art.html">art</a>
318318
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958"
319319
target="_blank" rel="noopener noreferrer">muze</a>
320320
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/"
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<meta name="og:type" content="website">
2323
<meta name="theme-color" content="#111">
2424
<!-- Styles -->
25-
<link href="./css/main.css" rel="stylesheet">
26-
<link href="./css/crumple.css" rel="stylesheet">
27-
<link href="./css/font.css" rel="stylesheet">
28-
<link href="./css/mobile.css" rel="stylesheet">
25+
<link href="../css/main.css" rel="stylesheet">
26+
<link href="../css/crumple.css" rel="stylesheet">
27+
<link href="../css/font.css" rel="stylesheet">
28+
<link href="../css/mobile.css" rel="stylesheet">
2929
<!-- Webpage Icon -->
30-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
30+
<link rel="shortcut icon" href="../assets/images/icon.png" type="image/png">
3131
<!-- Fonts -->
3232
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
3333

@@ -40,10 +40,10 @@
4040
<section class="writing">
4141
<div class="top-bar">
4242
<h1 class="header">
43-
<a href="./secrets.html" class="simple-link">
44-
<img class="header-img" src="assets/images/flower.svg">
43+
<a href="../secrets.html" class="simple-link">
44+
<img class="header-img" src="../assets/images/flower.svg">
4545
</a>
46-
<a href="./writings.html" class="simple-link">writing</a>
46+
<a href="../writings.html" class="simple-link">writing</a>
4747
</h1>
4848
</div>
4949

@@ -125,8 +125,8 @@ <h1 class="header">
125125
</section>
126126

127127
<footer class="footer" id="footer">
128-
<a class="footer__link--home" href=".">home</a>
129-
<a class="footer__link--art" href="./art.html">art</a>
128+
<a class="footer__link--home" href="..">home</a>
129+
<a class="footer__link--art" href="../art.html">art</a>
130130
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958"
131131
target="_blank" rel="noopener noreferrer">muze</a>
132132
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/"

mice.html renamed to essays/mice.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<meta name="og:type" content="website">
2323
<meta name="theme-color" content="#111">
2424
<!-- Styles -->
25-
<link href="./css/main.css" rel="stylesheet">
26-
<link href="./css/crumple.css" rel="stylesheet">
27-
<link href="./css/font.css" rel="stylesheet">
28-
<link href="./css/mobile.css" rel="stylesheet">
25+
<link href="../css/main.css" rel="stylesheet">
26+
<link href="../css/crumple.css" rel="stylesheet">
27+
<link href="../css/font.css" rel="stylesheet">
28+
<link href="../css/mobile.css" rel="stylesheet">
2929
<style>
3030
.shakespeare {
3131
font-style: italic;
@@ -34,7 +34,7 @@
3434
}
3535
</style>
3636
<!-- Webpage Icon -->
37-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
37+
<link rel="shortcut icon" href="../assets/images/icon.png" type="image/png">
3838
<!-- Fonts -->
3939
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
4040

@@ -47,10 +47,10 @@
4747
<section class="writing">
4848
<div class="top-bar">
4949
<h1 class="header">
50-
<a href="./secrets.html" class="simple-link">
51-
<img class="header-img" src="assets/images/flower.svg">
50+
<a href="../secrets.html" class="simple-link">
51+
<img class="header-img" src="../assets/images/flower.svg">
5252
</a>
53-
<a href="./writings.html" class="simple-link">writing</a>
53+
<a href="../writings.html" class="simple-link">writing</a>
5454
</h1>
5555
</div>
5656

@@ -129,8 +129,8 @@ <h1 class="header">
129129
</section>
130130

131131
<footer class="footer" id="footer">
132-
<a class="footer__link--home" href=".">home</a>
133-
<a class="footer__link--art" href="./art.html">art</a>
132+
<a class="footer__link--home" href="..">home</a>
133+
<a class="footer__link--art" href="../art.html">art</a>
134134
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958"
135135
target="_blank" rel="noopener noreferrer">muze</a>
136136
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/"
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<meta name="og:type" content="website">
2323
<meta name="theme-color" content="#111">
2424
<!-- Styles -->
25-
<link href="./css/main.css" rel="stylesheet">
26-
<link href="./css/crumple.css" rel="stylesheet">
27-
<link href="./css/font.css" rel="stylesheet">
28-
<link href="./css/mobile.css" rel="stylesheet">
25+
<link href="../css/main.css" rel="stylesheet">
26+
<link href="../css/crumple.css" rel="stylesheet">
27+
<link href="../css/font.css" rel="stylesheet">
28+
<link href="../css/mobile.css" rel="stylesheet">
2929
<style>
3030
.essay-img {
3131
max-width: 100%;
@@ -34,7 +34,7 @@
3434
}
3535
</style>
3636
<!-- Webpage Icon -->
37-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
37+
<link rel="shortcut icon" href="../assets/images/icon.png" type="image/png">
3838
<!-- Fonts -->
3939
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
4040

@@ -47,10 +47,10 @@
4747
<section class="writing">
4848
<div class="top-bar">
4949
<h1 class="header">
50-
<a href="./secrets.html" class="simple-link">
51-
<img class="header-img" src="assets/images/flower.svg">
50+
<a href="../secrets.html" class="simple-link">
51+
<img class="header-img" src="../assets/images/flower.svg">
5252
</a>
53-
<a href="./writings.html" class="simple-link">writing</a>
53+
<a href="../writings.html" class="simple-link">writing</a>
5454
</h1>
5555
</div>
5656

@@ -131,14 +131,14 @@ <h1 class="header">
131131
І я подумала, що тисячі юнаків ніколи не стануть дідусями.
132132
</p>
133133

134-
<img class="essay-img" src="assets/images/didyc.jpg" alt="Іван Іванович">
134+
<img class="essay-img" src="../assets/images/didyc.jpg" alt="Іван Іванович">
135135
</dd>
136136
</dl>
137137
</section>
138138

139139
<footer class="footer" id="footer">
140-
<a class="footer__link--home" href=".">home</a>
141-
<a class="footer__link--art" href="./art.html">art</a>
140+
<a class="footer__link--home" href="..">home</a>
141+
<a class="footer__link--art" href="../art.html">art</a>
142142
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958"
143143
target="_blank" rel="noopener noreferrer">muze</a>
144144
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/"
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<meta name="og:type" content="website">
2323
<meta name="theme-color" content="#111">
2424
<!-- Styles -->
25-
<link href="./css/main.css" rel="stylesheet">
26-
<link href="./css/crumple.css" rel="stylesheet">
27-
<link href="./css/font.css" rel="stylesheet">
28-
<link href="./css/mobile.css" rel="stylesheet">
25+
<link href="../css/main.css" rel="stylesheet">
26+
<link href="../css/crumple.css" rel="stylesheet">
27+
<link href="../css/font.css" rel="stylesheet">
28+
<link href="../css/mobile.css" rel="stylesheet">
2929
<!-- Webpage Icon -->
30-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
30+
<link rel="shortcut icon" href="../assets/images/icon.png" type="image/png">
3131
<!-- Fonts -->
3232
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
3333

@@ -40,10 +40,10 @@
4040
<section class="writing">
4141
<div class="top-bar">
4242
<h1 class="header">
43-
<a href="./secrets.html" class="simple-link">
44-
<img class="header-img" src="assets/images/flower.svg">
43+
<a href="../secrets.html" class="simple-link">
44+
<img class="header-img" src="../assets/images/flower.svg">
4545
</a>
46-
<a href="./writings.html" class="simple-link">writing</a>
46+
<a href="../writings.html" class="simple-link">writing</a>
4747
</h1>
4848
</div>
4949

@@ -116,8 +116,8 @@ <h1 class="header">
116116
</section>
117117

118118
<footer class="footer" id="footer">
119-
<a class="footer__link--home" href=".">home</a>
120-
<a class="footer__link--art" href="./art.html">art</a>
119+
<a class="footer__link--home" href="..">home</a>
120+
<a class="footer__link--art" href="../art.html">art</a>
121121
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958"
122122
target="_blank" rel="noopener noreferrer">muze</a>
123123
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/"

0 commit comments

Comments
 (0)