Commit Graph

12 Commits

Author SHA1 Message Date
NickBland 2594cc630b Migration to tailwind 3.0. Also adjust navbar to new standards and theme switch. 2022-09-09 14:02:05 +10:00
Nick Bland 3c5aece1fa Change footer to include nicer colours and adjust padding 2022-05-15 23:33:55 +10:00
Nick Bland 13ab78bf2a Change navbar to sit inside of header tag
Reflect that both the head and nav tag are inside of a header rather than nesting both inside of an empty div
2022-05-15 23:33:15 +10:00
Nick Bland cca535bcd8 Add in crypto address framework 2022-05-15 00:56:16 +10:00
Nick Bland 06c6ba77f8 Add in proper links for socials 2022-05-15 00:56:05 +10:00
Nick Bland 261f0bb07f Implement beginning of footer component
Create basis of footer component. Some changes needed to put proper content in but theming, styling is all done.
2022-05-14 16:50:45 +10:00
Nick Bland 3e793a5985 Update to use dark for dark theme, light for light theme
Feel like overall, using a white navbar & footer with black hero image was a little too clashing. Decided black for black, white for white looks better.
2022-05-14 16:48:48 +10:00
Nick Bland 0a4263dfac Update to use a new icon package
Use react-icons library over hericons. There is a greater variety of icons available; including heroicons as a part of it. Using this so I can use stuff like a github logo SVG and others.
2022-05-14 16:47:40 +10:00
Nick Bland 4337801152 Export toggle switch to new component file
Refactored for future code maintainability. Also added in default to dark theme and adjusted some styling on the toggle switch.
2022-04-24 00:19:38 +10:00
Nick Bland 50a30a8a34 Add in fixes for navbar on mobile plus toggle switch 2022-04-23 00:46:37 +10:00
Nick Bland 05a9933c78 Navbar setup changes. Still not working yet. 2022-04-19 20:49:23 +10:00
Nick Bland 0b39026386 Set up framework for my content
remove all nextJS framework stuff, add in logo files, add in a healthcheck API endpoint, navbar component starter.
2022-04-16 21:19:04 +10:00