-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
57 lines (51 loc) · 2.03 KB
/
Copy pathcontact.html
File metadata and controls
57 lines (51 loc) · 2.03 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: default_style
permalink: /contact
published: true
---
<!-- Main Container -->
<div class="container-fluid-kamn">
<div class="row">
<div class="container">
<div class="col-md-4 col-lg-4 col-sm-4 col-xs-2">
<img src="{{ '/assets/img/systems-lab-map.png' | relative_url }}" class="img-fluid rounded float-left" width="100%" />
<h4> Directions </h4>
The Computer Systems @ CU lab is in the ground/basement ("1B") level of the Engineering Center.
The easiest entrance to locate is through the door in the courtyard, as shown. Immediately
on entering that door, you'll find a hallway to the left that leads to the faculty offices,
meeting rooms and student lab.
</div>
<div class="col-md-8 col-lg-8 col-sm-8 col-xs-3">
<iframe width="100%" height="450px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="{{ site.google_map }}"></iframe>
</div>
</div>
<div class="container">
<div class="col-lg-4">
<h4>Find us at:</h4>
<p class="block-author">{{ site.company_name }}</p>
<p>{{ site.address_line }}</p>
<p>Phone: {{ site.telephone_number }}</p>
<p>Fax: {{ site.fax_number }}</p>
<br>
<!-- p class="lead">Social Link</p><hr>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<a href="#"><img src="{{ '/assets/img/social-icons/btn_skype.png' | relative_url }}" alt="Skype"></a>
Call us
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<a href="#"><img src="{{ '/assets/img/social-icons/btn_facebook.png' | relative_url }}" alt="Facebook"></a>
Like us
</div>
<div class="col-lg-4 col-md-4 col-sm-3 col-xs-12">
<a href="#"><img src="{{ '/assets/img/social-icons/btn_twitter.png' | relative_url }}" alt="Twitter"></a>
Follow us
</div>
<br !-->
</div>
<!---
Contact form code omitted here
--->
</div>
</div>
</div>
<!--End Main Container -->