Commit Graph

49 Commits

Author SHA1 Message Date
Florine W. Dekker 4f9d7b8311
Add deprecation notice 2021-04-28 12:21:25 +02:00
Florine W. Dekker b5be385ea5
Simplify code for visibility toggle 2021-04-28 12:19:46 +02:00
Florine W. Dekker 46718785af
Ensure .hidden properties are important 2021-04-24 18:45:10 +02:00
Florine W. Dekker a82c43e86f
Add general-purpose .hidden CSS class 2021-04-24 18:07:54 +02:00
Florine W. Dekker 136904e783
Start deprecating inline styles 2021-04-24 16:22:39 +02:00
Florine W. Dekker 45e06510da
Add non-breaking spaces where appropriate 2021-04-23 14:45:56 +02:00
Florine W. Dekker 2e124c0815
Add small border to bottom of navbar 2021-04-22 19:23:13 +02:00
Florine W. Dekker 6ed587c54a
Do not mark subdomains as external links 2021-04-22 18:59:41 +02:00
Florine W. Dekker 7b5590f9ea
Add non-JS hamburger menu
Fixes #17.
2021-04-22 17:00:13 +02:00
Florine W. Dekker 764348ad6d
Deprecate nav.css
No need to update major version because it's not used anywhere.
2021-04-22 16:22:41 +02:00
Florine W. Dekker 86d6783ccc
Rename main exported files
Also add a page for test purposes, and change the layout of the CSS files a bit.
2021-04-21 23:55:54 +02:00
Florine W. Dekker 5476627d41
Add nav.css for nav-only users 2021-04-18 19:09:23 +02:00
Florine W. Dekker 2e73257db6
Ensure high priority for white links in nav 2021-04-16 12:44:38 +02:00
Florine W. Dekker b7c21ad319
Remove unnecessary element classes 2021-04-16 12:39:28 +02:00
Florine W. Dekker 68b5d33f54
Provide defaults for footer params
Fixes #10.
2021-04-15 23:37:33 +02:00
Florine W. Dekker 47f6532171
Use different method for exporting JS 2021-04-15 23:02:30 +02:00
Florine W. Dekker 7b7934dba1
Prepare for centralised deployment 2021-04-15 19:09:42 +02:00
Florine W. Dekker 79b68fdb2c
Invoke `doAfterLoad` even if page is loaded
Fixes #3.
2021-04-13 20:12:52 +02:00
Florine W. Dekker 5043c92d56
Remove wrapping to create wider nav entries
Fixes #9.
2021-04-13 20:04:48 +02:00
Florine W. Dekker e5c92d3d95
Add icon for external links
Fixes #8.
2021-04-13 19:59:51 +02:00
Florine W. Dekker 37fa57b219
Use black instead of grey text
Fixes #7.
2021-04-13 19:49:55 +02:00
Florine W. Dekker e4e5193b70
Correctly highlight level 1 empty navs 2021-03-27 21:51:19 +01:00
Florine W. Dekker 543f65675d
Remove un-minifiable whitespace 2021-03-27 21:51:01 +01:00
Florine W. Dekker a02892414d
Fix interpuncation spacing in footer 2021-03-26 03:08:37 +01:00
Florine W. Dekker 0e4f973553
Rewrite without hyperscript
Fixes #5. Reduces bundle by 6kB.
2021-03-26 02:58:50 +01:00
Florine W. Dekker 55cce0c433
Manually minify normalize library
Saves about 7kB in the deployed size. I couldn't figure out how to automate minification of CSS.
2021-03-26 02:04:01 +01:00
Florine W. Dekker f433c08ca2
Move overrides to separate CSS
Fixes #6.
2021-03-22 14:21:17 +01:00
Florine W. Dekker 7e01e15379
Resolve footer overlapping contents
Fixes #4.
2021-03-22 14:18:05 +01:00
Florine W. Dekker 82f94f286b
Remove unnecessary publishing instruction 2020-09-15 15:30:03 +02:00
Florine W. Dekker 5d105387fd
Add option to link to privacy policy in footer 2020-09-15 15:27:13 +02:00
Florine W. Dekker 1b6488fc4a
Update dependencies 2020-08-01 13:21:24 +02:00
Florine W. Dekker db9e6b578d
Specify which files to publish 2020-07-31 21:57:58 +02:00
Florine W. Dekker 11b5492a0d
Update milligram dependency 2020-07-20 12:55:49 +02:00
Florine W. Dekker 81fff6c7e9
Add option to highlight current entry
Fixes #2.
2020-07-20 12:54:32 +02:00
Florine W. Dekker 91e77ab3a5
Remove debug CSS 2020-06-07 12:58:07 +02:00
Florine W. Dekker 1c29d7d3ac
Allow arbitrary nesting of nav entries
Fixes #1.
2020-05-17 21:06:26 +02:00
Florine W. Dekker c25ad1619d
Fix behaviour when no header args are given 2020-05-17 16:45:46 +02:00
Florine W. Dekker e094cdcfa6
Make header title optional 2020-05-16 18:13:19 +02:00
Florine W. Dekker 50393fe631
Bump version to redeploy 2020-05-05 00:57:00 +02:00
Florine W. Dekker 670e2a6c3a
Move nav asynchronicity into background 2020-05-05 00:50:29 +02:00
Florine W. Dekker fcb63984d1
Dynamically fetch navigation entries from API 2020-05-05 00:19:06 +02:00
Florine W. Dekker 3a04888564
Allow HTML in header, make description optional 2020-05-03 23:46:18 +02:00
Florine W. Dekker e91c6b6c5a
Add placeholder for logo in navbar 2020-05-03 19:05:03 +02:00
Florine W. Dekker 0d30d9d059
Fix footer overlap 2020-05-03 18:58:08 +02:00
Florine W. Dekker 6275618cee
Add navigation template 2020-05-03 18:02:48 +02:00
Florine W. Dekker a183e8cbd3
Set up file watcher for faster development 2020-05-03 17:21:39 +02:00
Florine W. Dekker c2a024a200
Make package client side and fix CSS order 2020-05-03 14:23:38 +02:00
Florine W. Dekker 966387b5c7
Include CSS, revamp development structure 2020-05-03 00:25:55 +02:00
Florine W. Dekker d7315ceffe
Set up basic template 2020-05-02 23:02:42 +02:00