-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
33 lines (29 loc) · 1.21 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
<?php
include 'core/init.php';
include 'includes/overall/header.php';
?>
<h1>Contact UniQuest</h1>
<div id="montage-wrap">
<div class="montage-block1">
<span id="office"></span>
<div class="thumb_content2">
<h1>The Location</h1>
<p>This is our amazing office, where you can come see the internal workings of UniQuest and talk with our friendly staff if you live nearby. The address is _____________.</p>
</div>
</div> <!-- block end -->
<div class="montage-block2">
<span id="block6"></span>
<div class="thumb_content">
<h1>Contact Us Using a Phone</h1>
<p>You can call us anytime, anywhere and expect a friendly employee who will assist you with any problems that you are experiencing. Our number is __________</p>
</div>
</div> <!-- block end -->
<div class="montage-block2">
<span id="block7"></span>
<div class="thumb_content">
<h1>Contact Us Using Email</h1>
<p>You can send us an email anytime, anywhere and expect a speedy response from our amazing and hardworking staff that are dedicated to helping you. Our Email is __________</p>
</div>
</div> <!-- block end -->
</div> <!-- montage wrap -->
<?php include 'includes/overall/footer.php'; ?>