-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
… implemented
- Loading branch information
Showing
26 changed files
with
1,125 additions
and
266 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
.idea |
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
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,31 @@ | ||
<h1>Bend Her</h1> | ||
|
||
<p>Say what? File not found. Uh, is the puppy mechanical in any way? Hello, little man. I will destroy you! In | ||
our darkest hour, we can stand erect, with proud upthrust bosoms.</p> | ||
|
||
<h2>The Day The Earth Stood Stupid</h2> | ||
|
||
<p>I'll get my kit! Hey! I'm a porno-dealing monster, what do I care what you think? Quite possible. We live | ||
long and are celebrated poopers.</p> | ||
<ul> | ||
<li>So I really am important? How I feel when I'm drunk is correct?</li> | ||
<li>Nay, I respect and admire Harold Zoid too much to beat him to death with his own Oscar.</li> | ||
<li>Bender, hurry! This fuel's expensive! Also, we're dying!</li> | ||
</ul> | ||
<h3>A Tale of Two Santas</h3> | ||
|
||
<p>Goodbye, cruel world. Goodbye, cruel lamp. Goodbye, cruel velvet drapes, lined with what would appear to be | ||
some sort of cruel muslin and the cute little pom-pom curtain pull cords. Cruel though they may be… | ||
Really?! Bender! Ship! Stop bickering or I'm going to come back there and change your opinions manually!</p> | ||
<h4>Attack of the Killer App</h4> | ||
|
||
<p>It's toe-tappingly tragic! And I'm his friend Jesus. Aww, it's true. I've been hiding it for so long. Meh. | ||
Leela, Bender, we're going grave robbing. With a warning label this big, you know they gotta be fun!</p> | ||
<ol> | ||
<li>Soon enough.</li> | ||
<li>That's a popular name today. Little "e", big "B"?</li> | ||
</ol> | ||
<h5>Fear of a Bot Planet</h5> | ||
|
||
<p>So I really am important? How I feel when I'm drunk is correct? Is today's hectic lifestyle making you tense | ||
and impatient? Ooh, name it after me!</p> |
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,35 @@ | ||
<h1>Where the Buggalo Roam</h1> | ||
|
||
<p>What are their names? And until then, I can never die? Come, Comrade Bender! We must take to the streets! I | ||
barely knew Philip, but as a clergyman I have no problem telling his most intimate friends all about him. | ||
That could be 'my' beautiful soul sitting naked on a couch. If I could just learn to play this stupid | ||
thing.</p> | ||
|
||
<h2>Put Your Head on my Shoulder</h2> | ||
|
||
<p>Fatal. I'm Santa Claus! Bender, I didn't know you liked cooking. That's so cute.</p> | ||
<ul> | ||
<li>Hey! I'm a porno-dealing monster, what do I care what you think?</li> | ||
<li>With a warning label this big, you know they gotta be fun!</li> | ||
<li>Well, let's just dump it in the sewer and say we delivered it.</li> | ||
<li>Yes, if you make it look like an electrical fire. When you do things right, people won't be sure you've | ||
done anything at all. | ||
</li> | ||
</ul> | ||
<h3>The Series Has Landed</h3> | ||
|
||
<p>Anyone who laughs is a communist! Well I'da done better, but it's plum hard pleading a case while awaiting | ||
trial for that there incompetence. Why, those are the Grunka-Lunkas! They work here in the Slurm factory. | ||
Bender?! You stole the atom.</p> | ||
<h4>The Day The Earth Stood Stupid</h4> | ||
|
||
<p>No, just a regular mistake. Hello, little man. I will destroy you! Alright, let's mafia things up a bit. | ||
Joey, burn down the ship. Clamps, burn down the crew.</p> | ||
<ol> | ||
<li>Whoa a real live robot; or is that some kind of cheesy New Year's costume?</li> | ||
<li>Now, now. Perfectly symmetrical violence never solved anything.</li> | ||
</ol> | ||
<h5>Love's Labors Lost in Space</h5> | ||
|
||
<p>And then the battle's not so bad? I'm sure those windmills will keep them cool. And from now on you're all | ||
named Bender Jr.</p> |
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
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
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,81 @@ | ||
<header class="jumbotron subhead"> | ||
<h1>FX</h1> | ||
|
||
<p class="lead"> | ||
pager.js comes pre-packed with effects for fading, sliding, zooming and flipping between pages. | ||
These effects can easily be added to your page using | ||
<code>fx: 'zoom'</code>, | ||
<code>fx: 'flip'</code>, | ||
<code>fx: 'slide'</code> or | ||
<code>fx: 'fade'</code>. | ||
In order to use <i>zoom</i> or <i>flip</i> you'll need to include pager.css or pager.less. | ||
</p> | ||
</header> | ||
|
||
|
||
<h2><a href="#fx/zoom">Zoom</a></h2> | ||
<div data-bind="page: {id: 'zoom'}"> | ||
|
||
<ul class="nav nav-tabs" data-bind="foreach: $page.children"> | ||
<li data-bind="css: {active: isVisible}"><a data-bind="text: $data.getValue().title, page-href: getId()"></a></li> | ||
</ul> | ||
|
||
<div data-bind="page: {id: 'bend_her', title: 'Bend Her', fx: 'zoom', source: 'bend_her.html'}" | ||
class="pagerjs-fx-zoom"></div> | ||
<div data-bind="page: {id: 'buggalo_zoom', title: 'Buggalo', fx: 'zoom', source: 'buggalo.html'}" | ||
class="pagerjs-fx-zoom"></div> | ||
<div data-bind="page: {id: 'lethal_zoom', title: 'Lethal', fx: 'zoom', source: 'lethal.html'}" | ||
class="pagerjs-fx-zoom"></div> | ||
</div> | ||
|
||
<h2><a href="#fx/flip">Flip</a></h2> | ||
|
||
<div data-bind="page: {id: 'flip'}"> | ||
<ul class="nav nav-tabs" data-bind="foreach: $page.children"> | ||
<li data-bind="css: {active: isVisible}"><a data-bind="text: $data.getValue().title, page-href: getId()"></a></li> | ||
</ul> | ||
|
||
|
||
<div data-bind="page: {id: 'bend_her', title: 'Bend Her', fx: 'flip', source: 'bend_her.html'}" | ||
class="pagerjs-fx-flip"></div> | ||
<div data-bind="page: {id: 'buggalo_zoom', title: 'Buggalo', fx: 'flip', source: 'buggalo.html'}" | ||
class="pagerjs-fx-flip"></div> | ||
<div data-bind="page: {id: 'lethal_zoom', title: 'Lethal', fx: 'flip', source: 'lethal.html'}" | ||
class="pagerjs-fx-flip"></div> | ||
</div> | ||
|
||
<h2><a href="#fx/slide">Slide</a></h2> | ||
|
||
<div data-bind="page: {id: 'slide'}"> | ||
<ul class="nav nav-tabs" data-bind="foreach: $page.children"> | ||
<li data-bind="css: {active: isVisible}"><a data-bind="text: $data.getValue().title, page-href: getId()"></a></li> | ||
</ul> | ||
|
||
|
||
<div data-bind="page: {id: 'bend_her', title: 'Bend Her', fx: 'slide', source: 'bend_her.html'}" | ||
></div> | ||
<div data-bind="page: {id: 'buggalo_zoom', title: 'Buggalo', fx: 'slide', source: 'buggalo.html'}" | ||
></div> | ||
<div data-bind="page: {id: 'lethal_zoom', title: 'Lethal', fx: 'slide', source: 'lethal.html'}" | ||
></div> | ||
</div> | ||
|
||
<h2><a href="#fx/fade">Fade</a></h2> | ||
|
||
<div data-bind="page: {id: 'fade'}"> | ||
<ul class="nav nav-tabs" data-bind="foreach: $page.children"> | ||
<li data-bind="css: {active: isVisible}"><a data-bind="text: $data.getValue().title, page-href: getId()"></a></li> | ||
</ul> | ||
|
||
|
||
<div data-bind="page: {id: 'bend_her', title: 'Bend Her', fx: 'fade', source: 'bend_her.html'}" | ||
></div> | ||
<div data-bind="page: {id: 'buggalo_zoom', title: 'Buggalo', fx: 'fade', source: 'buggalo.html'}" | ||
></div> | ||
<div data-bind="page: {id: 'lethal_zoom', title: 'Lethal', fx: 'fade', source: 'lethal.html'}" | ||
></div> | ||
</div> | ||
|
||
<div class="form-actions"> | ||
<a class="btn btn-large btn-primary" href="#recapitulation">Read a recapitulation about the API</a> | ||
</div> |
Oops, something went wrong.