-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmit.html
executable file
·58 lines (51 loc) · 1.48 KB
/
submit.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
<!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>
If you would like to submit a photo for this site,
please email it as an attachment to
<a href="mailto:[email protected]">
</a>. We'll add them as they come in!
</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>