-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·132 lines (119 loc) · 4.36 KB
/
index.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Osobna stranica - Nikola Tanković</title>
<meta charset="UTF-8">
<meta name="description" content="Osobna web stranica - Nikola Tanković">
<meta name="keywords" content="endGam,gGaming, magazine, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico.png" rel="shortcut icon" />
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="main-warp">
<!-- header section -->
<header class="header-section">
<div class="header-close">
<i class="fa fa-times"></i>
</div>
<div class="header-warp">
<a href="" class="site-logo">
<img src="./img/logo.png" alt="">
</a>
<img src="img/menu-icon.png" alt="" class="menu-icon">
<ul class="main-menu">
<li class="active"><a href="./about.html">Početna</a></li>
<li><a href="./contact.html">Kontakt</a></li>
</ul>
<div class="social-links-warp">
<div class="social-links">
<a target="_blank" href="https://youtube.com/NikolaTankovic"><i class="fa fa-youtube"></i></a>
<a target="_blank" href="https://twitter.com/nikolatankovic"><i class="fa fa-twitter"></i></a>
<a target="_blank" href="https://facebook.com/nikola.tankovic/"><i class="fa fa-facebook"></i></a>
</div>
<div class="social-text">Pronađi me na</div>
</div>
</div>
<div class="copyright">Colorlib 2018 @ All rights reserved</div>
</header>
<!-- header section end -->
<!-- Page section -->
<div class="page-section about-page">
<div class="about-warp">
<div class="row">
<div class="col-xl-7 order-2 order-xl-1">
<div class="about-text">
<span>Osobna web stranica</span>
<h2>Nikola Tanković</h2>
<p>
As a university lecturer and an Assistant Professor with a PhD in computer science, Nikola has a strong analytical
approach to problem-solving —
yielding practical and effective software solutions. His communication and coordination skills were developed
throughout a six-year CTO and
consultancy adventures in various software engineering projects from diverse business domains.
<br /><br />
<b>Expertise</b>: Machine Learning, Big Data, Cloud Computing, Model-Driven Development, Distributed Computing,
Software
Analysis and Design,
Service-Oriented Computing.
</p>
</div>
<div class="milestones">
<div class="mileston">
<h2>10+</h2>
<p>Generacije studenata</p>
</div>
<div class="mileston">
<h2>14+</h2>
<p>Klijenata</p>
</div>
<div class="mileston">
<h2>12+</h2>
<p>Godine iskustva</p>
</div>
<div class="mileston">
<h2>3+</h2>
<p>Nagrade i priznanja</p>
</div>
</div>
<a href="./contact.html" class="site-btn about-btn">Kontaktiraj me</a>
</div>
<div class="col-xl-4 offset-xl-1 order-1 order-xl-2 offset-0 pl-0">
<div class="about-image">
<img src="img/profilna.png" alt="">
</div>
</div>
</div>
</div>
<div class="about-banner set-bg" style="background-image: url(img/back.png) ">
<div class="ab-text text-white">
<h2>"Učini ono što je potrebno, zatim ono što je moguće i uskoro ćeš činiti nemoguće"</h2>
<p>St. Francis of Assisi</p>
</div>
</div>
</div>
<!-- Page section end-->
</div>
<!-- Search model -->
<div class="search-model">
<div class="h-100 d-flex align-items-center justify-content-center">
<div class="search-close-switch">x</div>
<form class="search-moderl-form">
<input type="text" id="search-input" placeholder="Search here.....">
</form>
</div>
</div>
<!-- Search model end -->
</body>
</html>