-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc35b5a
commit c7ee65c
Showing
2 changed files
with
128 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
rel="stylesheet" | ||
/> | ||
</head> | ||
|
||
<body> | ||
<section class="sub-header"> | ||
<nav> | ||
|
@@ -39,15 +40,68 @@ | |
<li><a href="index.html">HOME</a></li> | ||
<li><a href="about.html">ABOUT</a></li> | ||
<li><a href="courses.html">COURSES</a></li> | ||
<li><a href="contact.html">CONTACT</a></li> | ||
<li><a href="blog.html">BLOGS</a></li> | ||
<li><a href="contact.html">CONTACT</a></li> | ||
</ul> | ||
</div> | ||
<i class="fa fa-bars" onclick="showMenu()"></i> | ||
</nav> | ||
<h1>About Us</h1> | ||
<h1>Contact Us</h1> | ||
</section> | ||
|
||
<!-- ---------------------contact us-------------------- --> | ||
|
||
<section class="location"> | ||
<iframe | ||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12331.12186528447!2d-77.02266799253854!3d38.89836981078218!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7c6de5af6e45b%3A0xc2524522d4885d2a!2sWashington%2C%20DC%2C%20USA!5e0!3m2!1sen!2sin!4v1692512872290!5m2!1sen!2sin" | ||
width="600" | ||
height="450" | ||
style="border: 0" | ||
allowfullscreen="" | ||
loading="lazy" | ||
referrerpolicy="no-referrer-when-downgrade" | ||
></iframe> | ||
</section> | ||
|
||
<section class="contact-us"> | ||
<div class="row"> | ||
<div class="contact-col"> | ||
<div> | ||
<i class="fa fa-home"></i> | ||
<span> | ||
<h5>Mecheda, DCU Building</h5> | ||
<p>Washington, DC, USA</p> | ||
</span> | ||
</div> | ||
|
||
<div> | ||
<i class="fa fa-phone"></i> | ||
<span> | ||
<h5>+1 8491817532</h5> | ||
<p>call us for queries</p> | ||
</span> | ||
</div> | ||
|
||
<div> | ||
<i class="fa fa-envelope-o"></i> | ||
<span> | ||
<h5>[email protected]</h5> | ||
<p>Email us for queries</p> | ||
</span> | ||
</div> | ||
</div> | ||
|
||
<div class="contact-col"> | ||
<form action=""> | ||
<input type="text" placeholder="Enter your name" required /> | ||
<input type="text" placeholder="Enter your email" required /> | ||
<input type="text" placeholder="Enter your subject" required /> | ||
<textarea placeholder="Message" rows="10" required></textarea> | ||
<button type="submit" class="hero-btn red-btn">Send Message</button> | ||
</form> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- ----------footer---------------- --> | ||
|
||
<section class="footer"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters