Commit graph

238 commits

Author SHA1 Message Date
398fb1a1b3 Add sentry, update dirlist.css 2023-12-31 02:06:18 +00:00
5bbe4ed4b5 Disable admin routes 2023-12-31 02:04:42 +00:00
0b6f833b51 Add 'served by' to footer 2023-12-05 00:28:44 +00:00
80ca3f4345 Update dirlist css 2023-12-05 00:24:30 +00:00
ed7a271816 Import View facade in web routes 2023-12-05 00:19:48 +00:00
9b4410becf Import DB facade in web routes 2023-12-05 00:12:47 +00:00
e4e7ad6267 Update run configurations 2023-12-05 00:12:47 +00:00
adce1b1cf8 Add robots.txt 2023-11-29 18:40:14 +00:00
359b480e0d fix: snowflakes falling below window viewport 2023-11-27 21:36:55 +00:00
90c52206ef guestbook: remove name placeholder & reformat date 2023-11-27 20:30:32 +00:00
60c11f8376 Add snow 2023-11-26 15:40:38 +00:00
c644b720ea Update deps 2023-11-18 23:06:30 +00:00
a85e8da2e8 Revert "Add DMCA email to footer"
This reverts commit b6564409c8.
2023-11-04 21:41:39 +00:00
59e5dc3470 Remove unnecessary CSS 2023-10-25 23:32:55 +01:00
41c22dd7f4 Add DMCA email to footer 2023-10-25 23:30:28 +01:00
62b503194f Fix wrapping on "Never said" box 2023-10-25 23:30:19 +01:00
a4edf22794 Update homepage info 2023-10-25 23:30:02 +01:00
d70bf3bc74 Remove obsolete script attr 2023-10-25 22:57:12 +01:00
c21e37a260 Update minimal.css to use new color scheme 2023-10-25 22:55:54 +01:00
b249fb8215 Move "Things they never said", add CSS & Python to interests 2023-10-19 00:32:31 +01:00
4610066729 Add w/h to dimden button 2023-10-19 00:31:59 +01:00
8796ca9abe Bump ver 2023-10-16 23:42:47 +01:00
98f2ccefea Added "Things they never said" to the homepage 2023-10-16 23:41:49 +01:00
Frankie B
35924db567 Remove niko from homepage 2023-10-15 21:07:44 +01:00
Frankie B
fff8973a85 Merge branch 'master' of github.com:floppydisk05/diskfloppy.me 2023-10-15 20:54:49 +01:00
4b585fe2ca Update pages to be ADA-compliant 2023-10-15 20:52:32 +01:00
Frankie B
d8390f7a54 Bump version 2023-10-15 19:44:41 +01:00
Frankie B
fcb30657cb Add PhpStorm run config 2023-10-15 19:40:47 +01:00
4066dbb6d3 woops 2023-10-15 12:48:36 +01:00
587788cb7a Merge remote-tracking branch 'origin/master' 2023-10-15 12:44:24 +01:00
fe26401edc Remove unnecessary px units 2023-10-15 12:43:30 +01:00
ef3fd13b55 Change section titles on homepage to h2 2023-10-15 12:42:42 +01:00
98b36dd089 Update header style, add theme to head 2023-10-15 12:41:15 +01:00
5b3a2efd82 Update to move theme colors to seperate file, add theme selector styles in advance 2023-10-15 12:40:11 +01:00
a9e1cba778 Update sitemap.xml 2023-10-10 22:36:15 +01:00
f0ebb75759 Increment version 2023-09-08 23:21:47 +01:00
9a0d3a4ccc feat: add error handling (#14)
* Remove commented out crap
* Update theme to use some colors from catppuccin, add error handling for API/DB
2023-09-08 23:19:40 +01:00
3fc99d1c9d Add computers to nav 2023-08-26 01:22:33 +01:00
d4fef8b313 Update computers page design 2023-08-26 01:20:28 +01:00
0262ba30ab Add pubfiles link to nav 2023-08-25 20:05:54 +01:00
e6d14246c9 Add pub symlink 2023-08-25 19:57:35 +01:00
0655a95967 Fix root namespace in master.css, add dirlist.css 2023-08-25 19:45:04 +01:00
9dfbac4b56 Update site version number format 2023-08-24 21:39:47 +01:00
imgbot[bot]
f1f1169606 chore: optimize images (#13)
*Total -- 3,026.77kb -> 1,661.09kb (45.12%)

/public/images/buttons/vim.gif -- 3.79kb -> 0.88kb (76.82%)
/public/images/logo.png -- 2.26kb -> 0.86kb (61.99%)
/public/images/icons/nav/guestbook.png -- 1.07kb -> 0.48kb (55.41%)
/public/images/icons/nav/login.png -- 1.03kb -> 0.46kb (55.21%)
/public/images/icons/nav/bookmarks.png -- 1.06kb -> 0.48kb (55.12%)
/public/images/icons/nav/music.png -- 1.05kb -> 0.47kb (54.94%)
/public/images/icons/nav/mail.png -- 1.14kb -> 0.56kb (51.11%)
/public/images/login-background.png -- 2,992.52kb -> 1,637.08kb (45.29%)
/public/images/buttons/linuxnow.gif -- 3.88kb -> 2.25kb (42.01%)
/public/favicon-128x128.png -- 1.28kb -> 0.76kb (40.91%)
/public/images/buttons/vcss-blue.gif -- 1.72kb -> 1.31kb (23.76%)
/public/favicon-32x32.png -- 0.67kb -> 0.58kb (14.1%)
/public/images/icons/nav/home.png -- 0.55kb -> 0.48kb (12.83%)
/public/images/icons/fav/png/calc.png -- 12.24kb -> 11.97kb (2.23%)
/public/images/buttons/browser.gif -- 2.50kb -> 2.49kb (0.66%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-08-22 20:05:22 +01:00
5d6f390968 niko 2023-08-22 20:03:02 +01:00
37b8be496e Remove invalid css property 2023-08-22 20:03:02 +01:00
1af7891b11 Swap out some buttons 2023-08-22 20:03:02 +01:00
f7d589aad4 Tidy up css 2023-08-22 20:03:02 +01:00
59dd3cbdfa Add "placeholder" bot page 2023-08-22 12:03:05 +01:00
5acec31981 aaaaaa 2023-08-15 18:33:18 +01:00