diff --git a/Contact.html b/Contact.html new file mode 100644 index 0000000000000000000000000000000000000000..e720eb55ae0ced796968942928c3f71846352c2c --- /dev/null +++ b/Contact.html @@ -0,0 +1,55 @@ + +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <title>Contact us - ED Training</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" media="screen" href="file:///C:/Users/Ethan/Desktop/ED Website Code/css/Style.css" /> + +</head> + +<body> +<div class="site"> + + + <header class="header"> + <div class="logo_img"> + <img src="file:///C:/Users/Ethan/Desktop/ED Website Code/images/logo.png" alt="ED Training logo" style="width:128px;height:128px;"> + </div> + <h1>Call Us: +44 (0)00 0000 0000 <br> Email Us: <a href="mailto:webmaster@example.com">LizTraining@generic.com</a></h1> + </header> + + <nav class="navigation"> + <ul1> + <li1><a href="file:///C:/Users/Ethan/Desktop/ED Website Code/Courses.html" >Courses</a></li1> + <li1><a href="file:///C:/Users/Ethan/Desktop/ED Website Code/Enquiry.html">Enquiry</a></li1> + <li1><a href="file:///C:/Users/Ethan/Desktop/ED Website Code/Contact.html">Contact Us</a></li1> + <li1><a href="file:///C:/Users/Ethan/Desktop/ED Website Code/About.html" >About</a></li1> + <li1><a href="file:///C:/Users/Ethan/Desktop/ED Website Code/Home.html">Home</a> </li1> + </ul1> + </nav> + + + <main id="content" class="content"> + <h2>Contact Us</h2> + + <div class="paragraph1"> + <p> + Call Us: +44 (0)00 0000 0000 <br> Email Us: LizTraining@generic.com <br> You can reach us from: <br> 9:00-18:00 Monday to Friday <br> 10:00-16:00 Saturday and Sunday + <br><br> The calendar can be used to see which days are unavailable. + + + </p> + <iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=en.uk%23holiday%40group.v.calendar.google.com&color=%23125A12&ctz=Europe%2FLondon" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe> + </div> + </main> + + <footer class="footer"> + <h3>Call Us: +44 (0)00 0000 0000 <br> Email Us: <a href="mailto:webmaster@example.com">LizTraining@generic.com</a> <br> © ED Training E</h3> + </footer> + + +</div> +</body> \ No newline at end of file