-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
94 lines (89 loc) · 4.79 KB
/
education.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
<!DOCTYPE html>
<html>
<head>
<title> SJENICA </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="sjenica.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
</head>
<body>
<div class="opste">
<div class="op1">
<img alt="Loading logo" src="slike/logo.png"></div>
<div clas="op2">
<a href="obrazovanje.html"> <button class="btn-dark" style="width: 30px;height: 20px; background-image:url(slike/sr.png); background-repeat: no-repeat;margin-top: 10px; margin-left: 360px;"></button></a>
<a href="education.html" active><button class="btn-dark" style="width: 30px; height:20px; background-image:url(slike/en.png); background-repeat: no-repeat;"></button></a>
<div style="display:flex; width: 250px; margin-left: 735px; padding: 10px; background-color: white;">
<form class="header-search" id="nav-main-search" method="get" role="search">
<label for="main-q" class="visually-hidden"><i style="padding-top: 5px;" class="fas fa-search" aria-hidden="true"></i></label>
<input type="search" class="search-input-field" id="main-q" name="q" placeholder="Search" title="Search a page">
</form>
</div>
</div>
</div>
<div class="nav">
<a href="indeks.html">Home</a>
<a href="history.html">History</a>
<a href="culture.html">Culture</a>
<a href="education.html" class="active">Education</a>
<a href="Sport.html">Sport</a>
<a href="whatvisit.html">What to visit</a>
<a href="aboutme.html">About me</a>
</div>
<div class="container1">
<img src="slike/maslacak.jpg" alt="Avatar" class="image">
<div class="overlay">
<div class="text1">
The system of <em>preschool education</em> in Sjenica </br> consists of one public preschool institution ( preschool „Dandelion“) and several private ones.
</div>
</div>
</div>
<div class="container1">
<img src="slike/osnovna.jpg" alt="Avatar" class="image">
<div class="overlay">
<div class="text1">The system <em> of elementary education</em> in Sjenica it consists of 8 primary schools.</br>
There are 2 primary schools in the city area:</br>
Primary school „12. decembar“</br>
Primary school „Svetozar Markovic“</br>
The following primary schools operate in the rural area:</br>
Primary school „Bratstvo-jedinstvo“</br>
Primary school „Rifat Burdžović – Tršo“</br>
Primary school „Jovan Jovanović Zmaj“</br>
Primary school „Vuk Karadžić“ </br>
Primary school „Branko Radičević“ </br>
Primary school „Sveti Sava“</br>
</div>
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-up " id="yui_3_17_2_2_1585513093349_159"></i></button>
<div class="container1">
<img src="slike/srednja.jpg" alt="Avatar" class="image">
<div class="overlay">
<div class="text1">The system<em> of secondary education</em> in Sjenica consists of two secondary schools:</br>
Gimnazija „Jezdimir Lović“ </br>
Tehničko-poljoprivredna škola</br>
</div>
</div>
</div>
<div class="container1">
<img src="slike/fakultet.png" alt="Avatar" class="image">
<div class="overlay">
<div class="text1">The system<em> of higher education</em> in Sjenica includes the Department of the Biomedical Sciences of DUNP:</br>
1.-Agronomy</br>
2.-Food Technology</br>
Faculty of Agriculture in development.
</div>
</div>
</div>
<footer>
<div class="footer-copyright text-center py-3">Copyright © SJENICA 2020</div>
</footer>
</body>
<script src="drugi.js"></script>
</html>