Skip to content

Commit

Permalink
Merge pull request #1 from droukaswapo/master
Browse files Browse the repository at this point in the history
Alot
  • Loading branch information
slifty committed Jun 17, 2012
2 parents 60a9c70 + 851f22f commit bc64daa
Show file tree
Hide file tree
Showing 15 changed files with 10,520 additions and 0 deletions.
47 changes: 47 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>

<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Your Page Title Here :)</title>
<meta name="description" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">

<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">

</head>
<body>

<!-- Primary Page Layout
================================================== -->
<div class="container">
<h1 style="margin-top: 100px; text-align:center">Sorry. Couldn't Find That Page!</h1>
</div>

<!-- End Document
================================================== -->
</body>
</html>
Binary file added images/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.ico
Binary file not shown.
Binary file added images/shuffle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions images/shuffle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
175 changes: 175 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>

<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Newsquest</title>
<meta name="description" content="">
<meta name="author" content="">

<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">

</head>
<body>
<!-- Get Friendly -->

<script type="text/javascript">
$(document).ready(function() {
var quotes = new Array("foo", "bar", "baz", "chuck");
var randno = Math.floor(Math.random()*(quotes.length));
$('.quote').append(quotes[randno]);
console.log(randno);
});
</script>

<!-- Primary Page Layout
================================================== -->

<div id="minimast">
<div class="container">
<div class="nine columns offset-by-three">
<div id="minimast-inner" style="display:none;">
<p class="left">Newsquest</p>
<p class="right"><a href="#">About</a>&nbsp;&nbsp;&nbsp;<a href="#">Print</a></p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="sixteen columns">
<div class="intro">
<h1 class="intro">Newsquest</h1>
<p>A <a href="http://en.wikipedia.org/wiki/Gamebook">Choose Your Own Adventure</a> for the news. Enter a topic below to start your quest.</p>
<form action="#">
<input type="text" placeholder="Your adventure about awaits..." />

<button class="shuffle" type="button"></button>
</form>
</div>
</div>
</div><!-- container -->

<!-- BLOCK BEGINS HERE -->
<div class="container">
<div class="nine columns offset-by-three">
<h2>Syria</h2>
</div>
<div class="chapter">
<div class="nine columns offset-by-three">
<p>United Nations monitors in Syria have suspended operations because of the increasing violence over the last 10 days by President Bashar al-Assad's forces and rebels seeking his overthrow, the head of the observer mission said on Saturday.</p>

<div class="question">
<a>Who is the head of the observer mission?</a>
</div><!-- question -->

<div class="question">
<a>Where did the violence begin?</a>
</div><!-- question -->

<div class="options">
<hr>
<div class="right">
<a>View Stats</a>
</div>
<div class="options left">
<a>Share</a>
</div>
</div><!-- options -->

</div><!-- ninecol -->
</div><!-- chapter -->
</div><!-- container -->
<!-- BLOCK ENDS HERE -->

<!-- BLOCK BEGINS HERE -->
<div class="container" style="visibility:hidden;">
<div class="chapter">
<div class="nine columns offset-by-three">
<p>United Nations monitors in Syria have suspended operations because of the increasing violence over the last 10 days by President Bashar al-Assad's forces and rebels seeking his overthrow, the head of the observer mission said on Saturday.</p>

<div class="question">
<a>Who is the head of the observer mission?</a>
</div><!-- question -->

<div class="question">
<a>Where did the violence begin?</a>
</div><!-- question -->

<div class="options">
<hr>
<div class="right">
<a href="#">View Stats</a>
</div>
<div class="options left">
<a href="#">Share</a>
</div>
</div><!-- options -->

</div><!-- ninecol -->
</div><!-- chapter -->
</div><!-- container -->
<!-- BLOCK ENDS HERE -->

<!-- BLOCK BEGINS HERE -->
<div class="container" style="visibility:hidden;">
<div class="chapter">
<div class="nine columns offset-by-three">
<p>United Nations monitors in Syria have suspended operations because of the increasing violence over the last 10 days by President Bashar al-Assad's forces and rebels seeking his overthrow, the head of the observer mission said on Saturday.</p>

<div class="question">
<a>Who is the head of the observer mission?</a>
</div><!-- question -->

<div class="question">
<a>Where did the violence begin?</a>
</div><!-- question -->

<div class="options">
<hr>
<div class="right">
<a href="#">View Stats</a>
</div>
<div class="options left">
<a href="#">Share</a>
</div>
</div><!-- options -->

</div><!-- ninecol -->
</div><!-- chapter -->
</div><!-- container -->
<!-- BLOCK ENDS HERE -->

<!-- JS
================================================== -->
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="javascripts/jquery.scrollTo-1.4.2-min.js"></script>
<script src="javascripts/ux_functions.js"></script>

<!-- End Document
================================================== -->
</body>
</html>
Loading

0 comments on commit bc64daa

Please sign in to comment.