-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatlas_poster.html
56 lines (49 loc) · 1.75 KB
/
atlas_poster.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>ChangHoon Hahn </title>
<meta id="viewport" name="viewport" content="width=500" />
<meta name="description" content="Interactive Poster for the Massively Parallel Large Area Spectroscopy in Space 2021" />
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
<link rel="stylesheet" href="css/base.css" type="text/css" />
<link rel="stylesheet" href="css/code.css" type="text/css" />
<link rel="icon" type="image/png" href="images/chicago.png" sizes="300x300">
<!--<link rel="icon" type="image/png" href="{{ SITEURL }}/theme/images/favicon.png" sizes="32x32"> -->
<style>
#research a{
color:DarkBlue;
}
#research figcaption{
line-height:15px;
}
</style>
</head>
<body>
<div class="content">
<header>
<!---<a href="index.html"><img src="images/wedding.png" alt="me"></a> -->
<h1><a href="index.html">ChangHoon Hahn</a></h1>
<ul>
<li></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="cv/CV.pdf">CV</a></li>
<li><a href="code.html">Code</a></li>
</ul>
</header>
</div>
<p align="center">
<iframe src="https://slides.com/changhoonhahn/atlas_poster/embed?style=light"
width="960" height="700" scrolling="no" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</p>
<div class="content">
<footer>
© 2021 ChangHoon Hahn <br>
feel free to drop me a line at
<a href="mailto:[email protected]">[email protected]</a>.
</footer>
</div>
</body>
</html>