Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,9 @@
<div class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">AppScale Video Series</li>
<li><a href="http://www.youtube.com/watch?v=qVN13DmASmM">What is AppScale?</a></li>
<li><a href="http://www.youtube.com/watch?v=uRGF8Pe4nmk">AppScale - A New Way of Thinking</a></li>
<li><a href="http://www.youtube.com/watch?v=F7VMe59hZns">AppScale on Amazon EC2</a></li>
<li><a href="http://www.youtube.com/watch?v=nDH53gDQ_LU">AppScale on VirtualBox</a></li>
<li><a href="http://www.youtube.com/watch?v=2K6_69Cs6uA">Running App Inventor on AppScale</a></li>
<li><a href="http://www.youtube.com/watch?v=RSnVY81oMUE">Installing AppScale from source</a></li>
<li><a href="http://www.youtube.com/watch?v=aeDgNG2Fn8I">Deploying AppScale via AppsCake</a></li>
<li class="nav-header">AppScale Videos</li>
<li><a href="#">AppScale 2.1 Release Video (Coming Soon!)</a></li>
<li><a href="https://www.youtube.com/watch?v=IeMEN4f7fpk">AppScale 2.0 Release Video</a></li>
<li class="nav-header">Source</li>
<li><a href="http://github.com/AppScale/appscale">AppScale on GitHub</a></li>
<li><a href="http://github.com/AppScale/appscale-tools">AppScale Tools on GitHub</a></li>
Expand Down Expand Up @@ -111,7 +106,7 @@
<hr>

<footer>
<p>&copy; AppScale Systems, Inc. 2009-2013</p>
<p>&copy; AppScale Systems, Inc. 2009-2014</p>
</footer>

</div><!--/.fluid-container-->
Expand Down