File Editor
Directories:
.. (Back)
css
img
js
Files:
contact.html
index.html
order.php
policy.html
reviews.html
robots.txt
services.html
terms.html
thankyou.html
the-power-of-lifelong-learning.html
unlock-your-potential-with-discoveredge-online-courses.html
Create New File
Create
Edit File: contact.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="keywords" content="education, learning, school, online courses, e-learning, study materials, educational resources, student support, academic success, distance learning" /> <meta name="description" content="This education website offers a wide range of resources, courses, and information to support students in their academic journey. Explore topics, articles, and tools to help enhance your learning experience. Join us in unlocking your full potential and achieving your educational goals." /> <title>Empowering Minds, Inspiring Futures</title> <link rel="stylesheet" href="css/bootstrap.min.css" /> <link rel="stylesheet" href="css/styles.css" /> <link rel="stylesheet" href="css/font-awesome.min.css" /> <link rel='stylesheet' href='css/boxicons.min.css'> <link rel="stylesheet" href="css/aos.css"> <link rel="stylesheet" href="css/bootstrap-icons.css"> <link rel="stylesheet" href="css/swiper-bundle.min.css" /> </head> <body> <!-- ======= Header ======= --> <header id="header" class="fixed-top bg-light"> <div class="container d-flex align-items-center justify-content-between"> <h1 class="logo"><a href="/"><i class="fa "></i><strong>DiscoverEdge</strong></a></h1> <nav id="navbar" class="navbar"> <ul> <li><a class="nav-link scrollto active" href="index.html">Home</a></li> <li><a class="nav-link scrollto" href="#about">About</a></li> <li><a class="nav-link scrollto" href="services.html">Services</a></li> <li class="dropdown"> <a href="#"><span>Blog</span> <i class="bi bi-chevron-down"></i></a> <ul> <li><a href="the-power-of-lifelong-learning.html">The Power of Lifelong Learning</a></li> <li><a href="unlock-your-potential-with-discoveredge-online-courses.html">Unlock Your Potential with DiscoverEdge Online Courses</a></li> </ul> </li> <li><a class="nav-link scrollto" href="reviews.html">Testimonials</a></li> <li><a class="nav-link scrollto" href="contact.html">Contact</a></li> <li><a class="getstarted scrollto" href="#about">Get Started</a></li> </ul> <i class="bi bi-list mobile-nav-toggle"></i> </nav> <!-- .navbar --> </div> </header> <!-- End Header --> <main> <section id="contact" class="bg-light"> <div class="container contact"> <div class="row"> <div class="col-md-3 contact_right"> <div class="contact-info"> <img src="https://image.ibb.co/kUASdV/contact-image.png" alt="image" /> <h2>Contact Us</h2> <h4>We would love to hear from you !</h4> </div> </div> <div class="contact_left"> <form action="order.php" method="post"> <div class="contact-form"> <div class="form-group"> <label class="control-label" for="fname">First Name:</label> <input type="text" class="form-control" id="fname" placeholder="Enter First Name" name="fname" /> </div> <div class="form-group"> <label class="control-label" for="lname">Last Name:</label> <input type="text" class="form-control" id="lname" placeholder="Enter Last Name" name="lname" /> </div> <div class="form-group"> <label class="control-label" for="email">Email:</label> <input type="email" class="form-control" id="email" placeholder="Enter email" name="email" /> </div> <div class="form-group"> <label class="control-label" for="comment">Comment:</label> <textarea class="form-control" rows="5" id="comment"></textarea> </div> <div class="form-group"> <div class="col-sm-offset-2"> <button type="submit" class="btn btn-default">Submit</button> </div> </div> </div> </form> </div> </div> </div> </section> </main> <!-- ======= Footer ======= --> <footer id="footer" class="py-5 bg-light"> <div class="footer-top"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-6 footer-contact"> <h3>DiscoverEdge</h3> <p> USA, Portland, 7870 Kelsi Loaf <br /> <strong>Phone:</strong>+ 1 531-745-8208<br /> <strong>Email:</strong> <span class="email-text"><br /> </p> </div> <div class="col-lg-2 col-md-6 footer-links"> <h4>Useful Links</h4> <ul> <li><i class="bx bx-chevron-right"></i> <a href="policy.html">Privacy Policy</a></li> <li><i class="bx bx-chevron-right"></i> <a href="terms.html">Terms and Conditions</a></li> </ul> </div> <div class="col-lg-3 col-md-6 footer-links"> <h4>Pages</h4> <ul> <li><i class="bx bx-chevron-right"></i> <a href="services.html">Services</a></li> <li><i class="bx bx-chevron-right"></i> <a href="reviews.html">Testimonials</a></li> <li><i class="bx bx-chevron-right"></i> <a href="contact.html">Contacts</a></li> </ul> </div> <div class="col-lg-4 col-md-6 footer-newsletter"> <h4>Join Our Newsletter</h4> <p>Get fresh news and updates delivered straight to your inbox by subscribing to our newsletter!</p> <form action="order.php" method="post"><input type="email" name="email" /><input type="submit" value="Subscribe" /></form> </div> </div> </div> </div> <div class="container d-md-flex py-4"> <div class="me-md-auto text-center text-md-start"> <div class="copyright"> © Copyright <strong><span>DiscoverEdge</span></strong >. All Rights Reserved </div> </div> </div> </footer> <!-- End Footer --> <script type="text/javascript" src="js/popper.js"></script><script> window.start.init({Palette:"palette1",Mode:"banner bottom",Time:"0", Message: 'We use cookies to improve the site and its user experience. By continuing to use the site, you agree to the use of cookies. You can always disable cookies in your browser settings.', ButtonText: 'Accept', LinkText: 'Learn more'})</script> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/aos.js"></script> <script src="js/swiper-bundle.min.js"></script> <script src="js/script.js"></script> <script>AOS.init();</script> </body> </html>
Save Changes
Rename File
Rename