Skip to content

Commit fa09b6f

Browse files
committed
chore: update about me
1 parent fe98d85 commit fa09b6f

2 files changed

Lines changed: 20 additions & 13 deletions

File tree

public/img/hocking.jpg

2.86 MB
Loading

src/pages/about.astro

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ import BaseLayout from "../layouts/BaseLayout.astro";
4646

4747
<section class="photo-ledger" aria-label="Personal photos">
4848
<figure class="photo-card">
49-
<img src="/img/about-nature.jpg" alt="Darren standing near a river overlook" loading="lazy" decoding="async" />
49+
<img src="/img/hocking.jpg" alt="Darren in a cave" loading="lazy" decoding="async" />
5050
<figcaption>
51-
<strong>Ohiopyle, PA</strong>
52-
<span>Day trip outside the city.</span>
51+
<strong>Hocking Hills, OH</strong>
52+
<span>Summer hiking.</span>
5353
</figcaption>
5454
</figure>
5555
<figure class="photo-card">
@@ -80,6 +80,20 @@ import BaseLayout from "../layouts/BaseLayout.astro";
8080
<span>Feeling the spray</span>
8181
</figcaption>
8282
</figure>
83+
<figure class="photo-card">
84+
<img src="/img/ice-display.jpg" alt="Darren standing in an indoor ice sculpture exhibit" loading="lazy" decoding="async" />
85+
<figcaption>
86+
<strong>Ice Land</strong>
87+
<span>Why did I hit this pose</span>
88+
</figcaption>
89+
</figure>
90+
<figure class="photo-card">
91+
<img src="/img/yoshi.webp" alt="Darren holding a green plush" loading="lazy" decoding="async" />
92+
<figcaption>
93+
<strong>Off-screen</strong>
94+
<span>Yoshi!</span>
95+
</figcaption>
96+
</figure>
8397
<figure class="photo-card">
8498
<img src="/img/about-plush.jpg" alt="Darren holding a large stuffed toy in a store" loading="lazy" decoding="async" />
8599
<figcaption>
@@ -116,17 +130,10 @@ import BaseLayout from "../layouts/BaseLayout.astro";
116130
</figcaption>
117131
</figure>
118132
<figure class="photo-card">
119-
<img src="/img/ice-display.jpg" alt="Darren standing in an indoor ice sculpture exhibit" loading="lazy" decoding="async" />
120-
<figcaption>
121-
<strong>Ice Land</strong>
122-
<span>Why did I hit this pose</span>
123-
</figcaption>
124-
</figure>
125-
<figure class="photo-card">
126-
<img src="/img/yoshi.webp" alt="Darren holding a green plush" loading="lazy" decoding="async" />
133+
<img src="/img/about-nature.jpg" alt="Darren standing near a river overlook" loading="lazy" decoding="async" />
127134
<figcaption>
128-
<strong>Off-screen</strong>
129-
<span>Yoshi!</span>
135+
<strong>Ohiopyle, PA</strong>
136+
<span>Day trip outside the city.</span>
130137
</figcaption>
131138
</figure>
132139
<figure class="photo-card">

0 commit comments

Comments
 (0)