-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
111 lines (86 loc) · 4.14 KB
/
index_old.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
<!doctype html>
<html>
<head>
<title>CINEBITES | Shorts film festival to support a non-profit</title>
<meta name="description" content="Cineites is an annual Film Festival held in Denver, CO. We showcase short films from around the world." />
<meta name="keywords" content="Cinebites, shorts film festival, film festival, Matt Struck, Hitu Parmar, Paula Lee, Arts Street, Arts-Street" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="/css/cinebites.css" />
<link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lustria' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Glegoo' rel='stylesheet' type='text/css'>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30487824-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>
</head>
<script type="text/javascript">
var $buoop = {}
$buoop.ol = window.onload;
window.onload=function(){
try {if ($buoop.ol) $buoop.ol();}catch (e) {}
var e = document.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("src", "http://browser-update.org/update.js");
document.body.appendChild(e);
}
</script>
<body>
<header>
<p> </p>
</header>
<div id="margin">
<h1>website's código surgery will be over in...</h1>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--
dateFuture = new Date(2012,2,31,0,0,0);
function GetCount(){
dateNow = new Date(); //grab current date
amount = dateFuture.getTime() - dateNow.getTime(); //calc milliseconds between dates
delete dateNow;
// time is already past
if(amount < 0){
document.getElementById('countbox').innerHTML="Now!";
}
// date is still good
else{
days=0;hours=0;mins=0;secs=0;out="";
amount = Math.floor(amount/1000);//kill the "milliseconds" so just secs
days=Math.floor(amount/86400);//days
amount=amount%86400;
hours=Math.floor(amount/3600);//hours
amount=amount%3600;
mins=Math.floor(amount/60);//minutes
amount=amount%60;
secs=Math.floor(amount);//seconds
if(days != 0){out += days +" day"+((days!=1)?"s":"")+", ";}
if(days != 0 || hours != 0){out += hours +" hour"+((hours!=1)?"s":"")+", ";}
if(days != 0 || hours != 0 || mins != 0){out += mins +" minute"+((mins!=1)?"s":"")+", ";}
out += secs +" seconds";
document.getElementById('countbox').innerHTML=out;
setTimeout("GetCount()", 1000);
}
}
window.onload=function(){GetCount();}//call when everything has loaded
//-->
</script>
<div id="countbox"></div>
<img src="/image/transparent.png" alt="Cinebites 2012. Coming Soon!" />
<iframe width="560" height="315" class="video" src="http://www.youtube.com/embed/R4lM7Pcz5xM" frameborder="0" allowfullscreen></iframe>
</div>
<footer>
<div class="inner">
<a href="https://www.facebook.com/pages/Cinebites-Film-Festival/188573894556700?sk=info" target="_blank"><img src="/image/facebook.png" alt="facebook us" /></a>
<a href="https://twitter.com/cinebites" target="_blank"><img src="/image/twitter.png" alt="twitter us" /></a>
<a href="mailto:[email protected]" subject="From Cinebites Website"><img src="/image/email.png" alt="email us" /></a> © 2012 CINEBITES.ORG
</div>
</footer>
</body>
</html>