-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
57 lines (53 loc) · 1.5 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
<!-- section contact start -->
<section id="section-contact" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="heading-title">Contact me</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 wow fadeInRight">
<div class="contact-form">
<form class="contact-box">
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control">
</div>
<div class="form-group">
<label>Email address</label>
<input type="text" class="form-control">
</div>
<div class="form-group">
<label>Message</label>
<input type="text" class="form-control">
</div>
</form>
<div class="row">
<div class="col-md-12">
<a href="#" class="btn btn-default">Contact me</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 wow fadeInLeft">
<h2 class="heading-title">Get in Touch</h2>
<div class="contact-left">
<p>“Everything you can imagine is Creative,</p>
<p> Reflective & Introspective”</p>
<p>– (SAM)</p>
<div class="location">
<p>Islamabad, Pakistan</p>
<p>44000</p>
</div>
<ul>
<li><span>Email :</span> <a>[email protected]</a></li>
<p></p>
<li><span>Phone :</span> <a>+92 334 5463367</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- section contact end -->