-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutweek2011.html
executable file
·120 lines (107 loc) · 3.39 KB
/
outweek2011.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
113
114
115
116
117
118
119
120
<!doctype html>
<html>
<head>
<title>What An Atheist Looks Like</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<div style="text-align:center;">
<a href="index.html">
<img src="title.png" alt="What An Atheist Looks Like" />
</a>
</div>
</header>
<section>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="coming-out.html">"Coming out?"</a></li>
<li><a href="submit.html">Submit A Photo</a></li>
<li><a href="outweek2011.html">OutWeek 2011</a></li>
</ul>
</nav>
<article>
<div id="slideshow_container">
<p>
Out Week purpose is to encourage atheists to come out of the
closet and own their beliefs publicly. There is no shame in
being an atheist, and there are more of us than you think! In
fact, if you are a college student, chances are there is a
secular group on your campus dedicated to providing a
<a href="http://www.secularstudents.org/affiliates#Iowa">
welcoming community for you
</a>.
</p>
<p>
Out Week will run for four days on the University of Northern
Iowa campus:
<br /><br />
<div>
<strong>Monday, 9/12:</strong><br />
-Blood drive, Maucker Union Ballroom, 1-5pm<br />
-Casual Coffee Meetup, Maucker Union, 8:30pm<br />
<span>
<em>Come hang out with UNIFI, ask any questions you may
have, and enjoy some java!</em>
</span>
</div>
<br /><br />
<div>
<strong>Tuesday, 9/13:</strong><br />
-Dinner with UNIFI, Piazza Private Dining, 5:30pm<br />
<span>
<em>
Another chance to hear about atheism, UNIFI's
community at UNI, and Out Week!
</em>
</span>
</div>
<br /><br />
<div>
<strong>Wednesday, 9/14:</strong><br />
-Movie Night! "Shaun of the Dead"<br />
John Deere Auditorium (CBB 109), 8pm<br />
</div>
<br /><br />
<div>
<strong>Thursday, 9/15:</strong><br />
-4th Annual Flying Spaghetti Monster Dinner<br />
<span>Join us in the <strong>Commons Ballroom</strong> at
<strong>6pm</strong> for the FSM Dinner!
This year the dinner will feature free food (as always), a
performance by UNI's Improv Troupe
"<a href="https://www.facebook.com/pages/Half-Masted/93422501411">
Half-Masted
</a>", and a
charity raffle for the
<a href="http://www.northeastiowafoodbank.org/">
Northeast Iowa Food Bank
</a>.
<br />
Tickets for the raffle are $1, you can pick one up at our
table in the union this Monday-Wednesday from 10-2, and if
you happen to see our Pirate Preachers on Thursday, they will
have raffle tickets as well. Prizes have been generously
donated from businesses in the area.
</div>
</p>
</div>
</article>
</section>
<script src="IMG_MAX.js"></script>
<script src="slideshow.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25414373-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>