-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
70 lines (66 loc) · 3.55 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
<?php include "./include/header.php"; ?>
<!-- End Header -->
<section id="content">
<div class="container">
<div class="content-page">
<div class="contact-map border">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d151986.00533938778!2d-2.3636687929445515!3d53.472367954780005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487a4d4c5226f5db%3A0xd9be143804fe6baa!2sManchester%2C+UK!5e0!3m2!1sen!2s!4v1472467262148" style="border:0" allowfullscreen="" width="1170" height="380"></iframe>
</div>
<div class="contact-info-page">
<div class="list-contact-info">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="item-contact-info text-center">
<a class="contact-icon color wobble-horizontal" href="#"><i class="fa fa-mobile"></i></a>
<h2 class="title18 text-upperrcase font-bold">Shweta Jacker: <a href="#">9408594205</a></h2>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="item-contact-info text-center">
<a class="contact-icon color wobble-horizontal" href="#"><i class="fa fa-phone"></i></a>
<h2 class="title18 text-upperrcase font-bold">Shashi Bhushan: <a href="#">9408594205</a></h2>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="item-contact-info text-center">
<a class="contact-icon color wobble-horizontal" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<h2 class="title18 text-upperrcase font-bold"><a href="mailto:[email protected]">[email protected]</a></h2>
</div>
</div>
</div>
</div>
<p class="desc">If the supplier fails to ship your products on time or the product quality does not meet the standards set in your contract, Aloshop will refund the covered amount of your payment.</p>
</div>
<div class="contact-form-page">
<h2 class="title30 text-uppercase font-bold">contact from</h2>
<div class="form-contact">
<form action="contact_pro.php" method="post" enctype="multipart/form-data"">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<input type="text" class="form-control" name="c_name" value="name"
onfocus="if (this.value==this.defaultValue) this.value = ''" onblur="if (this.value=='') this.value = this.defaultValue" />
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<input type="text" name="c_email" class="form-control" value="Email" onfocus="if (this.value==this.defaultValue) this.value = ''" onblur="if (this.value=='') this.value = this.defaultValue" type="text">
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<input type="text" name="c_contact" class="form-control" value="Contact" onfocus="if (this.value==this.defaultValue) this.value = ''" onblur="if (this.value=='') this.value = this.defaultValue" type="text">
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<input type="text" name="c_text" class="form-control" value="Message" onfocus="if (this.value==this.defaultValue) this.value = ''" onblur="if (this.value=='') this.value = this.defaultValue" type="text">
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<input type="submit" name="send" value="Send" class="shop-button"/>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- End Content Page -->
</div>
</section>
<!-- End Content -->
<?php include "./include/footer.php"; ?>
</body>
</html>