-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmasters-en.html
137 lines (115 loc) · 4.76 KB
/
masters-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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121356504-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121356504-1');
</script>
<title></title>
<meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="cache-control" content="no-cache" />
<link rel="alternate" type="application/rss+xml" title="RSS"
href="http://www.racunarstvo.matf.bg.ac.rs/novosti.rss.php?locale=sr_RS" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext,cyrillic'
rel='stylesheet' type='text/css'>
<link rel='stylesheet' media='screen' href='/assets/styles/normalize.css' />
<!--[if !IE]><!-->
<link rel='stylesheet' media='screen' href='/assets/styles/common.css' />
<link rel='stylesheet' media='screen and (min-width: 1224px)' href='/assets/styles/floating-logo.css' />
<link rel='stylesheet' media='screen and (min-width: 1224px)' href='/assets/styles/sr_RS/floating-logo.css' />
<link rel='stylesheet' media='screen and (min-width: 760px)' href='/assets/styles/desktop-wide.css' />
<link rel='stylesheet' media='screen and (min-width: 760px)' href='/assets/styles/sr_RS/desktop-wide.css' />
<link rel='stylesheet' media='screen and (max-width: 759px) and (min-width: 500px)'
href='/assets/styles/mobile-landscape.css' />
<link rel='stylesheet' media='screen and (max-width: 759px) and (min-width: 500px)'
href='/assets/styles/sr_RS/mobile-landscape.css' />
<link rel='stylesheet' media='screen and (max-width: 499px)' href='/assets/styles/mobile-portrait.css' />
<link rel='stylesheet' media='screen and (max-width: 499px)' href='/assets/styles/sr_RS/mobile-portrait.css' />
<!--<![endif]-->
<!-- Scripts -->
<script src='/assets/scripts/jquery-2.1.3.js'></script>
<script src='/assets/scripts/ui.js'></script>
<!-- Podesi klik preko opisa klase -->
<script>
$(document).ready(function () {
$('[class^=opis]').click(function () {
$('#toogle-' + this.className).toggle();
slideshow_init();
});
});
</script>
<!-- Addons -->
<link rel='stylesheet' media='screen' href='/assets/addons/slideshow/main.css' />
<script src='/assets/addons/slideshow/main.js'></script>
<script>
$(document).ready(function () {
slideshow_init();
});
</script>
</head>
<body onload="ui.init();">
<!-- Ucitaj delove strane -->
<script>
$(function () {
// ucitaj meni na vrhu
$("#navigation").load("p-navigation-en.html");
// ucitaj meni na podnozju
$("#footer").load("p-footer-en.html");
});
</script>
<div id="content">
<!--[if IE]>
<iframe src="badie.html" width="100%" height="128" border="0"></iframe>
<![endif]-->
<div id="matf_logo">
<a href="http://www.matf.bg.ac.rs" target="_blank" rel="noopener noreferrer">
<img src="/assets/images/sr_RS/matf-logo.png" />
</a>
</div>
<div id="title">
<h2>
<a href="http://www.racunarstvo.matf.bg.ac.rs/index.php"> Department for </a>
</h2>
<h1>
<a href="http://www.racunarstvo.matf.bg.ac.rs/index.php">
<span>Computer science and</span>
<span>informatics</span>
</a>
</h1>
</div>
<div id="navigation">
</div>
<div id="page">
<h2></h2>
<h2> Master thesis</h2>
<ol>
<li>
<a href="/Masters/rad_master_Andrija_Miljkovic.pdf" target="blank">
Andrija Miljković
</a>
</li>
<li>
<a href="/Masters/rad_master_Darko_Maksimovic.pdf" target="blank">
Darko Maksimović
</a>
</li>
<li>
<a href="/Masters/rad_master_Filip_Lukovic.pdf" target="blank">
Filip Luković
</a>
</li>
</ol>
</div>
<!-- <div id="testing-output"><span> style</span></div> -->
<div id="presentation_mode">
<!-- This is used from JS to test the presentation size -->
</div>
<div id="footer">
</div>
</body>
</html>