Commit Graph

21 Commits

Author SHA1 Message Date
ea044f0875 Prevent unnecessary scrolling on homepage
- Set body to height: 100vh with box-sizing: border-box
- Keep glitch art at original size without forcing scroll
- Padding accounts for fixed footer area
- Content fits on screen without scrollbar when there's room
2026-02-28 10:02:51 -05:00
882fdd7e7f Fix links visibility with fixed bottom positioning
- Change body to min-height: 100vh with bottom padding for fixed footer
- Use position: fixed on links-bottom to keep them always visible at bottom
- Add gradient background to links bar for visual separation
- Content can scroll, links always visible and accessible
- Remove overflow: hidden to allow proper scrolling
2026-02-28 09:59:30 -05:00
b9d5d5cc80 Fix layout to prevent scrollbar
- Change body height from min-height to height: 100vh with overflow: hidden
- Use flexbox with flex-grow/flex-shrink to keep everything on one screen
- Reduce padding and margins for better fit
- Debug section takes remaining space, links always at bottom
- No scrollbar, works on all screen sizes
2026-02-28 09:54:41 -05:00
1e6a843b94 Refine homepage layout
- Remove announcement box styling, keep only yellow text link
- Move links-bottom to true bottom of page using flexbox
- Add min-height: 100vh to body for proper footer alignment
- Announcement link now styled as plain yellow text without borders
2026-02-28 09:52:27 -05:00
9afda9a01a Add music platform with DGDN album player
- Create /music landing page with artist grid
- Add /music/Darnea artist page with album listing
- Build /music/Darnea/DGDN album player with clickable tracklist
- Auto-play next track on completion
- Dangrubb-branded styling with cyan accent colors
- FLAC player pulls from /src/audio/DGDN
- Move landing page links to bottom with yellow announcement box
2026-02-28 09:31:48 -05:00
025fe8a80b Updated blog with image 2025-09-25 20:55:52 -04:00
7b70740e46 Updated blog 2025-09-21 09:01:55 -04:00
c5a6b90d7e Changed Blog Location 2025-09-21 08:32:48 -04:00
b93c70542e Updated CV for 9/2025 2025-09-21 08:07:58 -04:00
9b24e45c65 updated CV references 2025-06-13 03:45:08 -04:00
5f32d340fd updated scaling for mobile 2025-06-12 12:07:19 -04:00
f2db5f197a Initial CV PDF commit 2025-06-12 02:51:19 +01:00
ab16fd6b00 Initial CV img commit 2025-06-12 02:50:46 +01:00
8ecf3b38af CV js commit to js folder 2025-06-12 02:49:15 +01:00
0806ee7a55 revert c64341ada9
revert Initial CV js commit
2025-06-12 02:48:32 +01:00
c64341ada9 Initial CV js commit 2025-06-12 02:47:03 +01:00
3fa5a4ab4e Initial CV styles commit 2025-06-12 02:46:31 +01:00
a70f22dbfd Initial CV commit 2025-06-12 02:45:59 +01:00
5dbb99d505 Upload files to "/"
Created Custom 404 page
2025-06-12 02:29:23 +01:00
b01bc4a9a3 initial img commit 2025-06-12 02:26:18 +01:00
b85e5f281b Upload files to "/"
Initial Commit
2025-06-12 02:25:29 +01:00