Skip to content

Commit c7e88af

Browse files
committed
Update now page
1 parent f6a084f commit c7e88af

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

src/pages/now.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Here's what I'm up to right now:
1010

1111
- I'm based in [New South Wales, Australia](https://google.com/maps/place/New+South+Wales).
1212

13-
- I work full time on web accessibility at [Atlassian](https://atlassian.com).
13+
- After sitting the IAAP's
14+
[Certified Professional in Accessibility Core Competencies (CPACC)](https://www.accessibilityassociation.org/cpacc) exam about a year ago,
15+
I'm now preparing to take the [Web Accessibility Specialist (WAS)](https://www.accessibilityassociation.org/was-exam) certification exam
16+
in the next few months.
1417

15-
**Last updated:** March 2024
18+
- I'm currently learning [Elm](https://elm-lang.org/) by reading [Elm in Action](https://www.manning.com/books/elm-in-action) and building a
19+
bunch of examples. I'm curious about Elm's take on frontend architecture, and want to better understand functional programming concepts
20+
and how they apply to frontend development. I plan to share my experience learning how Elm differs from what I'm used to here on my blog.
21+
22+
23+
24+
**Last updated:** June 2025

src/ui/archive.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export const Archive: React.FunctionComponent<Props> = ({ posts }) => {
3636
Blog posts
3737
</h1>
3838
<p className={baseParagraphStyle}>
39-
Fresh content sorted by date, so you'll always see what's new at the top. You can also subscribe to the RSS feed for
40-
automatic updates.
39+
Fresh content sorted by date, so you&apos;ll always see what&apos;s new at the top. You can also subscribe to the RSS feed
40+
for automatic updates.
4141
</p>
4242
{content}
4343
</>

0 commit comments

Comments
 (0)