-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
190 lines (162 loc) · 8.74 KB
/
Copy pathcontact.html
File metadata and controls
190 lines (162 loc) · 8.74 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<title>Heeling Minds</title>
<!-- GOOGLE FONTS -->
<link href='https://fonts.googleapis.com/css?family=Yellowtail|Cabin:400,500,600,700,400italic,700italic|Libre+Baskerville:400italic|Great+Vibes|Oswald:400,300,700|Open+Sans:600italic,700' rel='stylesheet' type='text/css'>
<!-- META TAGS -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<!-- CSS STYLESHEETS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/css/elixir.css" />
<link href="assets/js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="assets/js/owl-carousel/owl.theme.css" rel="stylesheet">
<link href="assets/js/owl-carousel/owl.transitions.css" rel="stylesheet">
<link href="assets/css/YTPlayer.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/swipebox.css">
<link rel="stylesheet" href="assets/css/icofont.min.css">
<link rel="stylesheet" href="assets/css/custom.css">
<link rel="stylesheet" href="assets/css/flowchart.css">
<!-- Colors Style -->
<link rel="stylesheet" href="assets/css/color/wine.css">
<link rel="stylesheet" href="assets/css/color/bluegray.css">
<link rel="stylesheet" href="assets/css/color/orange.css">
<link rel="stylesheet" href="assets/css/color/black.css">
<link rel="stylesheet" href="assets/css/color/yellow.css">
<link rel="stylesheet" href="assets/css/color/green.css">
<link rel="stylesheet" href="assets/css/color/red.css">
</head>
<body>
<div id="mask">
<div class="loader">
<img src="assets/svg-loaders/tail-spin.svg" alt='loading'>
</div>
</div>
<header id="header" role="banner">
<div class="jt_row container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand normal logo" href="">
<div class="logo_elixir"></div>
</a>
<a class="navbar-brand mini" href="">
<div class="logo_elixir dark"></div>
</a>
<a class="navbar-brand mini darker" href="">
<div class="logo_elixir dark"></div>
</a>
</div>
<nav class="collapse navbar-collapse navbar-right navbar-main-collapse" role="navigation">
<ul id="nav" class="nav navbar-nav navigation">
<li class="page-scroll menu-item"><a href="index.html#home-slider">Home</a></li>
<li class="page-scroll menu-item"><a href="index.html#chef">Owner</a></li>
<li class="page-scroll menu-item"><a href="index.html#about">About</a></li>
<li class="page-scroll menu-item"><a href="index.html#Testimonials">Testimonial</a></li>
<li class="page-scroll menu-item"><a href="gallery.html">Article</a></li>
<li class="page-scroll menu-item"><a href="reservation.html">Book a Section</a></li>
<li class="page-scroll menu-item"><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<!-- EN NAVIGATION MENU -->
</header>
<!-- END HEADER -->
<!-- BEGIN CONTACT SECTION -->
<section id="contact" class="section contact dark">
<div class="container">
<div class="jt_row jt_row-fluid row">
<div class="col-md-12 jt_col column_container">
<div class="voffset100"></div>
<h2 class="section-title">Contact</h2>
</div>
<div class="col-md-6 col-md-offset-3 jt_col column_container">
<div class="section-subtitle">
Delhi, India
</div>
</div>
<div id="contactform" class="contact-form">
<div class="col-md-6 jt_col column_container">
<input type="text" required name="name" placeholder="Name">
<input type="text" required name="tel" placeholder="Mobile">
<input type="text" required name="email" placeholder="Email">
<input type="text" required name="subject" placeholder="Subject">
</div>
<div class="col-md-6 jt_col column_container">
<textarea id="message" required name="message" placeholder="Message" rows="13"></textarea>
</div>
<div class="col-md-4 col-md-offset-4 jt_col column_container">
<input type="submit" class="button contact center" value="Submit">
</div>
</div>
<div class="voffset100"></div>
</div>
</div>
</section>
<!-- END CONTACT SECTION -->
<!-- BEGIN FOOTER -->
<footer id="footer" class="section">
<div class="container">
<div class="col-md-4 text-left">
<img width="120px" src="assets/images/logo_chef.png">
<p class="footer-links">
<a href="reservations">Book a Session</a> |
<a class="page-scroll" href="#about">About</a> |
<a href="contact">Contact</a>
</p>
<p class="footer-company-name" style="font-size: 14px;">Heeling Minds © 2022 | Designed by <a style="font-size: 14px;" target="_blank" >VOYAGE</a></p>
</div>
<div class="col-md-4" style="padding-top: 10px;">
<div class="footer-center text-left">
<p><i class="fa fa-map-marker"></i> Delhi, India</p>
<p><i class="fa fa-phone"></i> <a href="tel:+91-81073">+91-81055782002</a></p>
<p><i class="fa fa-envelope"></i><a href="mailto:info@Heelingminds.in">infoheelingminds.co.in</a>
</p>
</div>
</div>
<div class="col-md-4 text-left" style="padding-top: 10px;">
<p class="footer-company-about">
<span style="color: #fff; font-size: 20px;">About Us</span>
<br>
<p class="about"> Heeling Minds give you comfort so that you can connect on high-quality video sessions with your
therapist from the comfort of your home. We want to optimize for enhanced mental well-being for
a maximum number of people.
</p>
<ul class="social text-center">
<li><a href="#" target="_blank" class="icon tw"><i class="fa fa-twitter"></i></a></li>
<li><a href="" target="_blank" class="icon fb"><i class="fa fa-facebook"></i></a></li>
<li><a href="" target="_blank" class="icon in"><i class="fa fa-instagram"></i></a></li>
<li><a href="#" target="_blank" class="icon go"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</footer>
<!-- END FOOTER -->
<div class="whatsapp">
<a href="https://api.whatsapp.com/send?phone=918107302002" target="_blank">
<h5><i class="icofont-brand-whatsapp"></i></h5>
</a>
</div>
<!-- BEGIN Scripts-->
<script src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/classie.js"></script>
<script src="assets/js/pathLoader.js"></script>
<script src="assets/js/owl-carousel/owl.carousel.min.js"></script>
<script src="assets/js/jquery.inview.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/jquery.mb.YTPlayer.js"></script>
<script src="assets/js/jquery.form.js"></script>
<script src="assets/js/jquery.validate.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/default.js"></script>
<script src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.prettyPhoto.js"></script>
<script src="assets/js/jquery.swipebox.js"></script>
<!-- END Scripts -->
</body>
</html>