-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathseminars_share.html
112 lines (97 loc) · 3.24 KB
/
seminars_share.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE HTML>
<!--
Solarize by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<base href="/astro/">
<title>Stony Brook Astronomy: Seminars</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header Wrapper -->
<div class="wrapper style1a">
<!-- Header -->
<div id="header" class="skel-panels-fixed">
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">SBU Astronomy</a></h1>
</div>
</div>
</div>
</div>
<!-- Main -->
<div id="main" class="wrapper style4">
<div class="container">
<div class="row">
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section>
<header class="major">
<h2>Date / Time / Location</h2>
</header>
<span>Unless otherwise noted, seminars are held on
Tuesdays's at 1pm in ESS 450. Cookies and tea
will follow the talk.</span>
</section>
<section>
<header class="major">
<h2>Joint SBU / BNL Cosmology Seminars</h2>
</header>
<span>The <a href="http://www.cosmo.bnl.gov/seminar.html">Joint
SBU / BNL Cosmology Seminar Series</a> will be held
interleaved with the astronomy seminars, on the dates
noted on the schedule here.</span>
</section>
</div>
<!-- Content -->
<div id="content" class="8u skel-cell-important">
<section>
<header class="major">
<h2>Astronomy Seminars</h2>
<span class="byline">Our weekly seminars focus on current topics
in astronomy and are open to everyone</span>
</header>
<iframe class="embed" src="https://docs.google.com/spreadsheets/d/1RIMbUeME1fM4gKQyh3bu5XjIbV-ua6N8oYnCGQoQKBc/pubhtml?widget=true&headers=false&gid=1454391092&chrome=false"></iframe>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<section class="container">
<header class="major">
<h2>Stony Brook Astronomy</h2>
</header>
<!-- <ul class="icons"> -->
<!-- <li class="active"><a href="#" class="fa fa-facebook"><span>Facebook</span></a></li> -->
<!-- <li><a href="#" class="fa fa-twitter"><span>Twitter</span></a></li> -->
<!-- <li><a href="#" class="fa fa-dribbble"><span>Pinterest</span></a></li> -->
<!-- <li><a href="#" class="fa fa-google-plus"><span>Google+</span></a></li> -->
<!-- </ul> -->
<hr />
</section>
<!-- Copyright -->
<div id="copyright">
Design: <a href="http://templated.co">TEMPLATED</a>
</div>
</div>
</body>
</html>