• Joined on 2020-04-29
knight pushed to main at knight/analogGallery 2024-12-29 02:03:31 +00:00
0fcc57991e Add navigation bar to generateSite.js with responsive styles. Implemented fixed positioning for desktop and adjusted layout for mobile views. Enhanced accessibility by adding aria-labels to navigation links, improving user experience and site navigation.
knight pushed to main at knight/analogGallery 2024-12-29 01:42:18 +00:00
97542e2d09 Refactor CSS in generateSite.js to improve description overlay styling. Changed mix-blend-mode from 'hard-light' to 'color-dodge' for enhanced visual effects and removed unnecessary margin-left property to streamline layout. These adjustments contribute to a more polished user experience.
knight pushed to main at knight/analogGallery 2024-12-29 01:39:59 +00:00
fba82c26df Ehhh
knight pushed to main at knight/analogGallery 2024-12-28 17:08:12 +00:00
027628794a Refactor CSS in generateSite.js for improved responsiveness and layout. Updated styles to set the image container width to 100%, adjusted image dimensions for better scaling, and repositioned the description overlay for enhanced visual alignment. These changes enhance the overall user experience by ensuring images are displayed more effectively within their containers.
knight pushed to main at knight/analogGallery 2024-12-28 17:06:40 +00:00
ff9d7f31f8 Refactor CSS in generateSite.js to improve image container responsiveness. Updated styles to use 'fit-content' for width, adjusted image dimensions to auto for better aspect ratio handling, and implemented a single-column grid layout. These changes enhance visual presentation and user experience by ensuring images are displayed appropriately within their containers.
knight pushed to main at knight/analogGallery 2024-12-28 17:04:47 +00:00
7d2b74001c Add description overlay to images in generateSite.js. Updated CSS to position a description text overlay on images, enhancing visual presentation and user engagement. This change improves the overall aesthetics and provides context for displayed images.
knight pushed to main at knight/analogGallery 2024-12-28 17:02:24 +00:00
12beff5ded quality
knight pushed to main at knight/analogGallery 2024-12-28 16:59:43 +00:00
c8c99fa66b Enhance responsive image handling in generateSite.js and styles.css. Updated CSS to ensure images maintain aspect ratio with object-fit, adjusted dimensions for better responsiveness, and improved loading behavior. This enhances visual presentation and user experience across the site.
knight pushed to main at knight/analogGallery 2024-12-28 16:57:46 +00:00
87604711e5 Refactor CSS for progressive image handling in generateSite.js. Updated styles to utilize grid layout for image containers, ensuring better responsiveness and layering during loading. Removed fixed aspect ratio padding and adjusted image properties for improved visual presentation and loading transitions.
knight pushed to main at knight/analogGallery 2024-12-28 16:55:34 +00:00
050af12746 Update CSS in generateSite.js to enforce a 1:1 aspect ratio for image containers by replacing height with padding-bottom. This change enhances the responsiveness and visual consistency of the site during image loading.
knight pushed to main at knight/analogGallery 2024-12-28 16:52:25 +00:00
2611988636 Refactor CSS and image processing in generateSite.js to enhance responsiveness and loading behavior. Updated styles for progressive image containers and thumbnails, ensuring proper aspect ratio and centering. Added image rotation during processing to maintain orientation. This improves visual presentation and user experience across the site.
knight pushed to main at knight/analogGallery 2024-12-28 16:43:28 +00:00
3920a68c6e Update thumbnail CSS in generateSite.js to improve visual presentation by adjusting the transform scale from 1.1 to 0.95, enhancing the loading experience and overall aesthetics of the site.
knight pushed to main at knight/analogGallery 2024-12-28 16:40:31 +00:00
c9a57027a6 Refactor image processing logic in generateSite.js to use a case-insensitive regex for file type checks and added a 'force' option for JPEG output. This improves flexibility in handling image formats and ensures consistent output quality.
knight pushed to main at knight/analogGallery 2024-12-28 16:38:57 +00:00
f8883c1fe8 Enhance image processing in generateSite.js by adding detailed logging for original and processed images, including metadata and buffer size. Improved error handling for image processing and ensured proper serving of original images when parameters are not provided. This update aids in debugging and provides better insights into image handling performance.
knight pushed to main at knight/analogGallery 2024-12-28 16:36:08 +00:00
bbcb932147 Refactor image loading and processing in generateSite.js. Updated CSS for improved thumbnail and full image handling, enhancing loading transitions and aspect ratio management. Modified image serving logic to include progressive JPEG support and caching headers, ensuring better performance and user experience.
knight pushed to main at knight/analogGallery 2024-12-28 16:17:51 +00:00
ec1dc944df Refactor progressive image handling in generateSite.js. Improved loading experience by adjusting CSS styles for thumbnails and full images, ensuring proper layering and visibility during image loading. Enhanced aspect ratio handling and added a dark background for better user experience while images are loading.
knight pushed to main at knight/analogGallery 2024-12-28 16:14:41 +00:00
840dc872df Enhance progressive image container styles in generateSite.js. Updated CSS to ensure responsive design with aspect ratio, added object-fit for images, and improved thumbnail opacity handling. This improves the visual presentation and loading behavior of images on the site.
knight pushed to main at knight/analogGallery 2024-12-28 16:05:56 +00:00
3d845ee702 Fix stuff
knight pushed to main at knight/analogGallery 2024-12-28 16:04:23 +00:00
26e7972f62 Fix newline issue in start.sh to ensure proper script execution
knight pushed to main at knight/analogGallery 2024-12-28 16:01:54 +00:00
81daaa174a Dumb hardcoding