-
Notifications
You must be signed in to change notification settings - Fork 0
/
izvestaj_en.html
147 lines (116 loc) · 4.27 KB
/
izvestaj_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
<!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>Annual report - Pozorište "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"><span>Home</span></a></li>
<li><a href="#" class="current"><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">
<!-- INTRO -->
<header class="page-heading clearfix">
<div class="container">
<!-- PAGE TITLE -->
<div id="page-title">
<h1 class="page-title">Annual report</h1>
</div>
<!-- / PAGE TITLE -->
</div>
</header>
<!-- / INTRO -->
<div class="container">
<div class="call-to-action clearfix">
<div class="four-fifth">
<h1>Annual report</h1>
<p> can be downloaded here:</p>
</div>
<div class="one-fifth last">
<a href="files/GODIŠNJI_IZVEŠTAJ_2012.pdf" class="button large full"><span>Download</span></a>
</div>
</div>
<div class="clear"></div>
<div class="divider-empty"></div>
</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>