-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
290 lines (261 loc) · 15.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-73946783-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-73946783-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Boris Perović" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://perovic.github.io" />
<meta property="og:description" content="Homepage of Boris Perović" />
<meta property="og:image" content="https://perovic.github.io/res/img/portrait.jpg" />
<!-- favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="res/img/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="res/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="res/img/favicon/favicon-96x96.png">
<!-- Title: Name -->
<title>Boris Perović</title>
<!-- CSS Imports -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<!-- <link rel="stylesheet" href="css/component.css"> -->
</head>
<body>
<!-- Header. Profile picture, name, tagline, resume download, and navbar. -->
<header id="intro">
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand scroll" href="#intro">
<img src="res/img/portrait.jpg">
Boris Perović
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link scroll" href="#about">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#expertise">Expertise</a>
</li>
<li class="nav-item">
<a class="nav-link" href="res/doc/Boris Perovic - Resume.pdf">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- <div class="bg"></div> -->
<div class="jumbotron jumbotron-fluid parallax">
<img src="res/img/portrait.jpg" class="img-fluid imageBordered"/>
<h1 class="jumbo-name">Boris Perović</h1>
<ul class="socialLinks">
<li><a href="https://www.facebook.com/borisperovic" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.linkedin.com/in/borisperovic" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/perovic" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://twitter.com/borisvperovic" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://instagram.com/borisig" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://soundcloud.com/borisperovic" target="_blank"><i class="fab fa-soundcloud"></i></a></li>
<!-- <li><a href="https://medium.com/@borisperovic" target="_blank"><i class="fab fa-medium"></i></a></li> -->
</ul>
<a class="resume" href="res/doc/Boris Perovic - Resume.pdf">Resume</a>
<a href="#about" class="scroll learnMore">Learn more about me</a>
</div>
</header>
<!-- About. Short description, profile pic, experience -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-3">
<img src="res/img/lhcb.jpg" class="img-fluid imageBordered"/>
</div>
<div class="col-md-9">
<h2 class="sectionTitle smCentered">About Me</h2>
<p class="description">Hi! My name is Boris Perović, but you know that by now. I am a technological dreamer and a computer lover. In one word, my expertise are <i>systems</i>, while my general interests range from the theory of distributed computing and programming languages to space technologies, artificial intelligence and novel transportation methods. When focused on a problem, I might work very long hours alone, but I feel best around people and meeting new ones is one of my passions. I continuously try to motivate those around me to achieve great things and I hope that after leaving this website you will be inspired to do the same.</p>
</div>
</div>
</div>
</section>
<!-- Inbetween: Quotes to de-clutter the webpage -->
<section class="inbetween">
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3">
<blockquote class="blockquote text-right">
<p><i class="fa fa-quote-left"></i> We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths. <i class="fa fa-quote-right"></i></p>
<p class="quoter"> - Walt Disney</p>
</blockquote>
</div>
</div>
</div>
</section>
<!-- Expertise: Education and work experience -->
<section id="expertise">
<div class="container">
<div id="expertiseAboutMe">
<div class="row">
<div class="col-md-12">
<h2 class="sectionTitle text-center">Expertise and Experience</h2>
<p class="description mx-auto w80 sm100">I have lived in three countries for now and attended three universities, each of which is amazing in its own right. Throughout my studies I worked on numerous academic projects and performed several internships. Interning at Net Link Solutions gave me an insight into the fast-moving domain of online commerce and entrepreneurship, but also got me engaged in the open-source world and communities around it. Working at CERN got me in touch with the boundaries of human physics knowledge and scientific computing, and allowed me to work with some of the best people in the field. I always try to remember the big picture, challenge myself and work on hard problems that have a real-world impact.</p>
</div>
</div>
</div>
<div id="education">
<div class="row">
<div class="col-md-4 eduItem">
<div class="row">
<div class="col-md-4">
<div class="logoBox">
<img class="img-fluid imgLogo" src="res/img/stanford-logo.png" />
</div>
</div>
<div class="col-md-8">
<h3 class="uniTitle"><a href="https://www.stanford.edu/" target="_blank">Stanford University</a></h3>
<p class="uniDescription">Visiting Student Researcher, conducted Master thesis research in <a href="http://ppl.stanford.edu/" target="_blank">Pervasive Parallelism Laboratory</a>, under the supervision of <a href="https://profiles.stanford.edu/oyekunle-olukotun" target="_blank">Prof. Kunle Olukotun</a> and <a href="https://lampwww.epfl.ch/~odersky/" target="_blank">Prof. Martin Odersky</a>. Read my thesis <a href="res/doc/Boris Perovic - Master Thesis.pdf">here</a>!</p>
<hr class="hrAfter smShow">
</div>
</div>
</div>
<div class="col-md-4 eduItem">
<div class="row">
<div class="col-md-4">
<div class="logoBox ">
<img class="img-fluid imgLogo" src="res/img/epfl-logo_white.png" />
</div>
</div>
<div class="col-md-8">
<h3 class="uniTitle"><a href="https://epfl.ch/" target="_blank">École Polytechnique Fédérale de Lausanne</a></h3>
<p class="uniDescription"><a href="https://ic.epfl.ch/computer-science/master" target="_blank">MSc in Computer Science</a>, specialized in Internet Computing. Attended courses in <a href="https://espace.epfl.ch/page-118543-en.html" target="_blank">Space Technologies</a> and <a href="https://cdm.epfl.ch/mte/minor" target="_blank">Management, Technology and Entrepreneurship</a> minors.</p>
<hr class="hrAfter smShow">
</div>
</div>
</div>
<div class="col-md-4 eduItem">
<div class="row">
<div class="col-md-4">
<div class="logoBox">
<img class="img-fluid imgLogo" src="res/img/etf-logo.png" />
</div>
</div>
<div class="col-md-8">
<h3 class="uniTitle"><a href="http://www.bg.ac.rs/en/members/faculties/SEE.php" target="_blank">University of Belgrade</a></h3>
<p class="uniDescription">BSc in Electrical Engineering and Computing, major in <a href="https://www.etf.bg.ac.rs/en/studies/bachelor-studies/electrical-and-computer-engineering/computer-engineering-and-information-theory" target="_blank">Computer Engineering and Information Theory</a>.</p>
<hr class="hrAfter smShow">
</div>
</div>
</div>
</div>
</div>
<div id="experience">
<div class="row">
<div class="col-md-6 expItem">
<div class="row">
<div class="col-md-4">
<div class="logoBox">
<img class="img-fluid imgLogo" src="res/img/cern-logo.png" />
</div>
</div>
<div class="col-md-8">
<h3 class="companyTitle"><a href="https://home.cern/" target="_blank">CERN</a></h3>
<p class="companyDescription">Worked in <a href="https://ep-dep-sft.web.cern.ch/" target="_blank">EP-SFT group</a> on <a href="https://root.cern.ch/" target="_blank">ROOT Data Analysis Framework</a> and the C++ interpreter <a href="https://root.cern.ch/cling" target="_blank">Cling</a>. Implemented modular printing of values in the interactive mode. Supervised by <a href="https://cern.ch/axel" target="_blank">Axel Naumann</a> and <a href="https://ch.linkedin.com/in/danilo-piparo-86b1742a" target="_blank">Danilo Piparo</a>.</p>
<hr class="hrAfter smShow">
</div>
</div>
</div>
<div class="col-md-6 expItem">
<div class="row">
<div class="col-md-4">
<div class="logoBox">
<img class="img-fluid imgLogo" src="res/img/net_link-logo.png" />
</div>
</div>
<div class="col-md-8">
<h3 class="companyTitle">Net Link Solutions</h3>
<p class="companyDescription">Reworked <a href="http://plugins.netbeans.org/plugin/55435/easyuml" target="_blank">easyUML plugin</a> for NetBeans IDE, pushing it from 500 to more than 100000 downloads. Contributed to <a href="https://neuroph.sourceforge.net/" target="_blank">Neuroph Java Neural Network Framework</a>. Supervised by <a href="https://www.zoransevarac.com/" target="_blank">Prof. Zoran Ševarac</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Inbetween: Quotes to de-clutter the webpage -->
<section class="inbetween">
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3">
<blockquote class="blockquote text-right">
<p><i class="fa fa-quote-left"></i> Disneyland will never be completed. It will continue to grow as long as there is imagination left in the world. <i class="fa fa-quote-right"></i></p>
<p class="quoter"> - Walt Disney</p>
</blockquote>
</div>
</div>
</div>
</section>
<!-- Projects: Using Tympanus grid package to display side-projects -->
<!-- <section id="projects">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="title">Side Projects</h2>
<p class="decsription middle34">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce in turpis quam. Nulla quis eleifend lectus. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores laboriosam porro itaque dolores resero a mollitia voluptas facere pariatur quia in, rem atque vitae nesciunt cupiditate reiciendis neque, quisquam dolorum!</p>
</div>
<div class="col-md-12">
<ul id="og-grid" class="og-grid">
<li>
<a href="" data-largesrc="res/img/1.jpg" data-title="Azuki bean" data-description="Swiss chard pumpkin bunya nuts maize plantain aubergine napa cabbage soko coriander sweet pepper water spinach winter purslane shallot tigernut lentil beetroot.">
<img src="res/img/thumbs/1.jpg"/>
</a>
</li>
<li>
<a href="" data-largesrc="res/img/2.jpg" data-title="Veggies sunt bona vobis" data-description="Komatsuna prairie turnip wattle seed artichoke mustard horseradish taro rutabaga ricebean carrot black-eyed pea turnip greens beetroot yarrow watercress kombu.">
<img src="res/img/thumbs/2.jpg"/>
</a>
</li>
<li>
<a href="" data-largesrc="res/img/3.jpg" data-title="Veggies sunt bona vobis" data-description="Komatsuna prairie turnip wattle seed artichoke mustard horseradish taro rutabaga ricebean carrot black-eyed pea turnip greens beetroot yarrow watercress kombu.">
<img src="res/img/thumbs/3.jpg"/>
</a>
</li>
</ul>
</div>
</div>
</div>
</section> -->
<!-- Footer: Social links -->
<section id="footer">
<div class="container text-center">
<div class="row">
<div class="col-md-12">
<ul class="social-links">
<li><a href="https://www.facebook.com/borisperovic" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.linkedin.com/in/borisperovic" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/perovic" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://twitter.com/borisvperovic" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://instagram.com/borisig" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://soundcloud.com/borisperovic" target="_blank"><i class="fab fa-soundcloud"></i></a></li>
<!-- <li><a href="https://medium.com/@borisperovic" target="_blank"><i class="fab fa-medium"></i></a></li> -->
</ul>
<p>© Boris Perović 2018 <br/ class="smShow">All rights reserved.</p>
</div>
</div>
</div>
</section>
<!-- JavaScript imports -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<!-- <script src="js/grid.js"></script> -->
</body>
</html>