-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
39 lines (36 loc) · 1.58 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: Contact Us
permalink: "/contact/"
layout: page
---
<div class="container">
<!-- Introduction Row -->
<div class="row">
<div class="col-lg-10 col-lg-offset-1 blog-main">
<h1 class="page-header">Contact
<small>Let's get in touch!</small>
</h1>
<p>Let us know if you have a question or comment. You can fill out this form: </p>
<div class="row">
<div class="col-lg-12">
{% include contact_form.html %}
</div>
</div>
<br>
<p>Or contact us via:</p>
<ul>
<li>Phone: <a href="tel:+18599604600">859-960-4600</a></li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Twitter: <a href="http://www.twitter.com/awesome_inc">@awesome_inc</a></li>
<li>Facebook: <a href="http://www.facebook.com/awesomeincorporated"> Awesome Inc</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1" >
<h1 class="page-header" id="scholarship">Awesome Inc U Scholarship Application</h1>
<p>You can also view this application directly on <a href="https://docs.google.com/forms/d/e/1FAIpQLSd9t_ECAVqVVHWNalx-hiUiOeRk7hk94uZQEGBu7Vt48Uu5PQ/viewform">Google Drive</a></p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd9t_ECAVqVVHWNalx-hiUiOeRk7hk94uZQEGBu7Vt48Uu5PQ/viewform?embedded=true" height="3400" width="100%"></iframe>
</div>
</div>
</div>