-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
151 lines (145 loc) · 5.31 KB
/
Copy pathindex.html
File metadata and controls
151 lines (145 loc) · 5.31 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
<!doctype html>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Gorana Dance</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/x-icon" href="images/favicon.png" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<span><img src="images/logo.jpg" alt="" /></span>
</header>
<!-- Content -->
<section id="banner">
<div class="content">
<header>
<h1>Water & Wheat</h1>
</header>
<p>
<strong>Twenty Years Around the Sun</strong>
<br />
One heart. Many bodies.
<br />
One pulse. Many beats: uneven, layered, yet strong.
<br />
The circle holds us in love, remembering our roots.
<br />
What was given to us, we carry and pass along!
</p>
<p>Join us in celebrating the 20th Anniversary of GORANA DANCE!</p>
<p>
For 20 years, Artistic Director Elissaveta Iordanova has built a vibrant community
rooted in Bulgarian folklore — bringing together dancers, cultures, and generations
through dance and tradition.
</p>
<h3>Tickets:</h3>
<p><a href="https://tinyurl.com/waterandwheat">tinyurl.com/waterandwheat</a></p>
<h3>Date:</h3>
<p>Saturday, October 3, 2026 (4:00 PM - 6:00 PM)</p>
<h3>Location:</h3>
<p>
<a href="https://maps.app.goo.gl/vGETt4R45vvtdtku9"
>The Riverside Theatre (91 Claremont Avenue, New York, NY, 10027)</a
>
</p>
</div>
<span
class="image object"
style="align-self: flex-start; height: auto; min-height: 0; max-height: none"
>
<img
src="images/wheat.jpg"
alt="Water & Wheat: GORANA DANCE 20th Anniversary"
style="height: auto; max-width: 100%; object-fit: contain"
/>
</span>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Water & Wheat</a></li>
<li>
<span class="opener">About</span>
<ul>
<li><a href="about-gorana.html">Gorana Dance</a></li>
<li><a href="about-algara.html">Algara Dance</a></li>
</ul>
</li>
<li><a href="horoteka.html">Horoteka</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="trailers.html">Trailers</a></li>
<li>
<span class="opener">Past Concerts</span>
<ul>
<li>
<a href="milking-the-moon.html">Milking The Moon</a>
<a href="roses-across-the-sea.html">Roses Across The Sea</a>
<a href="orenda.html">Orenda: The Collective Power</a>
</li>
</ul>
</li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Contact Info</h2>
</header>
<ul class="contact">
<li class="icon brands fa-facebook-square">
<a href="https://www.facebook.com/goranadance">facebook.com/goranadance</a>
</li>
<li class="icon solid fa-envelope">
<a href="mailto:eleadance@yahoo.com">eleadance@yahoo.com</a>
</li>
<li class="icon solid fa-hand-holding-heart">
<a
href="https://app.thefield.org/profile/Elissaveta-Iordanova-ELEA-GORANA-DANCE-COLLECTIVE/550476"
>Donate to the collective</a
>
</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">
Template adapted from
<a href="https://html5up.net/editorial" target="_blank">HTML5 Up</a> under the
<br />
<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank"
>Creative Commons Attribution 3.0 License</a
>
</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>