-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.php
83 lines (73 loc) · 4.03 KB
/
Contact.php
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
83
<section id="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="about-logo">
<div class="col-md-6">
<address>
<h3>Achievers University, Owo</h3>
<span>KM 1, Idasen/Uteh Road, Owo, Ondo State, Nigeria.</span>
<br>
<abbr title="Telephone">Telephone:</abbr> 0703-847-7064, 0803-374-6527
<br>
<abbr title="Email">Email:</abbr> <a href="#">[email protected]</a>
<br>
<abbr title="Telegram">Telegram Channel:</abbr><a href="https://t.me/AchieversUniversityOwo">https://t.me/AchieversUniversityOwo</a>
</address>
<div class="icons">
<a href="https://twitter.com/achieversuniowo" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/AchieversUniversityOwoOnline" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UCFTFDNgtGxbWvJ9qCpXaveQ" target="_blank"><i class="fa fa-youtube-play"></i></a>
</div><!-- /.icons -->
<hr>
<p>
Our professional team is here to assist you 24/7, so please don’t hesitate to contact us if you have any questions, problems or maybe suggestions. We would love to hear from you.
</p>
<p>
We are reachable via email ([email protected]) or simply fill out the form below to leave us a message, or why not make an appointment through calling any of the above numbers to come visit the university for a tour.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<!-- Form itself -->
<form name="sentMessage" id="contactForm" novalidate>
<h3>Message</h3>
<div class="control-group">
<div class="controls">
<input type="text" class="form-control"
placeholder="Full Name" id="name" required
data-validation-required-message="Please enter your name" />
<p class="help-block"></p>
</div>
</div>
<div class="control-group">
<div class="controls">
<input type="email" class="form-control" placeholder="Email"
id="email" required
data-validation-required-message="Please enter your email" />
</div>
</div>
<div class="control-group">
<div class="controls">
<textarea rows="10" cols="100" class="form-control"
placeholder="Message" id="message" required
data-validation-required-message="Please enter your message" minlength="5"
data-validation-minlength-message="Min 5 characters"
maxlength="999" style="resize:none"></textarea>
</div>
</div>
<div id="success"> </div> <!-- For success/fail messages -->
<button type="submit" class="btn btn-primary pull-right">Send</button><br />
</form>
</div>
<div class="col-md-6">
<div class="map-wrapper">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15834.32915264698!2d5.5832598!3d7.1741879!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xebce36c85f04d296!2sAchievers+University+Owo+Ondo+State!5e0!3m2!1sen!2sng!4v1479816918106" width="100%" height="350" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>