-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraduates-en.html
130 lines (111 loc) · 4.57 KB
/
graduates-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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<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 alt="matf logo" 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> Graduate papers</h2>
<ol>
<li>
<a href="/Graduates/rad_diplomski_Dijana_Ljubicic.pdf" target="blank">
Dijana Ljubičić
</a>
</li>
<li>
<a href="/Graduates/rad_diplomski_Marko_Popovic.pdf" target="blank">
Marko Popović
</a>
</li>
<li>
<a href="/Graduates/rad_diplomski_Nikola_Nenadic.pdf" target="blank">
Nikola Nenadić
</a>
</li>
<li>
<a href="/Graduates/rad_diplomski_Vladimir._Jovanovicpdf" target="blank">
Vladimir Jovanović
</a>
</li>
</ol>
</div>
<div id="presentation_mode">
<!-- This is used from JS to test the presentation size -->
</div>
<div id="footer">
</div>
</body>
</html>