File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ Here's what I'm up to right now:
10
10
11
11
- I'm based in [ New South Wales, Australia] ( https://google.com/maps/place/New+South+Wales ) .
12
12
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.
14
17
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
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ export const Archive: React.FunctionComponent<Props> = ({ posts }) => {
36
36
Blog posts
37
37
</ h1 >
38
38
< 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' ll always see what' s new at the top. You can also subscribe to the RSS feed
40
+ for automatic updates.
41
41
</ p >
42
42
{ content }
43
43
</ >
You can’t perform that action at this time.
0 commit comments