-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
56 lines (55 loc) · 2.22 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
<?php include 'inc/header.php'; ?>
<div class="main">
<div class="content">
<div class="support">
<div class="support_desc">
<h3>Live Support</h3>
<p><span>24 hours | 7 days a week | 365 days a year Live Technical Support</span></p>
<p> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</div>
<img src="web/images/contact.png" alt="" />
<div class="clear"></div>
</div>
<div class="section group">
<div class="col span_2_of_3">
<div class="contact-form">
<h2>Contact Us</h2>
<form>
<div>
<span><label>NAME</label></span>
<span><input type="text" value=""></span>
</div>
<div>
<span><label>E-MAIL</label></span>
<span><input type="text" value=""></span>
</div>
<div>
<span><label>MOBILE.NO</label></span>
<span><input type="text" value=""></span>
</div>
<div>
<span><label>SUBJECT</label></span>
<span><textarea> </textarea></span>
</div>
<div>
<span><input type="submit" value="SUBMIT"></span>
</div>
</form>
</div>
</div>
<div class="col span_1_of_3">
<div class="company_address">
<h2>Company Information :</h2>
<p>500 Lorem Ipsum Dolor Sit,</p>
<p>22-56-2-9 Sit Amet, Lorem,</p>
<p>USA</p>
<p>Phone:(00) 222 666 444</p>
<p>Fax: (000) 000 00 00 0</p>
<p>Email: <span>[email protected]</span></p>
<p>Follow on: <span>Facebook</span>, <span>Twitter</span></p>
</div>
</div>
</div>
</div>
</div>
<?php include 'inc/footer.php'; ?>