Commit Graph

400 Commits

Author SHA1 Message Date
Stefan Imhoff
b63299944c fix(prettier): white space in mdx files 2023-04-05 12:51:45 +02:00
Stefan Imhoff
7e4e1304e6 feat: add text for static pages 2023-04-04 19:43:10 +02:00
Stefan Imhoff
da324dec74 feat: add page layout and grid layout 2023-04-04 19:42:44 +02:00
Stefan Imhoff
761c37fc8b chore: change some spacing in Typography components 2023-04-04 19:41:37 +02:00
Stefan Imhoff
8f0e630cf7 feat: add some static mdx pages 2023-04-04 17:42:57 +02:00
Stefan Imhoff
bf67378660 feat(mdx): create mapping for components 2023-04-04 17:42:02 +02:00
Stefan Imhoff
09921b729f chore: add Tailwind CSS OpenType plugin and classnames 2023-04-04 17:41:47 +02:00
Stefan Imhoff
67f42cf8f9 feat: add page layout 2023-04-04 17:40:51 +02:00
Stefan Imhoff
208b9d9418 refactor: migrate components to Preact 2023-04-04 17:40:19 +02:00
Stefan Imhoff
a15c4ef149 feat: replace Svelte LegalDate component with Preact 2023-04-02 15:51:40 +02:00
Stefan Imhoff
9b784ae818 chore(preact): add Preact to Astro 2023-04-02 15:51:09 +02:00
Stefan Imhoff
a297452050 feat(astro): create Link component 2023-02-27 18:25:45 +01:00
Stefan Imhoff
c3998b9239 refactor: move Svelte components to Astro 2023-02-27 17:28:09 +01:00
Stefan Imhoff
6c15bb55cf chore: update margins of the footer 2023-02-25 23:51:38 +01:00
Stefan Imhoff
21a173409d chore: simplify the ThemeBox component 2023-02-25 22:30:28 +01:00
Stefan Imhoff
f7d2471bb9 feat(astro): finish header and footer styling 2023-02-25 20:29:17 +01:00
Stefan Imhoff
cda2f1adf8 feat(astro): change footer section 2023-02-25 14:21:31 +01:00
Stefan Imhoff
fded6c8021 chore(cspell): update dictionary 2023-02-25 14:20:58 +01:00
Stefan Imhoff
693ffdeb33 chore: remove vale 2023-02-25 14:20:10 +01:00
Stefan Imhoff
41d8e427d4 feat: add footer with legal, social icons, and up link 2023-02-24 20:09:54 +01:00
Stefan Imhoff
140cb69709 feat(svelte): add ThemeBox component 2023-02-24 17:11:09 +01:00
Stefan Imhoff
8219cf576a chore: move icon and click area sizes into tokens 2023-02-24 16:20:51 +01:00
Stefan Imhoff
8c2095af74 feat(astro): use page header component 2023-02-24 16:10:40 +01:00
Stefan Imhoff
1ab0b376c8 feat(astro): add page header component 2023-02-24 16:10:40 +01:00
Stefan Imhoff
107f2f0747 feat(astro): add theme toggle 2023-02-24 16:10:40 +01:00
Stefan Imhoff
5240bf9be8 feat(astro): add navigation component 2023-02-23 20:23:04 +01:00
Stefan Imhoff
407169074e feat(astro): add backlink component 2023-02-23 19:52:38 +01:00
Stefan Imhoff
ba21116210 feat(astro): add theme provider for dark mode 2023-02-23 19:51:50 +01:00
Stefan Imhoff
e2ccaf991f feat(astro): migrate back link 2023-02-21 17:34:12 +01:00
Stefan Imhoff
95599b9afe chore(astro): add Astro icon plugin and a custom SVG 2023-02-21 17:33:25 +01:00
Stefan Imhoff
6cd6eb1d28 feat(tailwind): add styling for header, footer and content area 2023-02-21 16:37:18 +01:00
Stefan Imhoff
36e4e1c4e2 feat(tailwind): add custom header/footer spacing and template row 2023-02-21 16:36:45 +01:00
Stefan Imhoff
e621bb9688 chore(tailwind): add CSS logical property plugin 2023-02-21 16:36:06 +01:00
Stefan Imhoff
965be1664e fix(eslint): add configuration for inline script tags 2023-02-20 16:55:11 +01:00
Stefan Imhoff
eb1d0efa04 chore: add no-js class and module to replace it if JavaScript is available 2023-02-20 16:54:06 +01:00
Stefan Imhoff
682eeccd07 chore: change scripts to use npx 2023-02-20 16:46:44 +01:00
Stefan Imhoff
d8c6eedbe7 chore: add no-js class and module to replace it if JavaScript is available 2023-02-20 16:46:18 +01:00
Stefan Imhoff
8bd4eb1584 chore: add cssnano for PostCSS 2023-02-20 16:39:40 +01:00
Stefan Imhoff
e1372b5f44 feat: add branding assets and favicon meta tags 2023-02-20 16:39:03 +01:00
Stefan Imhoff
1fd04866b5 feat: add webfont with global CSS and preloading 2023-02-20 16:37:28 +01:00
Stefan Imhoff
e851ef9b49 feat: add basic page color styles 2023-02-19 19:01:54 +01:00
Stefan Imhoff
ff2c63fd25 feat(tailwind): add color palette 2023-02-19 19:01:14 +01:00
Stefan Imhoff
53fa1b13a0 chore(eslint): add support for Astro files 2023-02-19 14:43:20 +01:00
Stefan Imhoff
2f404a8ae1 feat(tailwind): migrate variables to Tailwind CSS configuration 2023-02-19 14:38:23 +01:00
Stefan Imhoff
0cb5e8e648 chore: add PostCSS configuration 2023-02-19 13:39:16 +01:00
Stefan Imhoff
2b8077c5f1 chore: migrate static files 2023-02-15 10:32:10 +01:00
Stefan Imhoff
4219ebfaf2 chore: add vale and cspell 2023-02-12 12:23:45 +01:00
Stefan Imhoff
9bd0f772b0 chore: add eslint, prettier, lint-staged, husky, eslint, and editorconfig 2023-02-12 12:23:14 +01:00
Stefan Imhoff
99a3bdab56 chore(astro): add support for MDX, Svelte, and Tailwind CSS 2023-02-12 12:21:07 +01:00
Stefan Imhoff
3a1d463208 chore(astro): initial commit 2023-02-10 17:57:28 +01:00