-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
66 lines (61 loc) · 2.58 KB
/
contact.html
File metadata and controls
66 lines (61 loc) · 2.58 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
61
62
63
64
65
66
<!DOCTYPE HTML>
<html>
<head>
<title>Jinmi Yoon</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine&v1" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<!--Google analytics script-->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47459028-1', 'msu.edu');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<h1>Jinmi Yoon</h1>
<!--<div class="slogan">hi!</div>-->
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="current" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="CV.html">CV</a></li>
<li class="current"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div id="content">
<!-- insert the page content here -->
<!--<h1>Contact Information</font> -->
</h1>
<h2><font face="verdana" color="black"><b>Mailing address</b></font></h2>
<p><font face="verdana">
<br>Space Telescope Science Institute
<br>3700 San Martin Dr, Baltimore, MD 21218<br>
</font></p>
<!--<h2><font face="verdana" color="black"><b>Telephone</b></font></h2>
<p><font face="verdana">+1 (574)631-8653</font></p> -->
<h2><font face="verdana" color="black"><b>E-mail</b></font></h2>
<p><font face="verdana">jyoon (at) stsci.edu</font></p>
</div>
</div>
<div id="footer">
<p><a href="http://www.html5webtemplates.co.uk" target="_blank">modified design from HTML5webtemplates.co.uk</a></p>
</div>
</div>
</body>
</html>