-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (58 loc) · 2.29 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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Georgi Dikov</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/academicons.min.css"/>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<script src="https://kit.fontawesome.com/7fec562f9d.js" crossorigin="anonymous"></script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<img src="images/logo_white.svg" class="Georgi Dikov"/>
</div>
<div class="content">
<div class="inner">
<h1>Georgi Dikov</h1>
<p>Research Engineer | Computer Vision & Deep Learning</p>
<!-- begin social menu -->
<div>
<ul class="actions" style="display: flex; justify-content: center;">
<li><a href="files/resume.pdf" class="fa-solid fa-file-lines fa-2x"></a></li>
<li><a href="https://github.com/gdikov" class="fa-brands fa-github fa-2x"></a></li>
<li><a href="https://scholar.google.com/citations?hl=en&user=iPQ7vOwAAAAJ" class="ai ai-google-scholar-square ai-2x"></a></li>
</ul>
</div>
<!-- end social menu -->
</div>
</div>
</header>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Georgi Dikov. Design: <a href="https://html5up.net">HTML5 UP</a>. Background image: <a href="https://unsplash.com/photos/r_UXp6HtMWc">Unsplash</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>