Skip to content

Instantly share code, notes, and snippets.

@HarryAdney
Last active April 26, 2024 16:15
Show Gist options
  • Save HarryAdney/68cc70d7f1c6481a86238b698604c442 to your computer and use it in GitHub Desktop.
Save HarryAdney/68cc70d7f1c6481a86238b698604c442 to your computer and use it in GitHub Desktop.
codestitch contact
Contact Us

Contact Information

Justo eget magna fermentum iaculis eu non diam phasellus vestibulum. Eu volutpat odio facilisis mauris sit amet massa. Sit amet est placerat in egestas

        <!--Address-->
        <span class="cs-header">Address</span>
        <a href="" class="cs-link">
            PO Box 15252 Mill Creek, <br>Washington, USA 98082
        </a>
        <!--Email-->
        <span class="cs-header">Email</span>
        <a href="mailtp:info@iabuyer.com" class="cs-link">info@iabuyer.com</a>
        <!--Phone-->
        <span class="cs-header">Phone</span>
        <a href="tel:425-686-9566" class="cs-link">(425) 686-9566</a>

        <!--Social Buttons-->
        <div class="cs-social">
            <a class="cs-social-link" aria-label="visit google profile" href="">
                <img class="cs-social-img" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Social/google.svg" alt="google" width="11" height="11">
            </a>
            <a class="cs-social-link" aria-label="visit facebook profile" href="">
                <img class="cs-social-img" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Social/Facebook.svg" alt="facebook" width="6" height="11">
            </a>
            <a class="cs-social-link" aria-label="visit instagram profile" href="">
                <img class="cs-social-img" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Social/instagram.svg" alt="instagram" width="11" height="11">
            </a>
        </div>
    </div>
    <!-- Form -->
    <form id="cs-form-490" name="Contact Form" method="post">
        <label class="cs-label">
            Name
            <input class="cs-input" required type="text" id="name-490" name="name" placeholder="John/Jane Doe">
        </label>
        <label class="cs-label">
            Email
            <input class="cs-input" required type="text" id="email-490" name="email" placeholder="name@company.com">
        </label>
        <label class="cs-label">
            Phone
            <input class="cs-input" required type="text" id="phone-490" name="phone" placeholder="+1 (206) 987-6543">
        </label>
        <label class="cs-label">
            How Did You Find Us
            <input class="cs-input" type="text" id="find-490" name="find-us" placeholder="Social Media, Family, Friend...">
        </label>
        <label class="cs-label -label-message">
            Message
            <textarea class="cs-input" required name="Message" id="message-490" placeholder="Hello, I’m interested in..."></textarea>
        </label>
        <button class="cs-button-solid" type="submit">Submit Message Now</button>
    </form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment