Commit Graph

8 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 4d28f8f346 All the updates regarding projects and stuff. 2025-02-12 01:19:19 +01:00
Michael Fabian 'Xaymar' Dirks 47e19c1bf2 Transform more towards HTML5+CSS+JS 2023-04-05 02:26:54 +02:00
Michael Fabian 'Xaymar' Dirks 441a8f0655 Prefer HTML over Liquid Templates
While Liquid is powerful, it is completely unreadable for many things, and actively makes documents harder to read. So instead of relying on it for everything, why not just use HTML5 for the page?

The change reduces the parsing overhead for browser by about 30% through reducing the number of useless <div> elements. Additionally the CSS became easier to read as well.
2023-04-03 22:25:08 +02:00
Michael Fabian 'Xaymar' Dirks dffbe447d6 Add proper pagination 2022-11-25 22:44:47 +01:00
Michael Fabian 'Xaymar' Dirks 4dbf307b63 Fix float overflowing outside of elements 2022-02-25 18:53:06 +01:00
Michael Fabian 'Xaymar' Dirks 0a199545eb Masonry layout for Indexes 2021-12-25 08:55:17 +01:00
Michael Fabian 'Xaymar' Dirks 2cd2a8f20a Feature Update
- Responsive Layout
- Mobile Support
- Columns Block
2021-12-24 20:05:34 +01:00
Michael Fabian 'Xaymar' Dirks 6c25961683 Initial Public Release 2021-12-24 11:02:16 +01:00