-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 2.41 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Burning Flickr</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2794783-3']);
_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>
</head>
<body>
<div id="doc2" class="yui-t7">
<div id="inner">
<div id="hd">
<h1>Instant Burn!</h1>
Comments, suggestions? Email <a href="http://tomlongson.com/">Tom Longson</a> at tomlong at gmail.com. <br/>
This "product" uses the Flickr API but is not endorsed or certified by Flickr.
</div>
<div id="bd">
<div class="yui-gc">
<div id="search">
<div class="inst">Search for artwork from Burning Man 2010:</div>
<input type="text" />
<div id="status">Loading...</div>
</div>
<div id="output"></div>
</div>
</div>
<div id="ft">
Built by <a href="http://tomlongson.com/">Tom Longson (nym)</a> using the <a href="http://www.flickr.com/services/api/">Flickr API</a> and the <a href="http://earth.burningman.com/api/docs/">Burning Man API</a> (by Burning Man Earth). This "product" uses the Flickr API but is not endorsed or certified by Flickr.
<br/><br/>
Thank you to everyone who helped make this possible, ESPECIALLY all the photographers who added <a href="http://blog.flickr.net/en/2009/08/28/burning-man-theme-camp-machine-tags/" target="f">machine tags</a> to their photos.
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script src="fire.js"></script>
</body>
</html>