-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappointment.html
104 lines (82 loc) · 3.25 KB
/
appointment.html
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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<link rel="icon" type="image/png" href="images/logo.png">
<title>Appointments - DivineAdvice.com | Vastu, Meditation, Tarot, Astrology, Spiritual Healing, Crystal Energy, Jati Jagran, Sambhav Sutra</title>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69307202-1', 'auto');
ga('send', 'pageview');
</script>
<header>
<div class="cd-logo">
<a href="index.html">
<img src="images/logo.png" alt="Divine Advice" title="Divine Advice">
</a></div>
<nav class="cd-main-nav-wrapper">
<ul class="cd-main-nav">
<li><a href="the-master.html">The Master</a></li>
<li><a href="vastu.html">Vastu</a></li>
<li><a href="meditation.html">Meditation</a></li>
<li><a href="tarot.html">Tarot</a></li>
<li><a href="astrology.html">Astrology</a></li>
<li><a href="spiritual-healing.html">Spiritual Healing</a></li>
<li><a href="crystal-energy.html">Crystal Energy</a></li>
<li><a href="jati-jagran.html">Jati Jagran</a></li>
<li><a href="chakra-jagran.html">Chakra Jagran</a></li>
<li><a href="sambhav-sutra.html">Sambhav Sutra</a></li>
<li>
<a href="#0" class="cd-subnav-trigger"><span>More</span></a>
<ul>
<li class="go-back"><a href="#0">Menu</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="appointment.html">Appointment</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="#0" class="placeholder">Placeholder</a></li>
</ul>
</li>
</ul> <!-- .cd-main-nav -->
</nav> <!-- .cd-main-nav-wrapper -->
<a href="#0" class="cd-nav-trigger">Menu<span></span></a>
</header>
<main class="cd-main-content">
<h3 class="page-heading">
Appointments - Coming Soon...
</h3>
<div class="page-content">
<p>
Here will be a brilliant portal for our clients to connect with us with much more ease than ever before.
This portal is currently in development and will implement technology into the contemporary call and book system.
Till then, you can <a href="contact.html">contact us here.</a>
</p>
</div>
</main>
<footer>
<div>
<span>© 2018 Divine Advice. All Rights Reserved</span>
<p>
<a href="sitemap.html">Sitemap</a>
|
<a href="privacy-policy.html">Privacy Policy</a>
|
<a href="contact.html">Contact Us</a>
</p>
</div>
</footer>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
</html>