-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
51 lines (45 loc) · 1.56 KB
/
contact.html
File metadata and controls
51 lines (45 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<title> Vitalii Stadnyk </title>
<link rel='stylesheet' href='css/main.css'>
</head>
<body>
<div id="center">
<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><a class="main-menu" href="education.html">Education</a></li>
<li><a class="main-menu" href="tennis.html">Tennis</a></li>
<li><a class="main-menu" href="interests.html">Interests</a></li>
</ul>
<div id="contact_content">
<div id="contact_info"></div>
</div>
</div>
</div>
<footer>
<p>Should you like to contact me, please choose one of the following ways: </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>
<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>
</body>
</html>