-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
310 lines (236 loc) · 12.5 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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<title>viktor Ciroski</title>
<!--
Viktor Ciroski
https://templatemo.com/tm-538-digital-trend
-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/templatemo-digital-trend.css">
</head>
<body>
<!-- MENU BAR -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<i class="fa fa-car"></i>
Viktor Ciroski
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#about" class="nav-link smoothScroll">About Me</a>
</li>
<li class="nav-item">
<a href="Past Projects.html" class="nav-link smoothScroll">Past Projects</a>
</li>
<!--
<li class="nav-item">
<a href="Blogs.html" class="nav-link">Blogs</a>
</li>
-->
<li class="nav-item">
<a href="contact.html" class="nav-link contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- HERO -->
<section class="hero hero-bg d-flex justify-content-center align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-10 col-12 d-flex flex-column justify-content-center align-items-center">
<div class="hero-text">
<h1 class="text-white" data-aos="fade-up">Feel Free to Reach Out</h1>
<a href="contact.html" class="custom-btn btn-bg btn mt-3" data-aos="fade-up" data-aos-delay="100">Let us discuss together!</a>
<strong class="d-block py-3 pl-5 text-white" data-aos="fade-up" data-aos-delay="200"><i class="fa fa-phone mr-2"></i> +1 586 506 1223</strong>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="hero-image" data-aos="fade-up" data-aos-delay="300">
<img src="images/profilePic.png" class="img-fluid" alt="working girl">
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section class="about section-padding pb-0" id="about">
<div class="container">
<div class="row">
<div class="col-lg-7 mx-auto col-md-10 col-12">
<div class="about-info">
<h2 class="mb-4" data-aos="fade-up"><strong>Who is Viktor Ciroski </strong> </h2>
<p class="mb-0" data-aos="fade-up">I'm an autonomous vehicle engineer and AI researcher with a passion
for both safety and education. By day, I focus on making transportation safer with cutting-edge technology. By night,
I work to promote personalized and equitable learning experiences through machine learning in education.
<br>
<br>
<b> Research Interest</b>
<br>Streamline Data Collection Processes for Efficient Analysis
<br>Personalized Learning with Intelligent Tutoring Systems
<br>Adressing Bias in Machine Learning
</p>
</div>
<div class="about-image" data-aos="fade-up" data-aos-delay="200">
<img src="images/office.png" class="img-fluid" alt="office">
</div>
</div>
</div>
</div>
</section>
<!-- PROJECT -->
<section class="project section-padding" id="project">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-12">
<h2 class="mb-5 text-center" data-aos="fade-up">
What I've Been Up To
</h2>
<div class="owl-carousel owl-theme" id="project-slide">
<div class="item project-wrapper" data-aos="fade-up" data-aos-delay="100">
<img src="images/project/GitHub-Mark.png" class="img-fluid" alt="project image">
<div class="project-info">
<small>Github</small>
<h3>
<a href="https://github.com/viktor1223">
<span>Visit My Github Repos</span>
<i class="fa fa-angle-right project-icon"></i>
</a>
</h3>
</div>
</div>
<div class="item project-wrapper" data-aos="fade-up">
<img src="images/project/underThesis.jpg" class="img-fluid" alt="project image">
<div class="project-info">
<small>Resume</small>
<h3>
<a href="https://www.linkedin.com/in/viktor-ciroski/">
<span>View Professional History</span>
<i class="fa fa-angle-right project-icon"></i>
</a>
</h3>
</div>
</div>
<div class="item project-wrapper" data-aos="fade-up">
<img src="images/project/LiDARLaneLines.png" class="img-fluid" alt="project image">
<div class="project-info">
<small>Research & Publications</small>
<h3>
<a href="Past Projects.html">
<span>Check in on My Past Work</span>
<i class="fa fa-angle-right project-icon"></i>
</a>
</h3>
</div>
</div>
<!--
<div class="item project-wrapper" data-aos="fade-up">
<img src="images/project/project-image04.jpg" class="img-fluid" alt="project image">
<div class="project-info">
<small>Upcomming Paper</small>
<h3>
<a href="project-detail.html">
<span>Upcomming Paper</span>
<i class="fa fa-angle-right project-icon"></i>
</a>
</h3>
</div>
</div>
-->
</div>
</div>
</div>
</div>
</section>
<!-- TESTIMONIAL -->
<!--?
<section class="testimonial section-padding">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-5 col-12">
<div class="contact-image" data-aos="fade-up">
<img src="images/female-avatar.png" class="img-fluid" alt="website">
</div>
</div>
<div class="col-lg-6 col-md-7 col-12">
<h4 class="my-5 pt-3" data-aos="fade-up" data-aos-delay="100">Client Testimonials</h4>
<div class="quote" data-aos="fade-up" data-aos-delay="200"></div>
<h2 class="mb-4" data-aos="fade-up" data-aos-delay="300">Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo.</h2>
<p data-aos="fade-up" data-aos-delay="400">
<strong>Mary Zoe</strong>
<span class="mx-1">/</span>
<small>Digital Agency (CEO)</small>
</p>
</div>
</div>
</div>
</section>
<!-->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-5 mx-lg-auto col-md-8 col-10">
<h1 class="text-white" data-aos="fade-up" data-aos-delay="100">Thanks for Visiting</h1>
</div>
<div class="col-lg-3 col-md-6 col-12" data-aos="fade-up" data-aos-delay="200">
<h4 class="my-4">Contact Info</h4>
<p class="mb-1">
<i class="fa fa-phone mr-2 footer-icon"></i>
+1 586 506 1223
</p>
<p>
<a href="#">
<i class="fa fa-envelope mr-2 footer-icon"></i>
</a>
</p>
</div>
<div class="col-lg-3 col-md-6 col-12" data-aos="fade-up" data-aos-delay="300">
<h4 class="my-4">Located</h4>
<p class="mb-1">
<i class="fa fa-home mr-2 footer-icon"></i>
Ann Arbor, MI, USA
</p>
</div>
<div class="col-lg-4 mx-lg-auto text-center col-md-8 col-12" data-aos="fade-up" data-aos-delay="400">
<p class="copyright-text">
<br>
<a rel="nofollow noopener" href="https://templatemo.com">Design: TemplateMo</a></p>
</div>
<div class="col-lg-4 mx-lg-auto col-md-6 col-12" data-aos="fade-up" data-aos-delay="500">
<div class="col-lg-3 mx-lg-auto col-md-6 col-12" data-aos="fade-up" data-aos-delay="600">
<ul class="social-icon">
<li><a href="https://scholar.google.com/citations?hl=en&view_op=list_works&gmla=AJsN-F7m5AjZRDHU_mVlLxByU-IL-WVMjFY_BFYCDxG1fLUQXhKE9-QjGHf-G5S7SH3t6XeTiUXVIWgUAiQqfVsnz_zsbJYGcQ&user=tNnoYf8AAAAJ" class="fa fa-google"></a></li>
<li><a href="https://www.linkedin.com/in/viktor-ciroski/" class="fa fa-linkedin-square"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>