-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·62 lines (48 loc) · 2.42 KB
/
index.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
<!doctype html>
<html>
<head>
<title>Darwin Week 2012</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="splash.css" />
</head>
<body>
<div id="container">
<img id="header" src="images/General-Poster.png" alt="Darwin Week 2012" /><br />
<p class="text">
The <a href="http://www.unifreethought.com/">University of Northern Iowa Freethinkers and Inquirers</a> (UNIFI)
are hosting the 4th annual Darwin Week from February 13th-17th, 2012! Join us for a week-long celebration of
science featuring four different themes: Skepticism, Sexuality, Diversity, and Origins.
</p>
<span class="heading bold">
Keynote Speakers
</span>
<ul>
<li><span class="bold">Monday, February 13th</span> - <a href="http://www.theroot.com/views/black-atheism-jamila-bey">Jamila Bey</a>, NPR Journalist and secular activist in the diverse atheist movement</li>
<li><span class="bold">Tuesday, February 14th</span> - <a href="http://www.eeob.iastate.edu/faculty/profiles/KellyC/KellyC.html">Dr. Clint Kelly</a>, Professor of Biology studing behavioural and evolutionary ecology at Iowa State University</li>
<li><span class="bold">Wednesday, February 15th</span> - <a href="http://en.wikipedia.org/wiki/Joe_Nickell">Dr. Joe Nickell</a>, World renowned skeptical investigator of the paranormal</li>
<li><span class="bold">Thursday, February 16th</span> - <a href="http://en.wikipedia.org/wiki/Lawrence_M._Krauss">Dr. Lawrence Krauss</a>, Theoretical physicist and professor of physics at Arizona State University</li>
</ul>
<br />
<div class="right">
<img id="unifi-logo" src="images/UNIFI-logo.png" alt="UNIFI Logo" />
</div>
<p class="text push_down">
Questions? Send us an email at:<br />
<a style="font-family: 'Verdana';" href="mailto:[email protected]">[email protected]</a>
</p>
<div class="footer_link">
<a href="http://darwinweek.com/wordpress/">Continue to Darwinweek.com</a>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20665184-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>