-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
82 lines (72 loc) · 3.06 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
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" 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" 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" 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" alt="Twitter"></a>
Follow us
</div>
<br !-->
</div>
<!---
<div class="col-lg-8">
<div class="feedback-form">
<div id="contact-response"></div>
<form action="http://templates.designorbital.com/baleen/contact.php" method="post" id="contact-form">
<fieldset>
<div class="form-group form-group-fullname">
<label class="control-label" for="fullname">NAME *</label>
<input type="text" class="form-control" name="fullname" id="fullname" placeholder="Enter Your Name">
</div>
<div class="form-group form-group-email">
<label class="control-label" for="email">E-MAIL *</label>
<input type="text" class="form-control" name="email" id="email" placeholder="Enter Your E-Mail">
</div>
<div class="form-group form-group-message">
<label class="control-label" for="message">MESSAGE *</label>
<textarea class="form-control" name="message" id="message" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</fieldset>
</form>
!-->
</div>
</div>
</div>
</div>
</div>
<!--End Main Container -->