Skip to content

Commit

Permalink
Week 5 code introduction to javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
noelking committed Nov 13, 2015
1 parent a90f712 commit 4da7e53
Show file tree
Hide file tree
Showing 6 changed files with 10,370 additions and 4 deletions.
1 change: 1 addition & 0 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ div.cylinder {
z-index: 100;
height: 320px;
bottom: 20%;
margin-left: 50%;
}

div.cylinder .middle {
Expand Down
Binary file added www/img/ninjas-green.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 www/img/ninjas-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Coolest Projects Mobile Game - Jumpy</title>
</head>
<body>
<body >
<div class="clouds">
<div class="cloud c1"></div>
<div class="cloud c2"></div>
<div class="cloud c3"></div>
<div class="cloud c4"></div>
</div>

<div class="cylinder">
<div id="cylinder" class="cylinder">
<div class="top"></div>
<div class="middle"></div>
<div class="bottom"></div>
</div>

<div class="ground">

</div>


<script type="text/javascript" src="js/jquery.js">
</script>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/jumpy.js"></script>
Expand Down
Loading

0 comments on commit 4da7e53

Please sign in to comment.