-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathastrology.html
119 lines (94 loc) · 4.34 KB
/
astrology.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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>Astrology - 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">
Astrology – Planning Life Through Planets
</h3>
<div class="page-content">
<p>
One of the oldest sciences to help mankind improve health, wealth and prosperity is Astrology.
Prediction regarding future is the most interesting and amazing part of astrology.
Astrological calculations are based on movement of Planets and Nakshtras.
Planets’ movement in Twelve Rashis placed in Twelve Houses of Horoscope suggests about the phases in the life of a person.
Astrology is a complete science with cause and effect.
</p>
<p>
Perfect knowledge is rare and if one finds an astrologer with complete knowledge of the subject then astrology can become a tool to help a person get rid of all problems related to health, money and finance, relations etc.
Astrology deals with various kinds of Upayas i.e. remedies to correct the ill effects of planets that may be harmful for a particular person.
</p>
<p>
Understanding the astrological base of a particular problem and solving that with remedies thereby making a person happy and comfortable is the main purpose of astrology.
Ajay Jain is well-known, popular and most sought after Astrologer and is helping people coming from different fields.
According to him Astrology is a Divine Knowledge and knowledge if used positively can do wonders for the betterment and if misused can become a havoc.
Ajay Jain’s Divine Services has helped many from common man to celebrities, politicians and NRIs achieve their goal.
</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>