-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheventi.html
342 lines (334 loc) · 17.6 KB
/
eventi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Eventi | Fight Company</title>
<!--Main CSS Style-->
<link rel="stylesheet" href="css/main.css">
<!--Favicon Links-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!--Font Awesome Icons-->
<script src="https://kit.fontawesome.com/ca90894ee4.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="#top" class="nav-distance"></div>
<!--Nav Top Bar Start-->
<div class="nav-top">
<div class="nav-top__wrapper">
<ul class="nav-top__contact">
<li class="nav-top__contact__item">
<div class="item-wrapper">
<a href="kontakt" class="nav-top__contact__item__link">
<i class="fas fa-map-marker-alt location"></i>
<span>Banjica</span>
</a>
</div>
</li>
<li class="nav-top__contact__item">
<div class="item-wrapper">
<a href="kontakt" class="nav-top__contact__item__link">
<i class="fas fa-map-marker-alt location"></i>
<span>Borča</span>
</a>
</div>
</li>
</ul>
<ul class="nav-top__social">
<li class="nav-top__social__item">
<a href="https://www.facebook.com/Fight-Company-MMA-112986410561728" class="nav-top__social__item__link" target="_blank">
<i class="fab fa-facebook-f facebook"></i>
</a>
</li>
<li class="nav-top__social__item">
<a href="https://www.instagram.com/fightcompanymma/" class="nav-top__social__item__link" target="_blank">
<i class="fab fa-instagram instagram"></i>
</a>
</li>
</ul>
<ul class="nav-top__translation">
<li class="nav-top__translation__en">
<a href="/en/events" class="nav-top__social__item__link selectable-language">
en
</a>
</li>
<li class="nav-top__translation__divider">
<span>/</span>
</li>
<li class="nav-top__translation__sr">
<span class="active-language">sr</span>
</li>
</ul>
</div>
</div>
<!--Nav Top Bar End-->
<header>
<!--Nav Start-->
<nav id="main-nav">
<div class="navbar">
<a href="index" class="navbar__logo">
<img src="/imgs/logo.png" alt="Website Logo">
</a>
<ul class="navbar__links">
<li class="navbar__item">
<a href="o-nama" class="navbar__item__link">O nama</a>
</li>
<li class="navbar__item">
<a href="nas-tim" class="navbar__item__link">Naš tim</a>
</li>
<li class="navbar__item active">
<a href="eventi" class="navbar__item__link">Eventi</a>
</li>
<li class="navbar__item">
<a href="kontakt" class="navbar__item__link">Kontakt</a>
</li>
</ul>
<!--Mobile Navbar Start-->
<div class="navbar__hamburger">
<span class="navbar__hamburger__icon"></span>
<span class="navbar__hamburger__icon"></span>
<span class="navbar__hamburger__icon"></span>
</div>
<div class="navbar__mobile__darken"></div>
<div class="navbar__mobile">
<!--Mobile Navbar Close Button Start-->
<div class="navbar__mobile__button">
<span class="navbar__mobile__button--1"></span>
<span class="navbar__mobile__button--2"></span>
</div>
<!--Mobile Navbar Close Button End-->
<!--Mobile Navbar Language Selector Start-->
<div class="navbar__mobile__language">
<select onchange="location = this.value;" class="navbar__mobile__language__selector">
<option value="eventi">
SR
</option>
<option value="/en/events">
EN
</option>
</select>
</div>
<!--Mobile Navbar Language Selector End-->
<!--Mobile Navbar Menu Start-->
<div class="navbar__mobile__menu">
<ul class="navbar__mobile__menu__links">
<li class="navbar__mobile__menu__item">
<a href="index">Početna</a>
</li>
<li class="navbar__mobile__menu__item">
<a href="o-nama">O nama</a>
</li>
<li class="navbar__mobile__menu__item">
<a href="nas-tim">Naš tim</a>
</li>
<li class="navbar__mobile__menu__item active">
<a class="active" href="eventi">Eventi</a>
</li>
<li class="navbar__mobile__menu__item">
<a href="kontakt">Kontakt</a>
</li>
</ul>
</div>
<!--Mobile Navbar Menu End-->
<!--Mobile Navbar Info Start-->
<div class="navbar__mobile__info">
<div class="navbar__mobile__location">
<i class="fas fa-map-marker-alt mobile-location"></i>
<a href="kontakt" class="navbar__mobile__location__text">Banjica</a>
</div>
<div class="navbar__mobile__social">
<a href="https://www.instagram.com/fightcompanymma/" class="navbar__mobile__social__instagram" target="_blank">
<i class="fab fa-instagram mobile-instagram"></i>
</a>
<a href="https://www.facebook.com/Fight-Company-MMA-112986410561728" class="navbar__mobile__social__facebook" target="_blank">
<i class="fab fa-facebook mobile-facebook"></i>
</a>
</div>
<div class="navbar__mobile__location">
<i class="fas fa-map-marker-alt mobile-location"></i>
<a href="kontakt" class="navbar__mobile__location__text">Borča</a>
</div>
<div class="navbar__mobile__social">
<a href="https://www.instagram.com/fightcompany_borca/" class="navbar__mobile__social__instagram" target="_blank">
<i class="fab fa-instagram mobile-instagram"></i>
</a>
</div>
</div>
<!--Mobile Navbar Info End-->
</div>
<!--Mobile Navbar End-->
</div>
</nav>
<!--Nav End-->
<!--Nav JS File-->
<script type="text/javascript" src="/js/nav/nav.js"></script>
</header>
<main>
<!--Page Name Section Start-->
<section class="page-name__section">
<div class="page-name__container">
<h1 class="page-name__title">Eventi</h1>
<div class="page-name__subtitle">
<a href="index" class="page-name__subtitle__link">Početna</a>
<span class="page-name__subtitle__slash"> / </span>
<span class="page-name__subtitle__current-page">Eventi</span>
</div>
</div>
</section>
<!--Page Name Section End-->
<!--All Events Section Start-->
<section class="all-events__section">
<div class="all-events__container">
<h1 class="all-events__title anim1">Svi Eventi</h1>
<div class="all-events__box">
<div class="all-events__box__event--1 anim1">
<a href="pages/vrbas-event" class="all-events__box__event--1__link">
<p class="all-events__box__event--1__date">Februar</p>
<h4 class="all-events__box__event--1__name">Vrbas: Fight Games XI</h4>
</a>
</div>
<div class="all-events__box__event--2 anim1">
<a href="pages/bareknuckle-event" class="all-events__box__event--2__link">
<p class="all-events__box__event--2__date">Petak, 23 Oktobar, 2020</p>
<h4 class="all-events__box__event--2__name">KSW Genesis: Vaso Bakočević vs. Dariusz Rutkiewicz</h4>
</a>
</div>
<div class="all-events__box__event--3 anim1">
<a href="pages/ksw-event" class="all-events__box__event--3__link">
<p class="all-events__box__event--3__date">Utorak, 10 Oktobar, 2020</p>
<h4 class="all-events__box__event--3__name">KSW 55: Aleksandar Ilić vs. Michal Materla</h4>
</a>
</div>
</div>
</div>
</section>
<!--All Events Section Start-->
<!--Featured Events Section Start-->
<section class="featured-events-section">
<div class="featured-events__container">
<h1 class="featured-events__title anim2">Istaknuti Eventi</h1>
<div class="featured-events__box anim2">
<div class="featured-events__box__event--1">
<a href="/pages/vrbas-event" class="featured-events__box__event--1__link">
<p class="featured-events__box__event--1__date">Februar</p>
<h4 class="featured-events__box__event--1__name">Vrbas: Fight Games XI</h4>
</a>
</div>
<div class="featured-events__box__event--2">
<a href="/pages/bareknuckle-event" class="featured-events__box__event--2__link">
<p class="featured-events__box__event--2__date">Petak, 23 Oktobar, 2020</p>
<h4 class="featured-events__box__event--2__name">KSW Genesis: Vaso Bakočević vs. Dariusz Rutkiewicz</h4>
</a>
</div>
<div class="featured-events__box__event--3">
<a href="/pages/ksw-event" class="featured-events__box__event--3__link">
<p class="featured-events__box__event--3__date">Utorak, 10 Oktobar, 2020</p>
<h4 class="featured-events__box__event--3__name">KSW 55: Aleksandar Ilić vs. Michal Materla</h4>
</a>
</div>
</div>
</div>
</section>
<!--Featured Events Section End-->
</main>
<!--Footer Start-->
<footer id="footer">
<div class="footer__container">
<div class="footer-social">
<div class="footer-social__heading anim3">
<h4 class="footer-social__heading__subtitle">Fight Company</h4>
<h1 class="footer-social__heading__title">Instagram</h1>
</div>
<div class="footer-social__imgs anim3">
<div class="footer-social__imgs__wrapper">
<a href="https://www.instagram.com/p/CGa7ZFijlJ3/" class="footer-social__imgs__image" target="_blank">
<img load="lazy" src="/imgs/footer-imgs/instagram-1.jpg" alt="Vaso Bakocevic Bare Knuckle Fight Poster">
</a>
</div>
<div class="footer-social__imgs__wrapper">
<a href="https://www.instagram.com/p/CGLABemDgqR/" class="footer-social__imgs__image" target="_blank">
<img load="lazy" src="/imgs/footer-imgs/instagram-2.jpg" alt="Aleksandar Joker Ilic, MMA Fighter">
</a>
</div>
<div class="footer-social__imgs__wrapper">
<a href="https://www.instagram.com/p/CGCwigODNQQ/" class="footer-social__imgs__image" target="_blank">
<img load="lazy" src="/imgs/footer-imgs/instagram-3.jpg" alt="Two MMA Fighters Training">
</a>
</div>
<div class="footer-social__imgs__wrapper">
<a href="https://www.instagram.com/p/CGkVbs5jURG/" class="footer-social__imgs__image" target="_blank">
<img load="lazy" src="/imgs/footer-imgs/instagram-4.jpg" alt="Fight Company Owners and Manager">
</a>
</div>
<div class="footer-social__imgs__wrapper">
<a href="https://www.instagram.com/p/CFrcWQIjdVn/" class="footer-social__imgs__image" target="_blank">
<img load="lazy" src="/imgs/footer-imgs/instagram-5.jpg" alt="Two MMA Fighters working out">
</a>
</div>
<div class="footer-social__imgs__wrapper">
<a href="https://www.instagram.com/p/CF9mOLpjc6h/" class="footer-social__imgs__image" target="_blank">
<img load="lazy" src="/imgs/footer-imgs/instagram-6.jpg" alt="MMA poster for fight for Aleksandar 'Joker' Ilic">
</a>
</div>
</div>
<div class="footer-social__socials anim3">
<p class="footer-social__socials__text">Zaprati Fight Company</p>
<div class="footer-social__socials__line"></div>
<ul class="footer-social__socials__links">
<li class="footer-social__socials__links__link">
<a href="https://www.facebook.com/Fight-Company-MMA-112986410561728" class="footer-social__socials__links__link--1" target="_blank">
<i class="fab fa-facebook-f facebook"></i>
</a>
</li>
<li class="footer-social__socials__links__link">
<a href="https://www.instagram.com/fightcompanymma/" class="footer-social__socials__links__link--2" target="_blank">
<i class="fab fa-instagram mobile-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="footer-sitemap">
<div class="footer-sitemap__logo">
<a href="index" class="footer-sitemap__logo__link">
<img load="lazy" src="/imgs/logo.png" alt="Fight Company Logo">
</a>
</div>
<div class="footer-sitemap__links__container">
<ul class="footer-sitemap__links">
<li class="footer-sitemap__links__1">
<a href="o-nama">O nama</a>
</li>
<li class="footer-sitemap__links__2">
<a href="nas-tim">Naš tim</a>
</li>
<li class="footer-sitemap__links__3">
<a href="eventi">Eventi</a>
</li>
<li class="footer-sitemap__links__4">
<a href="kontakt">Kontakt</a>
</li>
</ul>
</div>
<div class="footer-sitemap__copyright">
<p class="footer-sitemap__copyright__text">
<a href="index" class="footer-sitemap__copyright__link">Fight Company </a>
© 2020. All Rights Reserved.
</p>
</div>
</div>
</div>
</footer>
<!--Footer End-->
<script src="js/animations/eventsAnimations.js"></script>
<!-- Async load cross-site CSS, mostly interesting for production -->
<script>
function loadCSS(e,t,n){"use strict";var i=window.document.createElement("link");var o=t||window.document.getElementsByTagName("script")[0];i.rel="stylesheet";i.href=e;i.media="only x";o.parentNode.insertBefore(i,o);setTimeout(function(){i.media=n||"all"})}
loadCSS('css/main.css');
</script>
</body>
</html>