Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Add first and last slide
Browse files Browse the repository at this point in the history
  • Loading branch information
gzip committed Apr 26, 2012
1 parent 9109cbc commit a409846
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion application.json
Expand Up @@ -45,7 +45,7 @@
"child": {
"type": "Preso",
"config": {
"numSlides": 15
"numSlides": 16
}
},
"assets": {
Expand Down
8 changes: 2 additions & 6 deletions mojits/Preso/views/slide1.mu.html
@@ -1,8 +1,4 @@
<div id="{{mojit_view_id}}">
<h1>What is Mojito?</h1>
<ul>
<li><a href="http://developer.yahoo.com/cocktails/mojito/">Mojito</a> is an open source MVC framework that runs on the client and/or server via node.js.</li>
<li>The core component in Mojito is a mojit (not quite a module, not quite a widget).</li>
</ul>
<div id="{{mojit_view_id}}" >
<div class="centered"><h1>Intro to Mojito</h1></div>
{{{nav}}}
</div>
4 changes: 4 additions & 0 deletions mojits/Preso/views/slide16.mu.html
@@ -0,0 +1,4 @@
<div id="{{mojit_view_id}}" class="centered">
<h1>Questions?</h1>
{{{nav}}}
</div>
11 changes: 7 additions & 4 deletions mojits/Preso/views/slide2.mu.html
@@ -1,14 +1,17 @@
<div id="{{mojit_view_id}}">
<h1>Mojito Features</h1>
<h1>What is Mojito?</h1>
<ul>
<li><a href="http://developer.yahoo.com/cocktails/mojito/">Mojito</a> is an open source MVC framework that runs on the client and/or server via node.js.</li>
<li>The core component in Mojito is a mojit (not quite a module, not quite a widget).</li>
</ul>
<h2>Mojito Features</h2>
<ul>
<li>Mojito is built on YUI 3 (and expects components to be built on YUI 3).</li>
<li>Mojito can execute components on the client, server, or both.</li>
<li>Mojito supports a rich configuration framework.</li>
<li>Mojito's default view engine is Mustache.</li>
<li>Mojito supports inter-mojit communication via broadcasting.</li>
<li>Mojito does routing.</li>
<li>Mojito does localization.</li>
<li>Mojito supports lazy loading of mojits.</li>
<li>Mojito does routing, localization and lazy loading of mojits.</li>
<li>Mojito comes with a unit testing framework (YUI Test).</li>
<li>Mojito is <a href="https://github.com/yahoo/mojito/tree/master">open source</a>!</li>
</ul>
Expand Down

0 comments on commit a409846

Please sign in to comment.