Commit graph

19 commits

Author SHA1 Message Date
Corwin Smith
31233f1433 prettier 2022-12-12 18:57:57 -07:00
Paul Wackerow
266b4a3ec4
Accessibility (a11y) clean up (#138)
* Add hidden skip to content for keyboard a11y

* update green.900 value

used for button background; increases contrast ratio

* adjusts light primary to green.700 for contrast

Improves contrast ratio when paired with yellow.50 and removes browser a11y warnings

* add aria-labels

* add lang to html element

* fix improperly ordered headers

We should not be using headers (h4/h5) for these aside navigations. Updated to remove browser warnings.

* add remaining aria-label

* add aria-label for mobile menu
2022-12-12 20:34:10 -03:00
Corwin Smith
7dc3059036
[UI/UX bug] - Footer buttons are only partially clickable and [Perf] - Optimise SVGs (#143)
* Make whole footer button area clickable

* optimize svgs
2022-12-12 14:21:22 -03:00
Nicolás Quiroz
d8996d1c95 fix: adds missing legacyBehavior prop 2022-12-07 17:09:43 -03:00
Nicolás Quiroz
332e972397
fix: external links (#133)
* fix: footer external links

* fix: ButtonLinkSecondary external links

* fix: docs external links
2022-12-06 17:02:55 -03:00
Avi Thour
a1ff1fe755
Extracted the style objects and props into variable
Extracted the common style objects and props into variables or constants to avoid repeating the same code and make the code easier to read. 
Instead of repeating the same _hover styles in multiple places, I created a hoverStyles object and used it in each Link component.
2022-12-02 21:49:09 +05:30
Corwin Smith
20c0a6b2b3
fix footer padding issue (#35) 2022-11-21 21:55:35 -03:00
Paul Wackerow
4e25c6bf94
linting 2022-11-16 15:06:56 -08:00
Paul Wackerow
c71e2e2e23
refactor colors to use semantic tokens 2022-11-15 18:00:31 -08:00
Paul Wackerow
d43682359f
update icon svg colors to use currentColor
enabled color-mode responsiveness with "color" prop
2022-11-15 17:52:53 -08:00
Corwin Smith
86ada0d098
fix footer regression (#29)
* fix footer regression

* fix social icon and copyright date
2022-11-15 16:24:27 -03:00
Corwin Smith
6f719286dd change requests for cleanup 2022-10-26 14:53:04 -06:00
Corwin Smith
bfcf91fa31 Merge branch 'master' into footer 2022-10-26 12:36:31 -06:00
Corwin Smith
556268297d finish footer 2022-10-25 14:58:25 -06:00
Corwin Smith
d77761ca6e convert from grid to flex 2022-10-21 12:41:07 -05:00
Corwin Smith
87706df147 mobile view 2022-10-19 22:53:25 -05:00
Corwin Smith
ab5c1b3aa9 cleanup, add hover states. Need to get SVG working 2022-10-19 12:15:13 -05:00
Corwin Smith
18e605e646 add links for socials 2022-10-18 21:10:17 -05:00
Corwin Smith
91464f5aba setup main structure 2022-10-09 14:13:04 -06:00