Skip to content
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
wants to merge 106 commits into
base: BACKUP.FILE
Choose a base branch
from
Open

backup #5

wants to merge 106 commits into from

Conversation

TMHSDigital
Copy link
Owner

@TMHSDigital TMHSDigital commented Aug 10, 2024

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:

  • Added a new QR Code Generator tool with customizable options for size, error correction, colors, and rounded corners.
  • Introduced a Text-to-Speech Converter tool allowing users to convert text input to spoken audio using the Web Speech API.
  • Implemented an ASCII Art Converter tool to transform text into ASCII art.

Enhancements:

  • Updated the navigation structure across all pages to ensure consistency and added links to new tools.
  • Enhanced the 'about.html' page with additional sections detailing the mission, current services, upcoming features, and community involvement.
  • Improved the 'index.html' page to include links to all available tools and updated the welcome text.

Documentation:

  • Added comprehensive documentation including PROJECT-OVERVIEW.md, README.md, PROJECT-DESCRIPTION.md, and FUTURE-FEATURES.md to provide detailed information about the project, its features, and future plans.

Chores:

  • Removed unnecessary whitespace and cleaned up CSS files for better readability and maintainability.

<!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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant