Commit graph

16 commits

Author SHA1 Message Date
ba41fb523e
Style: Overwrite user agent pre font family by inheriting from body 2023-05-29 01:38:53 +02:00
2aed35c6a9
Style: Prefer JetBrainsMono Nerd Font over JetBrains Mono and monospace 2023-05-29 01:38:52 +02:00
4adf4dd1da
Style: Use JetBrains Mono as the font-family with monospace as fallback 2023-05-29 01:38:52 +02:00
ade90eb36b
Style: Use JetBrains Mono webfont 2023-05-29 01:38:51 +02:00
e387993879
Font: Add jetbrains-mono 2023-05-29 01:38:51 +02:00
90642ee9c8
Index: Stash tokens and spans on the window object to make them inspectable 2023-05-29 01:38:50 +02:00
a4c234be81
Index: Add paragraph about website source code 2023-05-29 01:38:49 +02:00
168f4e802b
Index: Add link to Discord user 2023-05-29 01:38:49 +02:00
5a56b27c1c Index: Fix typo 2022-01-05 16:03:05 +01:00
3a36bb4ef7 Public: Add favicon.png 2022-01-05 15:46:34 +01:00
28fc10aeed Public: Add gpg.key 2022-01-05 15:44:06 +01:00
b4d1a28824 Everywhere: Move files into public and src directories 2022-01-05 15:25:26 +01:00
586546ee57 Everywhere: Rework website concept completely
This patch removes the Next.js React project that was contained
by this repository previously. The replacement is a vanilla HTML
page with TypeScript that parses it's own HTML source and highlights
it using on load.

The concept will be iterated on in following commits, planned are
on hover tooltips showing metadata about HTML tokens as well as
tokenizing (perhaps parsing) of JavaScript and CSS to be able to
highlight those sections as well. To properly determent the range
of script and style sections it might be required to also implement
HTML tree building, however on read execution of JavaScript or
on the fly parsing as well as fragment parsing is not required for
the site.

This commit merely represents a start and is made to better track
the progress of changes.
2021-10-24 22:36:38 +02:00
Niklas Schrötler
1762d6215a Added SocialBadge, moved assets 2021-04-04 17:33:34 +02:00
e08394bd16 Assets: Imported fonts and social badge icons from temporary project 2021-04-04 16:51:45 +02:00
Niklas Schrötler
899acea719 Added Next.js with TS and Storybook with Boilerplate 2021-04-04 16:46:47 +02:00