-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
60 lines (56 loc) · 2.47 KB
/
education.html
File metadata and controls
60 lines (56 loc) · 2.47 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
54
55
56
57
58
59
60
<!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><a class="main-menu" href="index.html">About</a></li>
<li id="chosen"><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">
<div id="education">
<h1>Earlham College Class of 2018</h1>
<p>
Earlham College is a small private institution, which is known for its strong academic program. It is ranked in Top 10 among liberal arts colleges for undergraduate teaching. I believe that because Earlham College has only around 1,000 students, it gives me a great experience of engaging in studying with professors' help both inside and outside of the classroom.
</p>
<p>
Additionally, Earlham College has very strong Computer Science and Economics Departments, which gives its students a push for working in top tech companies and financial institutions after graduating. By being a liberal art college, it gives a broad knowledge outside of student's major as well, which I believe is a great base for successful people.
</p>
<p>
Click on the image if you want to explore more details about Earlham College.
</p>
<a href="http://www.earlham.edu" target="_blank"><img src="images/earlham.jpeg"></a>
</div>
</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>