Commit graph

98 commits

Author SHA1 Message Date
d5b1771404
Public: Add landing page version using xhr instead of fetch
As of https://github.com/SerenityOS/serenity/pull/15275 this is required
for LibWeb compatibility :^)
2023-05-29 01:39:10 +02:00
fe793ec764
Public: Fix typo on the landing page
t.hanks t.hakis, you gain one (1) unofficial hacktoberfest point
2023-05-29 01:39:10 +02:00
ed7b802db7
Public: Update and format avatar svg 2023-05-29 01:39:10 +02:00
56f0c8ce50
Public: Link to wikipedia quine page 2023-05-29 01:39:09 +02:00
a3000af24a
Public: Add link to talks to the main section 2023-05-29 01:39:09 +02:00
c3c19227ef
Public: Add charset parameter to avatar.svg and index.css links 2023-05-29 01:39:09 +02:00
0d76b1c615
Public: Add mime type to index.css link in index.html 2023-05-29 01:39:09 +02:00
2a9b4806f8
Public: Redirect nwex.de/git to canonical gitlab repository 2023-05-29 01:39:09 +02:00
febe1079ae
Index: Update main section text to match other platforms 2023-05-29 01:39:09 +02:00
d50c616d3f
Index: Add link to justforfunnoreally.dev in projects section 2023-05-29 01:39:08 +02:00
e7add460d7
Index: Use full name of BSD-2-Clause and link to SPDX page 2023-05-29 01:39:08 +02:00
09ea7e24ce
Index: Use platform domain for gitlab
The gitlab.com domain is used for a public instance and does not
represent the gitlab platform itself. This patch updates the domain
to use gitlab.org.

See: 8f8458aa75089ddfe82a6b6a40bc2f1368da274b
2023-05-29 01:39:08 +02:00
64c44a43cf
Public: Replace favicon.png with avatar.svg
This patch removes the previous png version of my profile picture with
an svg export. Additionally, the file name has been changed to be more
descriptive.
2023-05-29 01:39:07 +02:00
5a36d44a24
Public: Redirect various old skate702 gifs on the nwex.de to 702.rip
I found a link to https://nwex.de/skateRAUS.gif and this shouldn't rot
2023-05-29 01:38:59 +02:00
85be60fc84
Index: Disable sending of the referer header for any requests / outlinks 2023-05-29 01:38:59 +02:00
3374f1c71b
Index: Change "work on" => "contribute to" in projects section heading 2023-05-29 01:38:59 +02:00
aeb63691c4
Index: Add {en,de}.pronouns.page links 2023-05-29 01:38:58 +02:00
ba51bb41df
Index: Fix typo in "This website" section 2023-05-29 01:38:58 +02:00
4abab45148
Index: Add SerenityOS/serenity to projects I work on in my free time 2023-05-29 01:38:58 +02:00
558d8f0bbc
Index: Update ungoogled-chromium repository org to ungoogled-software 2023-05-29 01:38:58 +02:00
6cca2f46a8
Index: Use identity consolidation rel="me" attribute for mastodon link 2023-05-29 01:38:57 +02:00
3576b10373
Index: Remove trailing anchor close tag from discord link list item 2023-05-29 01:38:57 +02:00
ccdb9eb539
Index: Use platform domains instead of instance domains in links
This patch updates the anchor texts of the link section to use platform
domains (joinmastodon.org) instead of specific instance urls
(mastodon.social, chaos.social).
2023-05-29 01:38:57 +02:00
741678782b
Index: Add keybase.io to the link section 2023-05-29 01:38:56 +02:00
0af4b0f6a1
Index: Alphabetize social link list 2023-05-29 01:38:56 +02:00
a2b7cab523
WellKnown: Add keybase proof for nwex.dev 2023-05-29 01:38:56 +02:00
6ea1646f9b
Apache+WellKnown: Determent keybase proof file based on domain 2023-05-29 01:38:55 +02:00
15aa5da045
WellKnown: Regenerate keybase proof for nwex.de 2023-05-29 01:38:55 +02:00
7fd660a875
WellKnown: Move keybase.txt from / to /.well-known 2023-05-29 01:38:54 +02:00
72730b39b5
Public: Add keybase proof 2023-05-29 01:38:54 +02:00
ea9fbb872d
WellKnow: Add security.txt 2023-05-29 01:38:54 +02:00
db5a52194e
Style: Reduce font size from 1.2rem to 1.1rem 2023-05-29 01:38:53 +02:00
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