-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backup #5
Open
TMHSDigital
wants to merge
106
commits into
BACKUP.FILE
Choose a base branch
from
main
base: BACKUP.FILE
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
backup #5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Digital Services Hub</title> <link rel="stylesheet" href="css/styles.css"> </head> <body> <div class="container"> <h1 class="neon-text">Digital Services Hub</h1> <nav id="main-nav"></nav> <div class="content"> <p class="welcome-text">Welcome to our Digital Services Hub!</p> <p>We offer a range of free tools to help with your digital media needs:</p> <ul class="services-list"> <li><a href="pages/image-resizer.html">Futuristic Image Resizer</a></li> <li><a href="pages/color-palette.html">Color Palette Generator</a></li> </ul> <p class="cta-text">Choose a service above to get started, or visit our <a href="pages/about.html">About page</a> to learn more.</p> </div> </div> <script src="js/common.js"></script> </body> </html>
…h feature implementation
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 17:19 — with
GitHub Pages
Inactive
…h feature implementation
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 17:21 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 17:27 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 18:03 — with
GitHub Pages
Inactive
… feature implementation
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 18:12 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 18:20 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 18:22 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 18:47 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 18:53 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 18:55 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 18:58 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 19:02 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 19:05 — with
GitHub Pages
Inactive
TMHSDigital
temporarily deployed
to
github-pages
December 26, 2024 19:09 — with
GitHub Pages
Inactive
…on and UI components
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Introduce new tools including QR Code Generator, Text-to-Speech Converter, and ASCII Art Converter. Enhance navigation and content on the 'about.html' and 'index.html' pages. Add detailed project documentation and clean up CSS files.
New Features:
Enhancements:
Documentation:
Chores: