-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 2.18 KB
/
index.html
File metadata and controls
53 lines (49 loc) · 2.18 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Vitalii Stadnyk </title>
<link rel='stylesheet' href='css/main.css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78431210-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<ul id="menu">
<li id="chosen_main"> <a class="main-menu" href="index.html">Vitalii Stadnyk</a></li>
<li id="chosen"><a class="main-menu" href="index.html">About</a></li>
<li><a class="main-menu" href="education.html">Education</a></li>
<li><a class="main-menu" href="interests.html">Experience</a></li>
<li><a class="main-menu" href="tennis.html">Tennis</a></li>
</ul>
</header>
<div id="wrap">
<section id="index">
<img id = "index_photo" src="images/myself.jpeg">
<p>
I am originally from Ivano-Frankivsk, which is situated in the western part of Ukraine. Currently I live in Richmond, <abbr title= "Indiana">IN</abbr> where I am a full-time student at Earlham College. My objective is to pursue degrees in both Computer Science and Economics. Although, my major interest lays in the Software Engineering and understanding the causes of economic crises all over the world, I would love to work in a sphere where these fields are interconnected. No matter what happens later, my primary desire is to get a good education and make this world better, starting from my home country.
</p>
</section>
</div>
<footer>
<p>Should you like to contact me </p>
<ul id = "contact">
<li><a href="mailto:vstadn14@earlham.edu"> E-mail </a></li>
<li><a href="tel:7652770713"> Phone: 765-277-0713 </a></li>
<li><a href="https://github.com/vstadn">GitHub</a></li>
</ul>
<p> 801 National West Road </p>
<p>Richmond, IN</p>
<p>47374</p>
<p id="copyright">
<span>© <script type="text/javascript">document.write(new Date().getFullYear());</script></span>
Vitalii Stadnyk
</p>
</footer>
</body>
</html>