-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
439 lines (372 loc) · 17.7 KB
/
index.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
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html style="" class=" js flexbox canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SRAstro</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- Fonts -->
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Js -->
<script src="//www.google-analytics.com/analytics.js" async=""></script><script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW(
).init();
</script>
<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-57708809-1', 'auto');
ga('send', 'pageview');
</script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79492581-1', 'auto');
ga('send', 'pageview');
</script>
<style>
#logo{
text-color:red;
font-family:Helvetica;
font-size:15px;
}
#add{
background-color:#d6dcf0;
text-color:#000000;
}
#utility{
background:#F0EAD6;
}
.service-wrapper{
margin:0px;
margin-color:#000000;
}
</style>
</head>
<body>
<header>
<div class="container" id="mine1">
<div class="row" id="mine">
<div class="col-md-3 col-xs-6 col-sm-3">
<a href="#banner" class="logo" id="logo">
SRAstro
</a>
</div>
<div class="col-md-7 col-xs-6 col-sm-7">
<div class="menu">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#banner">Home</a></li>
<li><a href="#service">Services</a></li>
<li><a href="#feature">About Us</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#utility">Enquiry</a></li>
<li><a href="#payment">Payment Info</a></li>
<li><a href="#subscribe">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
<div class="col-md-2 col-xs-12 col-sm-2">
<!-- <ul class="social-info">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>-->
</div>
</div>
</div>
</header>
<section style="visibility: visible; animation-name: fadeInUp;" id="banner" class="wow fadeInUp animated">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="block">
<img class="app-img img-responsive" src="images/app.jpg" alt="">
</div>
</div>
<div class="col-md-6 col-md-offset-1 col-sm-6">
<div class="block">
<h1>
Welcome to <br>
Sri Rohini Astro Centre
</h1><br>
<h3>(Jyotish Consultation and Study Centre)</h3>
<p>
Sri Rohini Astro Centre, is a reputed Astrological Institution of Bihar situated in Patna, which practices all the relevant forms of astrology in forecasting of events, by utilizing scientific as well as Vedic methods.</p>
</div>
</div>
</div>
<div class="row">
<div class="jumbotron" id="add">
<h1>S R Astrology</h1>
<p>We provide reliable suggestions and solutions to all astrology related problems viz. Marriage, Health, Profession, alongwith accurate advice for remedies thru’ Vedic methods & Gemology.</p>
<p><button onclick="window.location='#service'" class="btn-primary">Learn More</button></p>
</div>
</div>
</div>
</section>
<section id="service">
<div class="container">
<div class="service-wrapper">
<div class="row">
<div class="col-md-3 col-sm-6">
<div style="visibility: visible; animation-delay: 1s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated" data-wow-delay="1s"><a href="horoscope.html">
<div class="icon">
<img src="images/horoscope-predictions.jpg" class="img-circle img-responsive">
</div>
<h3>Horoscope</h3>
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div style="visibility: visible; animation-delay: 1.3s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated" data-wow-delay="1.3s"><a href="specific.html">
<div class="icon">
<img src="images/question.png" class="img-circle img-responsive">
</div>
<h3>Specific Query</h3>
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div style="visibility: visible; animation-delay: 1.6s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated" data-wow-delay="1.6s"><a href="muhurat.html">
<a href="muhurat.html">
<div class="icon">
<img src="images/subh-muhart.jpg" class="img-circle img-responsive">
</div>
<h3>Muhurutha</h3>
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div style="visibility: visible; animation-delay: 1.9s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated" data-wow-delay="1.9s">
<a href="match-making.html">
<div class="icon">
<img src="images/Matchmaking.gif" class="img-circle img-responsive">
</div>
<h3>Match-Making</h3>
</a></div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div style="visibility: visible; animation-delay: 1s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated animated" data-wow-delay="1s">
<a href="marriage-prob.html">
<div class="icon">
<img class="img-circle img-responsive" src="images/marraige-solution.gif">
</div>
<h3>Marital Problem</h3>
</a></div>
</div>
<div class="col-md-4 col-sm-6">
<div style="visibility: visible; animation-delay: 1.3s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated animated animated" data-wow-delay="1.3s">
<a href="medical-Astro.html">
<div class="icon">
<img src="images/images.jpg" class="img-circle img-responsive ">
</div>
<h3>Medical Astrology</h3>
</a></div>
</div>
<div class="col-md-4 col-sm-6">
<div style="visibility: visible; animation-delay: 1.6s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated animated animated" data-wow-delay="1.6s">
<a href="gemology.html">
<div class="icon">
<img src="images/numerology.jpg" class="img-circle img-responsive ">
</div>
<h3>Gemology</h3>
</a></div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div style="visibility: visible; animation-delay: 1s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated animated animated animated animated" data-wow-delay="1s">
<a href="vastu.html">
<div class="icon">
<img class="img-circle img-responsive" src="images/vastu-ebook.jpg">
</div>
<h3>Vastu Shastra</h3>
</a></div>
</div>
<div class="col-md-6 col-sm-6">
<div style="visibility: visible; animation-delay: 1.9s; animation-name: fadeInRight;" class="block wow fadeInRight animated animated animated animated" data-wow-delay="1.9s">
<a href="pooja.html">
<div class="icon">
<img src="images/offer-puja.gif" class="img-circle img-responsive ">
</div>
<h3>Remedial Pooja</h3>
</a></div>
</div>
</div></div>
</div>
</section>
<section id="feature">
<div class="container">
<div class="row">
<div style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInRight;" class="col-md-6 col-sm-6 wow fadeInRight animated" data-wow-delay=".8s">
<h2 class="title">About our Guruji</h2>
<div class="feature-item">
<div class="media">
<div class="pull-left icon" href="#">
<i class="fa fa-paint-brush"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Equipped with Immense Experience</h4>
<p>Equipped with Immense Experience, our guruji Shri R K N Sharma, has been practicing astrology for the past 25 years. He is a qualified Civil Engineer, retired from PWD, Bihar Govt. and also holds a Jyotish Acharya degree from Shri Maharshi College of Vedic Astrology.</p>
</div>
</div>
</div>
<div class="feature-item">
<div class="media">
<div class="pull-left icon" href="#">
<i class="fa fa-qrcode"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Retired Engineer</h4>
<p>Despite being a fine civil engineer, his true interest remained in astrology. When he was about to retire, he began to pursue this interest in astrology, as a hobby. Later, since post-retirement in 1995, he is practicing astrology for the prime object of helping others in overcoming their problems in day to day life.</p>
</div>
</div>
</div>
<div class="feature-item">
<div class="media">
<div class="pull-left icon" href="#">
<i class="fa fa-recycle"></i>
</div>
<div class="media-body">
<h4 class="media-heading"> He is Also a Teacher</h4>
<p>His experience is vast in this field and ranges from horoscope making to gemology in astrology and he has built quite a reputation for himself over the years with his accurate predictions and suggestions.He is Also a Teacher. For the past 10 years he has been imparting his vast knowledge of astrology to young students, having keen interest in the subject. He teaches them all about astrology and trains them to pursue astrology as career objective.</p>
</div>
</div>
</div>
</div>
<div style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInLeft;" class="col-md-6 col-sm-6 wow fadeInLeft animated" data-wow-delay=".8s">
<div class="block">
<img class="img-responsive" src="images/919340034671.jpg" alt="Nana Jee's Photo">
</div>
</div>
</div>
<div class="row">
<div style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInRight;" class="col-md-6 col-sm-6 wow fadeInRight animated" data-wow-delay=".8s">
</div>
</div></div></section>
<section style="visibility: visible; animation-name: fadeInUp;" id="blog" class="wow fadeInUp animated">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="title">Our Blog<br><br></h2>
</div>
<div class="row">
<div class="col-lg-12">
<script type="text/javascript">
document.write('\x3Cscript type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https://' : 'http://') + 'feed.mikle.com/js/rssmikle.js">\x3C/script>');
</script>
<script type="text/javascript" src="http://feed.mikle.com/js/rssmikle.js"></script>
<script type="text/javascript">(function() {var params = {rssmikle_url: "http://srastrology.blogspot.in/",rssmikle_frame_width: "1000",rssmikle_frame_height: "400",frame_height_by_article: "0",rssmikle_target: "_blank",rssmikle_font: "Arial, Helvetica, sans-serif",rssmikle_font_size: "12",rssmikle_border: "on",responsive: "on",rssmikle_css_url: "",text_align: "left",text_align2: "left",corner: "on",scrollbar: "on",autoscroll: "on",scrolldirection: "up",scrollstep: "3",mcspeed: "20",sort: "Off",rssmikle_title: "off",rssmikle_title_sentence: "srastrology",rssmikle_title_link: "http://sras",rssmikle_title_bgcolor: "#0066FF",rssmikle_title_color: "#FFFFFF",rssmikle_title_bgimage: "",rssmikle_item_bgcolor: "#F0EAD6",rssmikle_item_bgimage: "",rssmikle_item_title_length: "55",rssmikle_item_title_color: "#0066FF",rssmikle_item_border_bottom: "on",rssmikle_item_description: "on",item_link: "off",rssmikle_item_description_length: "150",rssmikle_item_description_color: "#666666",rssmikle_item_date: "gl1",rssmikle_timezone: "Etc/GMT",datetime_format: "%b %e, %Y %l:%M %p",item_description_style: "text+tn",item_thumbnail: "full",item_thumbnail_selection: "auto",article_num: "15",rssmikle_item_podcast: "off",keyword_inc: "",keyword_exc: ""};feedwind_show_widget_iframe(params);})();</script>
<div style="font-size:10px; text-align:center; "><a href="http://feed.mikle.com/" target="_blank" style="color:#CCCCCC;">RSS Feed Widget</a><!--Please display the above link in your web page according to Terms of Service.--></div><!-- end feedwind code -->
</div>
</div>
</div>
</div></section>
<section id="utility">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="forms">Online Enquiry</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<script type="text/javascript" src="https://form.jotform.me/jsform/61363661501449"></script>
</div>
</div>
</div></section>
<section id="payment">
<div class="container">
<div class="row">
<div style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInDown;" class="col-md-12 wow fadeInDown animated" data-wow-delay=".8s">
<div class="block">
<div class="title text-center">
<h2>Payment Information</h2>
<p>You can transfer the payment to the account with the following details and send the UTR Number</p>
</div>
<div class="list-group">
<div class="list-group-item">
<p class="list-group-item-text"><b>SRI ROHINI ASTRO<br>Account No.:6236000100004143<br>Punjab National Bank<br>IFSC Code:PUNB0623600<br>Branch:Sri Krishna Puri,Patna,Bihar-800001</b></p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="subscribe">
<div class="container">
<div class="row">
<div style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInDown;" class="col-md-12 wow fadeInDown animated" data-wow-delay=".8s">
<div class="block">
<div class="title text-center">
<h2>Contact Us</h2>
<p>Contact us offline for telephonic/in person consultation</p>
</div>
<div class="list-group">
<div class="list-group-item">
<h4 class="list-group-item-heading">Sri Rohini Astro Centre</h4>
<p class="list-group-item-text">Mail us at:"[email protected] "<br>Call or Whatsapp us:+91-9430034671</p>
</div>
<div class="list-group-item">
<h4 class="list-group-item-heading">Main Office:</h4>
<p class="list-group-item-text">#27,L.B.S. Marg,Near Boring Road, North Sri Krishna Puri-800013,Patna,Bihar,India </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInUp;" class="wow fadeInUp animated" data-wow-delay=".8s">
<div class="container text-center">
<div class="row">
<div class="col-md-12">
<a class="footer-logo" href="#">
SRAstro
</a>
<p>All rights reserved. </p>
</div>
</div>
</div>
</footer>
</body></html>