Skip to content

Mamatha1718/Solutions.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Solutions.github.io

<title>FreelanceHub</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; }
    .header {
        background-color: #333;
        color: #fff;
        padding: 1rem 0;
        text-align: center;
    }
    
    .header img {
        width: 100px;
        /* Adjust the size as needed */
    }
    
    .nav {
        background-color: #444;
        color: #fff;
        padding: 1rem;
        text-align: center;
    }
    
    .nav a {
        color: #fff;
        margin: 0 1rem;
        text-decoration: none;
    }
    
    .container {
        width: 80%;
        margin: 0 auto;
        padding: 2rem 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .half {
        flex: 1;
        background-color: #a5adb0;
        padding: 2rem;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        cursor: pointer;
    }
    
    .half h2 {
        margin-top: 0;
    }
    
    .details {
        display: none;
        margin-top: 1rem;
        text-align: left;
    }
    
    .details ul {
        list-style-type: none;
        padding: 0;
    }
    
    .details ul li {
        background-color: #f9f9f9;
        margin: 0.5rem 0;
        padding: 0.5rem;
        border-radius: 4px;
    }
    
    .footer {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 1rem 0;
    }
</style>
BS Solutions Company Logo

Business Solutions

FreelanceHub

Find and offer freelance services across various categories. Services Resource. Click to explore more.

Freelancing Categories

  • Education
  • Companies
  • Startups
  • Mentorship
  • Designing
  • Techies & Non Techies

Fashion World

Explore a wide range of products.Click to Look Trendy and Explore more.

E-Commerce Categories

  • Women
  • Men
  • Jewelry
  • Electronics
  • Home & Garden

About Us

We are a platform connecting freelancers and clients for various projects. Our mission is to simplify the process of finding the right talent for your needs.

Features

Our platform offers a variety of features including secure payments, project management tools, and a wide range of categories to choose from.

Why Choose Us

We offer a trusted platform with verified freelancers, easy-to-use tools, and excellent customer support. Our goal is to make freelancing hassle-free for everyone.

Contact

If you have any questions or need assistance, please contact us at support@freelancehub.com or call us at (123) 456-7890.

© 2024 FreelanceHub. All Rights Reserved.

<script>
    function toggleDetails(id) {
        const details = document.getElementById(id);
        if (details.style.display === 'none' || details.style.display === '') {
            details.style.display = 'block';
        } else {
            details.style.display = 'none';
        }
    }
</script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages