-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Thomas Gorissen <[email protected]>
- Loading branch information
0 parents
commit 17f31d0
Showing
42 changed files
with
6,354 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"> | ||
<cross-domain-policy> | ||
|
||
|
||
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html --> | ||
|
||
<!-- Most restrictive policy: --> | ||
<site-control permitted-cross-domain-policies="none"/> | ||
|
||
|
||
|
||
<!-- Least restrictive policy: --> | ||
<!-- | ||
<site-control permitted-cross-domain-policies="all"/> | ||
<allow-access-from domain="*" to-ports="*" secure="false"/> | ||
<allow-http-request-headers-from domain="*" headers="*" secure="false"/> | ||
--> | ||
<!-- | ||
If you host a crossdomain.xml file with allow-access-from domain=“*” | ||
and don’t understand all of the points described here, you probably | ||
have a nasty security vulnerability. ~ simon willison | ||
--> | ||
|
||
</cross-domain-policy> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* the humans responsible & colophon */ | ||
/* humanstxt.org */ | ||
|
||
/* TEAM */ | ||
Author: Thomas Gorissen, Sebastiaan Deckers, Sayanee Basu | ||
Company: Nerdherd Pte Ltd | ||
Site: http://jscamp.asia | ||
Twitter: @jscamp_asia | ||
From: Singapore (with love <3) | ||
|
||
/* SITE */ | ||
Standards: HTML5, CSS3 | ||
Components: Modernizr, jQuery, HTML5-Boilerplate | ||
Tools: Coda, Github, CodeKit and a Mac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
<!doctype html> | ||
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | ||
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> | ||
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en" xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:og="http://ogp.me/ns#" | ||
xmlns:fb="http://www.facebook.com/2008/fbml"> <!--<![endif]--> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>JScamp.Asia - Undisclosured</title> | ||
|
||
<!-- Mobile viewport optimized: j.mp/bplateviewport --> | ||
<meta name="viewport" content="width=800, initial-scale=1.0" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta property="og:title" content="JScamp.Asia - Undisclosured"/> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:url" content="http://jscamp.asia/"/> | ||
<meta property="og:image" content="http://jscamp.asia/static/img/jscampasia.jpg"/> | ||
<meta property="og:site_name" content="JScamp.Asia"/> | ||
<meta property="og:description" content="The JavaScript Developer Conference for Asia. Singapore, late 2012"/> | ||
<meta name="title" content="JScamp.Asia - Undisclosured"/> | ||
<meta name="description" content="The JavaScript Developer Conference for Asia. Singapore, late 2012"/> | ||
|
||
<!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references --> | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" /> | ||
|
||
<!-- CSS: implied media="all" --> | ||
<link rel="stylesheet" href="static/css/style.css" /> | ||
|
||
<!-- All JavaScript at the bottom except shims --> | ||
<!--[if lte IE 8 ]><script src="static/js/libs/es5.js"></script><![endif]--> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div id="gradient"></div> | ||
|
||
<div id="body"> | ||
|
||
<div id="logoanim"> | ||
<img src="static/img/jscampasia.jpg" border="0"/> | ||
<div id="la_logo"> | ||
<div id="la_jscamp">jscamp</div> | ||
<div id="la_asia"> .asia</div> | ||
<div id="la_undisclosured">UNDISCLOSURED</div> | ||
<!--<div id="ls_info">Singapore, late 2012</div>--> | ||
</div> | ||
<div id="la_landscape"> | ||
<div id="la_palm">}</div> | ||
<div id="la_trunk">/</div> | ||
<span id="la_beach">~~~</span><span id="la_sea">~~</span> | ||
</div> | ||
<audio id="la_oceansound" preload="auto" autobuffer="autobuffer" style="display: none"> | ||
<source src="static/fx/ocean_edge.wav" /> | ||
</audio> | ||
</div> | ||
|
||
<div id="restofwebsite" style="text-align: center;"> | ||
|
||
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> | ||
<div></div> | ||
<div style="overflow: hidden;" rel="OWN5HM35" class="lrdiscoverwidget" data-logo="off" data-background="off" data-share-url="jscamp.asia" data-css=""></div><script type="text/javascript" src="http://launchrock-ignition.s3.amazonaws.com/ignition.1.1.js"></script> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<!-- JavaScript at the bottom for fast page loading --> | ||
|
||
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> | ||
<!-- <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script> --> | ||
<script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.js"></script> | ||
<script type="text/javascript">window.jQuery || document.write('<script src="static/js/libs/jquery.min.js">\x3C/script>')</script> | ||
|
||
<!-- Setup Adz bootstrapping --> | ||
<script type="text/javascript"> | ||
(function() { | ||
var userAgent = { | ||
string: navigator.userAgent.toLowerCase() | ||
}; | ||
|
||
if(jQuery.browser.msie) { | ||
userAgent.tooOld = jQuery.browser.version < 9; | ||
userAgent.url = "http://www.microsoft.com/internetexplorer/"; | ||
} | ||
else if(jQuery.browser.mozilla) { | ||
userAgent.v = jQuery.browser.version.split('.'); | ||
userAgent.tooOld = (userAgent.v[0] == 1 && userAgent.v[1] < 9) || (userAgent.v[0] == 1 && userAgent.v[1] == 9 && userAgent.v[2] < 2); | ||
if(/firefox/.test(userAgent.string)) { | ||
userAgent.url = "http://www.mozilla.org/firefox/"; | ||
} | ||
} | ||
else if(jQuery.browser.webkit) { | ||
userAgent.v = jQuery.browser.version.split('.'); | ||
userAgent.tooOld = (userAgent.v[0] < 534) || (userAgent.v[0] == 534 && userAgent.v[1] < 17); | ||
if(/chrome/.test(userAgent.string)) { | ||
userAgent.url = "http://www.google.com/chrome/"; | ||
} | ||
else if(/safari/.test(userAgent.string)) { | ||
userAgent.url = "http://www.apple.com/safari/"; | ||
} | ||
} | ||
else if(jQuery.browser.opera) { | ||
userAgent.tooOld = jQuery.browser.version < 10; | ||
userAgent.url = "http://www.opera.com/"; | ||
} | ||
else { | ||
alert("Surely you want to update your browser before attending this conference, because this one won't do."); | ||
alert("Here be dragons…"); | ||
} | ||
|
||
if(userAgent.tooOld) { | ||
if(userAgent.url) { | ||
if(confirm("What about… a new browser?! :)")) | ||
window.location = userAgent.url; | ||
else | ||
alert("Here be dragons…"); | ||
} | ||
else { | ||
alert("Surely you want to update your browser before attending this conference, because this one won't do."); | ||
alert("Here be dragons…"); | ||
} | ||
} | ||
})(); | ||
</script> | ||
|
||
<!-- scripts concatenated and minified via ant build script--> | ||
<script type="text/javascript" src="static/js/dependencies/0000-headers-ck.js"></script> | ||
<script type="text/javascript" src="static/js/dependencies/0020-underscore-ck.js"></script> | ||
<script type="text/javascript" src="static/js/dependencies/0050-audiofade-ck.js"></script> | ||
<script type="text/javascript" src="static/js/main/00-jscamp-ck.js"></script> | ||
<!-- end scripts--> | ||
|
||
<!-- Resource strings used in Javascript for localization (and other variables and third-party additions) --> | ||
<!--<script type="text/javascript" src="static/js/l10n/en.js"></script> --> | ||
|
||
<script type="text/javascript" defer="defer"> | ||
|
||
// Google Analytics | ||
var _gaq=[['_setAccount','UA-31025490-1'],['_setDomainName', 'jscamp.asia'],['_trackPageview'],['_trackPageLoadTime']]; | ||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1; | ||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; | ||
s.parentNode.insertBefore(g,s)}(document,'script')); | ||
|
||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# www.robotstxt.org/ | ||
# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449 | ||
|
||
User-agent: * | ||
|
Oops, something went wrong.