Skip to content

balajirajput96/B

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<title>Balaji Digital Marketing</title>
<header>
    <h1>Balaji Digital Marketing</h1>
    <nav aria-label="Main navigation">
        <ul>
            <!-- Ensure that the anchor texts are in the same language as the lang attribute, changing if necessary -->
            <li><a href="#services">Our Services</a></li>
            <li><a href="#about">About Us</a></li>
            <li><a href="#contact">Contact Us</a></li>
        </ul>
    </nav>
</header>

<main>
    <section id="services">
        <h2>Our Services</h2>
        <p>Digital Marketing, SEO, Social Media Management, and more...</p>
    </section>

    <section id="about">
        <h2>About Us</h2>
        <p>Balaji Digital Marketing specializes in boosting your brand online.</p>
    </section>

    <section id="contact">
        <h2>Contact Us</h2>
        <form action="your-server-endpoint" method="POST">
            <input type="text" name="name" placeholder="Name" required>
            <input type="email" name="email" placeholder="Email" required>
            <textarea name="message" placeholder="Your Message" required></textarea>
            <button type="submit">Send Message</button>
        </form>
    </section>
</main>

<footer>
    <p>© 2023 Balaji Digital Marketing - All Rights Reserved.</p>
</footer>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published