-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
117 lines (115 loc) · 4.98 KB
/
contact.html
File metadata and controls
117 lines (115 loc) · 4.98 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML>
<html>
<head>
<title>Contact us</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='//fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="h_bg">
<div class="wrap">
<div class="header">
<div class="logo">
<h1><a href="index.html"><img src="images/logo.png" alt=""></a></h1>
</div>
<div class='cssmenu'>
<ul>
<li><a href='index.html'><span>Home</span></a></li>
<li><a href='about.html'><span>About</span></a></li>
<li class='has-sub'><a href='chatbot.html'><span>Chatbot</span></a>
</li>
<li class='active' class='last'><a href='contact.html'><span>Contact</span></a></li>
<div class="clear"></div>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="content">
<div class="wrap">
<!---start-contact---->
<div class="contact">
<div class="col span_1_of_3">
<div class="contact_info">
<h3>Find Us Here</h3>
<div class="map">
<iframe width="100%" height="175" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.in/maps?f=q&source=s_q&hl=en&geocode=&q=Lighthouse+Point,+FL,+United+States&aq=4&oq=light&sll=26.275636,-80.087265&sspn=0.04941,0.104628&ie=UTF8&hq=&hnear=Lighthouse+Point,+Broward,+Florida,+United+States&t=m&z=14&ll=26.275636,-80.087265&output=embed"></iframe><br><small><a href="https://maps.google.co.in/maps?f=q&source=embed&hl=en&geocode=&q=Lighthouse+Point,+FL,+United+States&aq=4&oq=light&sll=26.275636,-80.087265&sspn=0.04941,0.104628&ie=UTF8&hq=&hnear=Lighthouse+Point,+Broward,+Florida,+United+States&t=m&z=14&ll=26.275636,-80.087265" style="color:#666;text-align:left;font-size:0.85em">View Larger Map</a></small>
</div>
</div>
<div class="company_address">
<h3>Company Information :</h3>
<p>Sectoe 1,Jankipuram</p>
<p>Lucknow, UP,</p>
<p>India</p>
<p>Phone:(91)9410412033</p>
<p>Email: <span><a href="mailto:info@example.com">support@ayurveda.com</a></span></p>
<p>Follow on: <span>Facebook</span>, <span>Twitter</span></p>
</div>
</div>
<div class="col span_2_of_3">
<div class="contact-form">
<h3>Contact Us</h3>
<form method="post" action="?">
<div>
<span><label>NAME</label></span>
<span><input name="userName" type="text" class="textbox"></span>
</div>
<div>
<span><label>E-MAIL</label></span>
<span><input name="userEmail" type="text" class="textbox"></span>
</div>
<div>
<span><label>MOBILE</label></span>
<span><input name="userPhone" type="text" class="textbox"></span>
</div>
<div>
<span><label>SUBJECT</label></span>
<span><textarea name="userMsg"> </textarea></span>
</div>
<div>
<span><input type="submit" class="" value="Submit"></span>
</div>
</form>
</div>
</div>
<div class="clear"> </div>
</div>
</div>
<!---End-contact---->
</div>
<div class="footer specials">
<div class="wrap">
<div class="footer_main1">
<div class="footer-grid">
<h3>Do you know!</h3>
<p>According to Ayurveda, panchakarma are techniques to eliminate toxic elements from the body.[73] Panchakarma refers to five actions, which are meant to be performed in a designated sequence with the stated aim of restoring balance in the body through a process of purgation.</p>
<form action="search.php" method="get" accept-charset="utf-8" class="nav-form">
<input type="text" name="s" onblur="if(this.value=='') this.value=''" onfocus="if(this.value =='' ) this.value=''" value=" ">
<a href="#" onclick="document.getElementById('search-form').submit()" class="sub_button1">Subscribe</a>
</form>
<div class="clear"></div>
</div>
<div class="footer-nav1">
<ul>
<li id="twtr"><a href=""><img src="images/twitter.png" alt="" title="Twitter"></a></li>
<li id="fb"><a href=""><img src="images/fb.png" alt="" title="facebook"></a></li>
<li id="feed"><a href=""><img src="images/feed.png" alt="" title="Feed"></a></li>
<li id="plus"><a href=""><img src="images/plus.png" alt="" title="Plus"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="ftr1-bg">
<div class="wrap">
<div class="footer1">
<p class="link"><span>Created by Hemendra Solanki</a></span></p>
</div>
</div>
</div>
</body>
</html>