-<!DOCTYPE html><html><head><title>Duolingo Icons Shop</title><link rel="stylesheet" href="fluent.min.css"></head><body class="main-container bg-blue"><header><h1 class="depth-heading bg-orange">Duolingo Icons Shop</h1></header><nav><ul><li><a class="min-w-0" href="index.html">Home</a></li><li><a class="min-w-0" href="products.html">Products</a></li><li><a class="min-w-0" href="shopping-cart.html">Shopping Cart</a></li><li><a class="min-w-0" href="contact.html">Contact</a></li></ul><div class="hamburger">☰</div></nav><div class="content contact-page"><h2 class="text-center">Contact Us</h2><p class="mx-auto m-bottom-8 w-75">We'd love to hear from you! Whether you have a question, need assistance, or want to share your feedback, our team is here to help. Contact us through the form below, and we'll get back to you promptly. Thank you for choosing our shop!</p><div class="contact-form mx-auto w-75"><label for="name" id="name-label">Name <input id="name" type="text" placeholder="Enter name here..." required></label> <label for="email" id="email-label">Email <input id="email" type="email" required placeholder="Enter email here..."></label> <label>Message <textarea class="input textarea" placeholder="Enter your message here..."></textarea></label> <button class="submit-button w-250px md-min-w-0 bg-green">Send message!</button></div></div><footer class="text-right"><p>© 2023 E-Commerce Shop. All rights reserved.</p></footer><script type="application/javascript">const hamburger = document.querySelector(".hamburger");
0 commit comments