-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·63 lines (56 loc) · 1.85 KB
/
about.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
<!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>
This website was created in conjunction with the University of
Northern Iowa Freethinkers & Inquirer's Out Week. We at UNIFI were
really inspired by "A Week" on facebook, but we noticed something
distinctly missing: <a href="http://www.unifreethought.com/2011/03/what-what-what-are-you-doing.html">faces</a>!
</p>
<p>
This website is our attempt to put faces to labels, and let others
know that atheists are people too, and that there are more of us
than you think. This is what an atheist looks like: a neighbor, a
relative, a friend, a daughter, a cousin, a parent.
</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>