Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact Page linked in contact button on home page #337

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 24 additions & 21 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,29 @@ <h1>Contact Us</h1>
referrerpolicy="no-referrer-when-downgrade"></iframe>
</section>
<section class="Contact-Us">
<div class="contact-col">
<div>
<i class="fa fa-home"></i>
<span>
<h5>XYZ Road,ABC Building</h5>
<p>Banglore,Karnataka,INDIA</p>
</span>
</div>
<div>
<i class="fa fa-phone"></i>
<span>
<h5>+1 0123456789</h5>
<p>Monday to Saturday , 10AM TO 6PM</p>
</span>
</div>
<div>
<i class="fa fa-envelope-o"></i>
<span>
<h5>info@gmail.com</h5>
<p>Email Us your Query</p>
</span>
<div class="row">
<div class="contact-col">
<div>
<i class="fa fa-home"></i>
<span>
<h5>XYZ Road,ABC Building</h5>
<p>Banglore,Karnataka,INDIA</p>
</span>
</div>
<div>
<i class="fa fa-phone"></i>
<span>
<h5>+1 0123456789</h5>
<p>Monday to Saturday , 10AM TO 6PM</p>
</span>
</div>
<div>
<i class="fa fa-envelope-o"></i>
<span>
<h5>info@gmail.com</h5>
<p>Email Us your Query</p>
</span>
</div>
</div>

<div class="contact-col">
Expand All @@ -74,6 +76,7 @@ <h5>info@gmail.com</h5>
<button type="submit" class="hero-btn red-btn">Send Message</button>
</form>
</div>
</div>

</section>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>David Byer</h3>
<!-- call the action -->
<section class="cta">
<h1>Enroll for Our Various Online Courses <br>Anywhere From The World</h1>
<a href="" class="hero-btn">CONTACT US</a>
<a href="contact.html" class="hero-btn">CONTACT US</a>
</section>

<!-- Footer -->
Expand Down