-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (82 loc) · 4.16 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
<!DOCTYPE HTML>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Yevgeniy Reznichenko</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Spotlight) -->
<section class="panel spotlight small left">
<div class="content span-8">
<h2 class="major">About Me</h2>
<p>I was born in Kiev, Ukraine, and moved to San Francisco at the age of 1. I lived in the city until moving to the South Bay where I completed High School. Due to my interest in music, I was always interested in signals so I chose to study Electrical Engineering. I completed my Bachelors at the Illinois Institute of Technology, and my Masters at Marquette University. My research interests include Machine Learning, Signal Processing, Robotics and Power.</p>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/pic01.jpg" alt="" />
</div>
</section>
<!-- Panel (Banner) -->
<section class="panel banner right">
<div class="content color0 span-3-75">
<h1 class="major">Hello, my name<br />
is Yevgeniy V. Reznichenko</h1>
<p>This is my personal page. I will be updating it shortly. Below is a link to my CV and resume. </p>
<li class="icon fa-file-download"><a href="assets/CV_YReznichenko18.pdf" download="newfilename">My Curriculum Vitae</a>
<li class="icon fa-file-download"><a href="assets/CV_YReznichenko18.pdf" download="newfilename">My Resume</a>
<ul class="actions">
<li><a href="#first" class="button primary color1 circle icon fa-angle-right">Next</a></li>
</ul>
</div>
<div class="image filtered span-1-75" data-position="25% 25%">
<img src="images/photo.png" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel color4-alt">
<div class="intro color4">
<h2 class="major">Contact</h2>
<p>Feel free to shoot me a message at <a href="[email protected]">[email protected]</a>.</p>
</div>
<div class="inner columns divided">
<div class="span-3-25">
<form method="POST" action="https://formspree.io/[email protected]">
<input name="email" placeholder="Your email" type="email">
<textarea name="message" placeholder="Your message"></textarea>
<button type="submit">Send</button>
</form>
</div>
<div class="span-1-5">
<ul class="contact-icons color1">
<li class="icon fa-facebook"><a href="https://www.facebook.com/yreznichenko">yreznichenko</a></li>
<li class="icon fa-snapchat-ghost"><a href="#">@holamynameisyev</a></li>
<li class="icon fa-instagram"><a href="https://www.instagram.com/yreznich/?hl=bg">@yreznich</a></li>
<li class="icon fa-medium"><a href="https://medium.com/yreznich">yreznich</a></li>
<li class="icon fa-github"><a href="https://github.com/Yevgeniyr1">Yevgeniyr1</span></a></li>
<li class="icon fa-stack-overflow"><a href="https://stackoverflow.com/users/6860434/y-reznichenko">y-reznichenko</span></a></li>
</ul>
</div>
</div>
</section>
<!-- Copyright -->
<div class="copyright">© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.</div>
</div>
</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/main.js"></script>
</body>
</html>