-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_en.html
executable file
·410 lines (343 loc) · 14.5 KB
/
index_en.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
<!DOCTYPE html>
<!--[if IE 7 ]><html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]><html lang="en" class="no-js ie8"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]-->
<head>
<!-- /* Title */ -->
<title>Theater "Atelje 212"</title>
<!-- /* Meta Tags */ -->
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- /* Favicons */ -->
<link rel="shortcut icon" href="favicon.ico">
<!-- /* Stylesheets */ -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<!-- HTML5 Shiv, support for HTML5 elements in IE6-8 -->
<script src="js/modernizr.custom.js"></script>
</head>
<body class="en">
<!-- PAGE WRAP -->
<div id="page-wrap" class="wide">
<!-- HEADER -->
<header id="header">
<div class="container clearfix">
<!-- LOGO -->
<div id="logo">
<a href="index.html" title="212"><img src="images/logo.png" alt="212" /></a>
</div>
<!-- / LOGO -->
<!-- NAVIGATION -->
<nav id="navigation" class="ddsmoothmenu">
<ul id="main-menu">
<li><a href="index.html" class="current"><span>Home</span></a></li>
<li><a href="#"><span>About us</span></a>
<ul>
<li><a href="istorija.html">History</a></li>
<li><a href="nagrade.html">Awards and honors</a></li>
<li><a href="direktor.html">Director</a></li>
<li><a href="spisak-glumaca.html">List of actors</a></li>
<li><a href="spisak-gostiju.html">List of guest actors</a></li>
<li><a href="izvestaj.html">Annual report</a></li>
<li><a href="kviz.html">Quiz</a></li>
</ul>
</li>
<li><a href="#"><span>News</span></a>
<ul>
<li><a href="vesti.html">News</a></li>
<li><a href="fotogalerija.html">Photogallery</a></li>
</ul>
</li>
<li><a href="predstave.html"><span>Plays</span></a></li>
<li><a href="repertoar.html"><span>Repertoire</span></a></li>
<li><a href="kontakt.html"><span>Contact</span></a></li>
</ul>
</nav>
<!-- / NAVIGATION -->
</div>
</header>
<!-- / HEADER -->
<!-- CONTENT -->
<section id="content" class="clearfix">
<!-- PAGE DESCRIPTION -->
<section class="page-description">
<div class="container">
<h2>Theatre <span class="colored">Atelje 212</span><br>Svetogorska 21, 11000 Belgrade</h2>
</div>
</section>
<!-- / PAGE DESCRIPTION -->
<!-- SLIDER CONTAINER -->
<section class="slider-container">
<div class="container">
<!-- FLEXSLIDER -->
<div class="home-slider flexslider">
<ul class="slides">
<li>
<img src="images/slider_images/1.jpg" alt="" />
</li>
<li>
<img src="images/slider_images/2.jpg" alt="" />
</li>
<li>
<img src="images/slider_images/3.jpg" alt="" />
</li>
</ul>
</div>
<!-- / FLEXSLIDER -->
</div>
</section>
<!-- / SLIDER CONTAINER -->
<!-- SECTION WRAP -->
<section class="section-wrap">
<div class="container">
<h3 class="section-title"><span>Plays</span></h3>
<!-- CONTENT SLIDER -->
<div class="content-slider clearfix">
<!-- CONTENT SLIDER NAVIGATION -->
<nav id="content-slider-nav">
<div class="tab-slider-wrapper">
<div class="tab-slider-inner-wrapper">
<ul class="pagination clearfix">
<li class="icon-project">
<a href="#">
<strong>Newest</strong>
<small>plays</small>
</a>
</li>
<li class="icon-blog">
<a href="#">
<strong>Popular</strong>
<small>plays</small>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- / CONTENT SLIDER NAVIGATION -->
<div class="slides_container">
<div class="slide clearfix">
<ul class="the-blog clearfix">
<!-- BLOG POST -->
<li class="blog-item">
<div class="post-wrap">
<div class="post-feature">
<a href="predstava.html">
<img src="images/blog_images/dokle.jpg" alt="Predstava Dokle" />
</a>
</div>
<h4 class="post-title"><a href="predstava.html">Dokle</a></h4>
<div class="post-meta">
</div>
<div class="post-content">
<p>How long will we put up with things that we should not, as long as we seek shelter from violence, as long as we statirati the sale of ideals of our youth? This is the story of his youth, About us, about people who want to live differently. The events that preceded us. Although the years pass, in the last decades of our lives, nothing fundamentally has changed. Many generations have meanwhile adults, and everything remains the same.</p>
</div>
</div>
</li>
<!-- / BLOG POST -->
<!-- BLOG POST -->
<li class="blog-item">
<div class="post-wrap">
<div class="post-feature">
<a href="predstava.html">
<img src="images/blog_images/terapija.jpg" alt="Predstava Terapija" />
</a>
</div>
<h4 class="post-title"><a href="predstava.html">Terapija</a></h4>
<div class="post-meta">
</div>
<div class="post-content">
<p>The people of modern times in all ways try to be happy. Too many expectations lead to big disappointments and the brutal problems. A major problem is that people think that only stories can solve everything. <br> However, the story does not solve anything.</p>
</div>
</div>
</li>
<!-- / BLOG POST -->
<!-- BLOG POST -->
<li class="blog-item">
<div class="post-wrap">
<div class="post-feature">
<a href="predstava.html">
<img src="images/blog_images/trst.jpg" alt="Predstava Trst" />
</a>
</div>
<h4 class="post-title"><a href="predstava.html">Trst</a></h4>
<div class="post-meta">
</div>
<div class="post-content">
<p>Finally, after so many years, sincere, melancholy-sad-tragic-comic story of a great love of Trieste, and great love in Trieste, take the stage for several generations which this city is celebrated the most important moments in life. <br> Whole play takes place at the "Savoy" in the center of Trieste, today, in whose luxury rooms in a variety of ways to end the story started in the town many decades ago.</p>
</div>
</div>
</li>
<!-- / BLOG POST -->
<!-- BLOG POST -->
<li class="blog-item">
<div class="post-wrap">
<div class="post-feature">
<a href="predstava.html">
<img src="images/blog_images/pazarni_dan.jpg" alt="Predstava Pazarni Dan" />
</a>
</div>
<h4 class="post-title"><a href="predstava.html">Pazarni dan</a></h4>
<div class="post-meta">
</div>
<div class="post-content">
<p>In a society full of imagined and calculated politicians and ideologues, people who sell their lights and mercilessly and peanuts, it amounts to the markets, and quite poor on the margins of society, those whom life has not pardoned, passionately, at the cost of all suffering, and even life, advocate for vague political ideas disposable society of happy and happy people.</p>
</div>
</div>
</li>
<!-- / BLOG POST -->
</ul>
</div>
<div class="slide clearfix">
<ul class="the-blog clearfix">
<!-- BLOG POST -->
<li class="blog-item">
<div class="post-wrap">
<div class="post-feature">
<a href="predstava.html">
<img src="images/blog_images/pazarni_dan.jpg" alt="Predstava Pazarni Dan" />
</a>
</div>
<h4 class="post-title"><a href="predstava.html">Pazarni dan</a></h4>
<div class="post-meta">
</div>
<div class="post-content">
<p>In a society full of imagined and calculated politicians and ideologues, people who sell their lights and mercilessly and peanuts, it amounts to the markets, and quite poor on the margins of society, those whom life has not pardoned, passionately, at the cost of all suffering, and even life, advocate for vague political ideas disposable society of happy and happy people.</p>
</div>
</div>
</li>
<!-- / BLOG POST -->
<!-- BLOG POST -->
<li class="blog-item">
<div class="post-wrap">
<div class="post-feature">
<a href="predstava.html">
<img src="images/blog_images/dokle.jpg" alt="Predstava Dokle" />
</a>
</div>
<h4 class="post-title"><a href="predstava.html">Dokle</a></h4>
<div class="post-meta">
</div>
<div class="post-content">
<p>How long will we put up with things that we should not, as long as we seek shelter from violence, as long as we statirati the sale of ideals of our youth? This is the story of his youth, About us, about people who want to live differently. The events that preceded us. Although the years pass, in the last decades of our lives, nothing fundamentally has changed. Many generations have meanwhile adults, and everything remains the same.</p>
</div>
</div>
</li>
<!-- / BLOG POST -->
<!-- BLOG POST -->
<li class="blog-item">
<div class="post-wrap">
<div class="post-feature">
<a href="predstava.html">
<img src="images/blog_images/trst.jpg" alt="Predstava Trst" />
</a>
</div>
<h4 class="post-title"><a href="predstava.html">Trst</a></h4>
<div class="post-meta">
</div>
<div class="post-content">
<p>Finally, after so many years, sincere, melancholy-sad-tragic-comic story of a great love of Trieste, and great love in Trieste, take the stage for several generations which this city is celebrated the most important moments in life. <br> Whole play takes place at the "Savoy" in the center of Trieste, today, in whose luxury rooms in a variety of ways to end the story started in the town many decades ago.</p>
</div>
</div>
</li>
<!-- / BLOG POST -->
<!-- BLOG POST -->
<li class="blog-item">
<div class="post-wrap">
<div class="post-feature">
<a href="predstava.html">
<img src="images/blog_images/terapija.jpg" alt="Predstava Terapija" />
</a>
</div>
<h4 class="post-title"><a href="predstava.html">Terapija</a></h4>
<div class="post-meta">
</div>
<div class="post-content">
<p>The people of modern times in all ways try to be happy. Too many expectations lead to big disappointments and the brutal problems. A major problem is that people think that only stories can solve everything. <br> However, the story does not solve anything.</p>
</div>
</div>
</li>
<!-- / BLOG POST -->
</ul>
</div>
</div>
</div>
<!-- / CONTENT SLIDER -->
</div>
</section>
<!-- / SECTION WRAP -->
<!-- SECTION WRAP -->
<section class="section-wrap">
<div class="container">
<h3 class="section-title"><span>Sponsors</span></h3>
<!-- SERVICES -->
<div class="services-wrap">
<!-- ICON BOX CONTAINER -->
<div class="ib-container clearfix">
<div class="one-fourth">
<div class="icon-box framed-box text-align-center">
<div class="icon-font align-center">
<span><a href="http://studiob.rs" target="_blank"><img src="images/sponsors/1.png"></a></span>
</div>
</div>
</div>
<div class="one-fourth">
<div class="icon-box framed-box text-align-center">
<div class="icon-font align-center">
<span><a href="http://rts.rs" target="_blank"><img src="images/sponsors/2.png"></a></span>
</div>
</div>
</div>
<div class="one-fourth">
<div class="icon-box framed-box text-align-center">
<div class="icon-font align-center">
<span><a href="http://eunet.rs" target="_blank"><img src="images/sponsors/3.png"></a></span>
</div>
</div>
</div>
<div class="one-fourth last">
<div class="icon-box framed-box text-align-center">
<div class="icon-font align-center">
<span><a href="http://vecernjenovosti.rs" target="_blank"><img src="images/sponsors/4.jpg"></a></span>
</div>
</div>
</div>
</div>
<!-- / ICON BOX CONTAINER -->
</div>
<!-- / SERVICES -->
</div>
</section>
<!-- / SECTION WRAP -->
</section>
<!-- / CONTENT -->
<!-- FOOTER BOTTOM -->
<footer id="footer-bottom" class="clearfix">
</footer>
<!-- / FOOTER BOTTOM -->
<!-- SCROLL TO TOP -->
<div id="scroll-top">
<a href="#top">Back to top</a>
</div>
<!-- / SCROLL TO TOP -->
</div>
<!-- / PAGE WRAP -->
<!-- /* Javascript Files */ -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!--[if lt IE 9]> <script src="js/selectivizr-min.js"></script> <![endif]-->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.tools.min.js"></script>
<script src="js/jquery.ddsmoothmenu.js"></script>
<script src="js/tinynav.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/slides.min.jquery.js"></script>
<script src="js/jquery.flexslider.min.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.quicksand.js"></script>
<script src="js/custom.js"></script>
</body>
</html>