Commit Graph

  • 0ff26e0c0c Update text shadow effect in styles.css for image elements. Changed shadow color to a semi-transparent gray for improved visibility and aesthetics, enhancing the overall visual presentation of images. main knight 2025-01-04 12:53:03 -05:00
  • 6f5e3ad7c6 Update image description styling in styles.css. Changed text color to #fd5f00 and updated mix-blend-mode to 'screen' for improved visibility and aesthetics. These adjustments enhance the overall visual presentation of image elements. knight 2025-01-04 12:44:29 -05:00
  • 5ca8cc9949 Remove description styling from styles.css to simplify the design. This change eliminates the previous color, blend mode, and opacity settings for the description class, contributing to a cleaner and more streamlined visual presentation of image elements. knight 2025-01-04 12:35:51 -05:00
  • bf12ad823d Refactor image description styling in styles.css. Added a text shadow effect to images for improved visibility and aesthetics, while hiding the previous description outline. These changes enhance the overall visual presentation and user engagement of image elements. knight 2025-01-04 12:31:18 -05:00
  • 497d719d7a Enhance image description styling in generateSite.js and styles.css. Added a new outline style for descriptions to improve visibility and aesthetics. Updated CSS to include a transparent text outline with a blend mode for better visual integration. These changes contribute to a more engaging user experience by enhancing the presentation of image descriptions. Knight 2024-12-28 23:56:34 -05:00
  • 317b1c5de1 Enhance image styling in styles.css by adding a text shadow effect. This change improves the visual aesthetics of image elements, contributing to a more engaging user experience. Knight 2024-12-28 22:08:29 -05:00
  • 761b66da71 Add text shadow to images in styles.css for enhanced visual effect. This change improves the aesthetics of image elements, contributing to a more engaging user experience. Knight 2024-12-28 22:05:59 -05:00
  • 2974cbb63e Update navigation styles in styles.css for improved aesthetics. Changed link color to #cccccc, increased font size to 28px, and reduced padding to 5px. These adjustments enhance the visual presentation and user engagement of the navigation elements. Knight 2024-12-28 21:57:09 -05:00
  • 30ac43395e em? Knight 2024-12-28 21:43:20 -05:00
  • d0868b2353 Refactor CSS for progressive image handling in generateSite.js and styles.css. Moved progressive image styles from generateSite.js to styles.css for better organization, ensuring improved responsiveness and visual presentation. Updated mix-blend-mode for navigation and image elements to enhance aesthetics and user engagement. These changes streamline the layout and enhance the overall user experience. Knight 2024-12-28 21:38:26 -05:00
  • aefe3b9cec Refactor navigation styles in styles.css for improved layout and visual effects. Adjusted padding for better spacing and applied mix-blend-mode for enhanced aesthetics. These changes contribute to a more polished and user-friendly interface. Knight 2024-12-28 21:30:13 -05: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 2024-12-28 20:42:12 -05:00
  • fba82c26df Ehhh Knight 2024-12-28 20:39:47 -05: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 2024-12-28 12:08:03 -05: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 2024-12-28 12:06:34 -05: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 2024-12-28 12:04:42 -05:00
  • 12beff5ded quality Knight 2024-12-28 12:02:17 -05: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 2024-12-28 11:59:35 -05: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 2024-12-28 11:57:39 -05: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 2024-12-28 11:55:28 -05: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 2024-12-28 11:52:12 -05: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 2024-12-28 11:43:21 -05: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 2024-12-28 11:40:25 -05: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 2024-12-28 11:38:50 -05: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 2024-12-28 11:22:02 -05: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 2024-12-28 11:17:32 -05: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 2024-12-28 11:14:35 -05:00
  • 3d845ee702 Fix stuff Knight 2024-12-28 11:05:49 -05:00
  • 26e7972f62 Fix newline issue in start.sh to ensure proper script execution Knight 2024-12-28 11:04:15 -05:00
  • 81daaa174a Dumb hardcoding Knight 2024-12-28 11:01:47 -05:00
  • d575fd58e2 Implement progressive image loading in generateSite.js and enhance image serving with quality and width parameters. Added sharp dependency for image processing. Updated image display logic to improve user experience. Knight 2024-12-28 10:58:05 -05:00
  • ba39cb4af7 Refactor Dockerfile to execute start.sh and update .gitignore to exclude *.png files. Enhance fetchImages.js with improved path normalization and debug logging for asset checks, ensuring more reliable image fetching and processing. Knight 2024-12-28 10:56:15 -05:00
  • 09a34e2f38 Update .gitignore to remove public/ and *.css entries; add new styles.css file for improved layout and design. The new CSS file includes styles for body, image container, images, descriptions, and navigation elements, enhancing the overall user interface. Knight 2024-12-28 10:46:48 -05:00
  • ac4cd9cba6 Refactor generateSite.js to use ES module syntax. Updated import statements and added support for obtaining the current directory name using fileURLToPath. This change aligns with the recent addition of "type": "module" in package.json. Knight 2024-12-28 10:39:29 -05:00
  • 8b5a39066f Enhance debug logging in image fetching process to improve traceability of asset checks and downloads. Added logs for asset state, expected paths, and conditions for skipping existing files. Knight 2024-12-28 10:33:40 -05:00
  • 80aa4ea4b2 Update Dockerfile to run multiple Node.js scripts sequentially Knight 2024-12-28 10:32:27 -05:00
  • 7a17c8cc71 Enhance image fetching logic to load existing images from images.json and skip downloading if already present. This improves efficiency by avoiding redundant downloads. Knight 2024-12-28 10:28:50 -05:00
  • 395a5ad6e6 Added "type": "module" to package.json to enable ES module support Knight 2024-12-28 10:18:46 -05:00
  • 8e1d2ddfe9 Update Dockerfile to use Node.js 20-alpine base image Knight 2024-12-28 10:17:34 -05:00
  • d4d6fab753 Initial init knight 2024-12-28 10:12:25 -05:00