-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
130 lines (104 loc) · 3.89 KB
/
events.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
<!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>Events - 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">
Upcoming Events
</h3>
<section class="section-white">
<div class="container">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="images/stills/White Night.jpg" >
<div class="carousel-caption">
<h2>
Next Event.
</h2>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</section>
</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>