Victor Westerlund
b94418be7d
feat: add OGP tags
2022-02-22 13:45:04 +01:00
Victor Westerlund
aaa8a4d66d
wip(22w7i): hide contact button
2022-02-20 16:17:55 +01:00
Victor Westerlund
e4d1882cb0
wip(22w7h): add error page
2022-02-19 16:10:08 +01:00
Victor Westerlund
dc3f512121
wip(22w7g): add forceBg to glitch
2022-02-19 12:32:37 +01:00
Victor Westerlund
173007ba71
wip(22w7f): refactor glitch
2022-02-18 15:37:14 +01:00
Victor Westerlund
9fc0b00cec
wip(22w7e): fix font size
2022-02-16 10:53:12 -05:00
Victor Westerlund
83be01edd4
Merge branch 'concept/glitch' of github.com:VictorWesterlund/victorwesterlund.com into concept/glitch
2022-02-16 12:47:36 +01:00
Victor Westerlund
540d707fb2
wip(22w7d): add webkit backdrop filter support
2022-02-16 12:47:23 +01:00
Cloud Shell
bc5172bc4f
wip(22w7c): add link click handler
2022-02-16 00:48:09 +00:00
Victor Westerlund
75b7282411
wip(22w7b): add visibilitychange event
2022-02-14 16:50:56 +01:00
Victor Westerlund
bb0d98c560
wip(22w7a): add card backdrop-filter
2022-02-14 08:41:38 +01:00
Victor Westerlund
a610af6ce6
wip(22w6b): add content and more glitching
2022-02-12 16:42:33 +01:00
Victor Westerlund
405fbe0f28
wip(22w6a): add glitch bg
2022-02-12 02:28:58 +01:00
64db7544b7
Move api.php to /src
2021-12-29 16:29:17 +01:00
cb6a0e9ec5
Fix error page asset links
2021-12-28 20:40:18 +01:00
a63714304b
Add style for search input clear
...
Styling overrides for the clear button present in some browsers for input="search"
2021-12-28 20:27:05 +01:00
Victor Westerlund
9413b2ac4e
Fix error page link
2021-12-28 01:11:09 +01:00
0cd5d11cd8
Squashed commit of the following:
...
commit 17b429555fceefc9c3500ddee4da8c6902d9674a
Author: Victor Westerlund <victor.vesterlund@gmail.com>
Date: Tue Dec 28 01:00:11 2021 +0100
Optimize assets and pages
commit c05e4bb5eabd9ef2b96eccb347cc0399cb6869f8
Author: Victor Westerlund <victor@victorwesterlund.com>
Date: Tue Dec 14 18:06:52 2021 +0100
Add noopener link type
Prevents Spotify from accessing the window object of victorwesterlund.com.
I think sending the referrer header is fine so noreferrer is not needed
commit cc3cca09ac02cc0bf45204bbe52dcc20ee10a2eb
Author: Victor Westerlund <victor.vesterlund@gmail.com>
Date: Sun Dec 12 15:56:05 2021 +0100
Add desktop style
Added the desktop overrides as media queries for a mobile-first approach. Also added the "more" and "contact" pages.
commit de6f30a7c2525e5bb7a31a55f11a40fc33347f85
Author: Victor Westerlund <victor.vesterlund@gmail.com>
Date: Sun Dec 12 14:46:21 2021 +0100
New content and CSS refactor
Content template for "more" and major CSS refactor
2021-12-28 01:01:26 +01:00
9526e7bf52
Core functions compartmentalized
2021-12-01 17:07:47 +01:00
Victor Westerlund
b08169fe88
Remove CSS property
...
Turns out it wasn't needed after all
2021-11-04 23:12:08 +01:00
Victor Westerlund
24b35e36fd
Fix CSS property typo
2021-11-04 12:54:26 +01:00
Victor Westerlund
54da8f9be2
Add back-end core and "search" feature ( #20 )
...
Soft initial release of API core and "search" feature.
2021-11-03 11:10:50 +01:00
Victor Westerlund
d5ea7961fe
Removed font-display
2021-10-26 23:55:18 +02:00
4aa37dd129
Optimized webfonts
...
- Replaced ancient TTF fallback with less ancient WOFF fallback
- WOFF2 and WOFF fonts are now dehinted and subsetted
- Added CSS `format()` function to font-faces
- Added font-display rule
2021-10-26 16:55:53 +02:00
04ccab7927
Removed offset script
...
It kinda looks like it; but the main content is actually not offset from the center.
2021-09-21 09:00:24 +02:00
88414d897b
Version 10.0 ("Nano") ( #18 )
...
* Minimalist
Got rid of (almost) everything. Bloat sinks the goat.
* Fixed content offset
- Added offset calculator
- Added some media queries
2021-09-20 16:52:24 +02:00
68f064ba23
Fixed SyntaxError
...
Added missing arrow to arrow function for ServiceWorker uninstaller.
`Uncaught SyntaxError: missing ) after argument list`
2021-09-20 14:34:45 +02:00
a457357583
Added ServiceWorker uninstaller
...
Added code snippet to uninstall existing ServiceWorkers.
As stated in PR #17 "The ServiceWorker present in version 8 has not been ported".
2021-09-20 14:31:19 +02:00
5c07d93535
Version 9.0 ( #17 )
...
Release of version 9.0.0
2021-09-20 11:37:36 +02:00
6645f2b672
Restored public/
2021-08-06 14:07:35 +02:00
52b8945086
Renamed public/
to docs/
...
Renamed the folder `public/` to make it usable with GH Pages only non-root directory.
2021-08-06 13:42:42 +02:00
bfa9babb35
Added theme color change listener
2021-06-03 13:47:15 +02:00
d4f1438878
Style updates
2021-06-03 13:14:33 +02:00
e47a0229f9
Compartmentalized and updated assets
...
- NETWATCH 404 pages removed - time for something new
- Compartmentalized CSS fonts and JS script files
- Streamlined cache manifest for ServiceWorker
- Added AVIF images, replaced PNG fallback with WebP fallback
- Changed favicon color
2021-06-03 10:59:43 +02:00
4a51f0de16
Bump ServiceWorker version
2021-05-13 19:52:14 +02:00
e01c74e4dc
Added anchor element ping attributes
2021-05-13 19:37:33 +02:00
77dee86e80
Create style.min.css
...
Added minified style from "peterbe/minimalcss-website"
2021-03-16 23:57:35 +01:00
19cdb3d686
Added robots.txt and sitemap.xml
...
Moved robots.txt into public folder
Added sitemap.xml
2021-02-17 00:23:19 +01:00
d7317b9e98
Bumped version nr.
2021-02-09 07:54:44 +01:00
ea94b7768c
Added bg pattern, updated greeting text
...
New dot matrix pattern multiplied with the pattern.gif image.
Added a more colorful greeting text.
Removed redundant indentation of JS
2021-02-09 07:54:00 +01:00
4d74cc4607
Removed script file import
...
Combined both script.js and legacy.js into a single <script> tag on index.html.
The page uses less than 15 sloc of JS excluding the Service Worker.
2021-01-31 12:56:28 +01:00
a13b86765b
Bumped version
2021-01-22 19:56:35 +01:00
5b379e758d
Fixed #14
2021-01-22 19:53:38 +01:00
16d84e2840
Removed rouge console.log from SW
2021-01-01 22:56:33 +01:00
af9fbba1e4
Update PAGE_NOT_FOUND.html
2020-12-21 09:45:47 +01:00
f82f04241d
Added NetWatch icon to error page
...
Added NetWatch icon to error page.
Added fixed min-width to NetWatch logo header.
2020-12-21 09:43:51 +01:00
922262daf3
WOMM fix #1
2020-12-21 08:52:31 +01:00
775179ddf8
Added Cyberpunk 2077 inspired cursor to error page
2020-12-21 08:45:58 +01:00
de4fbcfdaf
Added Cyberpunk 2077 inspired 404-page
2020-12-21 08:28:02 +01:00
870920f83f
Delete test directory
2020-12-15 14:50:02 +01:00