Skip to content

Commit

Permalink
added toggle range and solo flag to modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
collinhover committed Dec 16, 2012
1 parent cb71ffb commit 5a97a78
Show file tree
Hide file tree
Showing 10 changed files with 401 additions and 111 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2011-Present Collin Hover.
Copyright (c) 2011-Present Collin Hover and other contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
51 changes: 50 additions & 1 deletion README.md
@@ -1 +1,50 @@
NASA: Prospect project.
NASA: Prospect
========

####Website
[Play It!](http://nasaprospect.com/ "NASA: Prospect")

####Overview
Prospect is the interactive story of the planet prospectors, left behind by NASA to recover the golden objects of humankind scattered across the solar-system by a global disaster.

####Core Goal
The core goal of this project is to increase interest in space exploration.

##Contributors

####Design and Development

[Collin Hover](http://collinhover.com "Collin Hover")
Amanda Connelly
Amy Gehling
Calvin LaBrie
Ashley Palmer
Keaton Solomon

####Music

(TBA)

##Technology

HTML5
CSS3
Javascript
WebGL

####Libraries

Modernizr
LESS
Bootstrap
RequireJS
jQuery
SignalsJS
StellarJS
SoundManager2
Greensock Tweens

---

*Copyright (C) 2012-Present all NASA Prospect contributors*
*For full license and information, see [LICENSE](https://github.com/collinhover/nasaprospect/blob/master/LICENSE).*
38 changes: 27 additions & 11 deletions index.html
Expand Up @@ -13,6 +13,8 @@
<meta name="description" content="NASA: Prospect">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="shortcut icon" href="favicon.ico">

<!-- JS setup -->

<script src="js/lib/modernizr-2.6.2.min.js"></script>
Expand Down Expand Up @@ -67,14 +69,16 @@ <h1 class="logo-type-spaced">unpacking the solar-system</h1>

<div id="userCharacters">

<img src="img/character_robot.svg" id="robot" class="character characterbackground hidden" style="height:40%; top: 30%; left: 30%;">
<img src="img/character_robot_open.svg" id="robot_open" class="character characterbackground hidden" style="height:40%; top: 30%; left: 30%;">
<img src="img/character_astronaut.svg" id="astronaut" class="character characterforeground hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_drift.svg" id="astronaut_drift" class="character characterforeground hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_radio.svg" id="astronaut_radio" class="character characterforeground hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_land.svg" id="astronaut_land" class="character characterforeground hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_walk_left.svg" id="astronaut_walk_left" class="character characterforeground hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_walk_right.svg" id="astronaut_walk_right" class="character characterforeground hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_robot.svg" id="robot" class="character hidden" style="height:40%; top: 30%; left: 30%;">
<!--<img src="img/character_robot_open.svg" id="robot_open" class="character hidden" style="height:40%; top: 30%; left: 30%;">-->
<img src="img/character_astronaut.svg" id="astronaut" class="character hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_drift.svg" id="astronaut_drift" class="character hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_radio.svg" id="astronaut_radio" class="character hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_land.svg" id="astronaut_land" class="character hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_walk_left.svg" id="astronaut_walk_left" class="character hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_astronaut_walk_right.svg" id="astronaut_walk_right" class="character hidden" style="height:40%; top: 30%; right: 30%;">
<img src="img/character_fly_up.svg" id="fly_up" class="character center-horizontal hidden" style="height:80%; top: 10%;">
<img src="img/character_fly_down.svg" id="fly_down" class="character center-horizontal hidden" style="height:80%; top: 10%;">

</div>
<!-- /characters -->
Expand Down Expand Up @@ -236,7 +240,7 @@ <h3 class="sidekick-type dim">( and start scrolling down )</h3>

<section id="intro" class="system-section no-crop">

<div id="intro1" class="container-fill" data-character-modify="Grow/astronaut_drift/down/0,0.5">
<div id="intro1" class="container-fill" data-character-modify="Fade/fly_/concat/solo,0,1,in,0.25,0.75">

<div class="ui-pane-column-middle">
<div class="ui-pane-section-body">
Expand Down Expand Up @@ -469,8 +473,9 @@ <h1 data-stellar-ratio="1.1">T</h1>
</section>
<!-- /sun -->

<section class="interplanet">
<div class="stars">
<section id="sunToMercury" class="system-section interplanet">

<div class="stars" data-character-modify="Fade/fly_/concat/0,0.5,solo,1,in">

<div class="container-fill">

Expand All @@ -481,6 +486,7 @@ <h1 data-stellar-ratio="1.1">T</h1>
</div>

</div>

</section>

<section id="mercury" class="system-section">
Expand Down Expand Up @@ -753,6 +759,16 @@ <h1 data-stellar-ratio="1.1">T</h1>

</div>
<!-- /main -->

<footer class="visuallyhidden">

<p>Welcome to NASA Prospect!</p>
<p>Prospect is the interactive story of the planet prospectors, left behind by NASA to recover the golden objects of humankind scattered across the solar-system by a global disaster.</p>
<p>This episode follows Nicolas and Pyxis, on a mission to find remnants of human music contained in the golden records. Travel with them as they explore new planets, overcome great odds, and make unexpected friends. Space isn't so lonely when you've got friends with you!</p>
<p>NASA Prospect was created by a group of designers and developers who each contributed to all aspects of the project. This project was authored by and is copyright to Collin Hover, Amanda Connelly, Amy Gehling, Calvin LaBrie, Ashley Palmer, and Keaton Solomon, 2012.</p>
<p>This project and all of its source files may be found at <a href="http://github.com/collinhover/nasaprospect">http://github.com/collinhover/nasaprospect</a>. We've released the source files under the MIT License in the hopes that they will help others produce something even better!</p>

</footer>

<!-- javascript -->

Expand Down

0 comments on commit 5a97a78

Please sign in to comment.