From 84d1c3eb798a83f8ab9315bcb20977c5411128b7 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 21:57:43 +0000 Subject: [PATCH] Add tools to generate favicons and social media images Adds two new HTML files: `generate-favicon.html` for creating favicons in various sizes, and `generate-social-image.html` for generating social media share images with predefined branding. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 051a65da-1176-4478-a61c-c662f2a15536 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/051a65da-1176-4478-a61c-c662f2a15536/9NQBiz8 --- client/src/generate-favicon.html | 192 ++++++++++++++++++++++++++ client/src/generate-social-image.html | 135 ++++++++++++++++++ 2 files changed, 327 insertions(+) create mode 100644 client/src/generate-favicon.html create mode 100644 client/src/generate-social-image.html diff --git a/client/src/generate-favicon.html b/client/src/generate-favicon.html new file mode 100644 index 0000000..939cfc3 --- /dev/null +++ b/client/src/generate-favicon.html @@ -0,0 +1,192 @@ + + + + + + go4.video Favicon Generator + + + +

go4.video Favicon Generator

+

Generate favicons in multiple sizes with your go4.video logo

+ +
+ + +
+ +
+
+

16x16 (Small)

+ +
+
+ +
+

32x32 (Standard)

+ +
+
+ +
+

48x48 (Large)

+ +
+
+ +
+

64x64 (Extra Large)

+ +
+
+ +
+

128x128 (HD)

+ +
+
+ +
+

256x256 (Retina)

+ +
+
+
+ +
+

How to use:

+
    +
  1. Click "Generate All Favicons" to create favicon versions
  2. +
  3. Download the sizes you need (typically 16x16, 32x32, and 48x48)
  4. +
  5. Rename the downloaded files to "favicon.ico" or use in your HTML
  6. +
+
+ + + + \ No newline at end of file diff --git a/client/src/generate-social-image.html b/client/src/generate-social-image.html new file mode 100644 index 0000000..ee42c08 --- /dev/null +++ b/client/src/generate-social-image.html @@ -0,0 +1,135 @@ + + + + + + go4.video Social Media Image Generator + + + +

go4.video Social Media Image Generator

+ + +
+ + +
+ + + + \ No newline at end of file