-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
20 lines (14 loc) · 946 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Contact
---
<section class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading">Contact</h1>
<p class="lead text-muted">Contact us through e-mail at <a href="mailto:[email protected]">[email protected]</a>, or connect with us on <a href="https://www.facebook.com/uavaustin/" target="_blank">Facebook</a>, <a href="https://www.instagram.com/uavaustin/" target="_blank">Instagram</a>, <a href="https://www.linkedin.com/company/unmanned-aerial-vehicles-austin/" target="_blank">LinkedIn</a>, <a href="https://twitter.com/uavaustin" target="_blank">Twitter</a>, and <a href="https://github.com/uavaustin" target="_blank">GitHub</a>.</p>
</div>
<img id="contact-image" src="assets/img/overhead.JPG" class="img-fluid box-shadow"/>
<div class="container">
<p class="text-muted lead">Website designed by <a href="https://ojas.fi/">Ojas Ahuja</a>.</p>
</div>
</section>