Skip to content

Commit

Permalink
Fixed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Rao committed May 20, 2012
1 parent 2dc2fb0 commit f0e05a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 8 additions & 6 deletions app.html
Expand Up @@ -46,6 +46,7 @@
<a class="brand" href="index.html">Notebook</a>
<div class="nav-collapse">
<ul class="nav">
<li class="divider-vertical"></li>
<li>
<a href="index.html"><i class="icon-white icon-home"></i> Home</a>
</li>
Expand All @@ -63,7 +64,7 @@
</a>
<ul class="dropdown-menu">
<li>
<a href="http://bit.ly/notebookapp" target="_blank"><i class="icon-globe"></i> bit.ly/notebookapp</a>
<a href="http://bit.ly/notebookapp"><i class="icon-globe"></i> bit.ly/notebookapp</a>
</li>
<li class="divider"></li>
<li>
Expand All @@ -74,6 +75,7 @@
</li>
</ul>
</li>
<li class="divider-vertical"></li>
<li>
<a href="https://github.com/rishabhsrao/notebook"><i class="icon-white icon-random"></i> Fork me on Github</a>
</li>
Expand All @@ -92,7 +94,7 @@
<h4 class="alert-heading">Oh snap! You don't have JavaScript enabled on your browser.</h4>
<p>You need to enable JavaScript in your browser to experience this application.</p>

<a href="http://www.enable-javascript.com/" target="_blank" class="btn btn-info" title="Shows you instructions on how to enable JavaScript on your browser.">
<a href="http://www.enable-javascript.com/" class="btn btn-info" title="Shows you instructions on how to enable JavaScript on your browser.">
<i class="icon-white icon-info-sign"></i> Get help
</a>
</div>
Expand All @@ -117,10 +119,10 @@ <h4 class="alert-heading">Heads up! Looks like your browser doesn't support loca
</div>
<div class="span9">
<div class="btn-group">
<a href="http://browsehappy.com" target="_blank" class="btn btn-success" title="Takes you to browsehappy.com where you can upgrade your browser and be happy!">
<a href="http://browsehappy.com" class="btn btn-success" title="Takes you to browsehappy.com where you can upgrade your browser and be happy!">
<i class="icon-white icon-certificate"></i> Upgrade browser
</a>
<a href="http://www.google.com/chromeframe/?redirect=true" target="_blank" class="btn btn-success" title="If you can't upgrade your browser, then you should install Google Chrome Frame. It's the next best thing!">
<a href="http://www.google.com/chromeframe/?redirect=true" class="btn btn-success" title="If you can't upgrade your browser, then you should install Google Chrome Frame. It's the next best thing!">
<i class="icon-white icon-fullscreen"></i> Install Chrome Frame
</a>
</div>
Expand Down Expand Up @@ -157,7 +159,7 @@ <h4 class="alert-heading">Holy guacamole! We're out of memory!</h4>
<div id="createNewNoteAccordion" class="accordion">
<div class="accordion-group">
<div class="accordion-heading">
<a href="#createNewNoteDiv" data-parent="#createNewNoteAccordion" data-toggle="collapse" class="accordion-toggle">Create new note</a>
<a href="#createNewNoteDiv" data-parent="#createNewNoteAccordion" data-toggle="collapse" class="accordion-toggle"><i class="icon-star"></i> Create new note</a>
</div>
<div class="accordion-body collapse" id="createNewNoteDiv" style="height: 0px;">
<div class="accordion-inner">
Expand Down Expand Up @@ -224,7 +226,7 @@ <h5>A simple note taking app.</h5>

<p>You currently don't have any notes. Let's start by creating a new one!</p>
<button class="btn btn-large btn-info" data-bind="click: focusCreateNote">
<i class="icon-star"></i> Create new note!
<i class="icon-white icon-star"></i> Create new note!
</button>
</div>
<table class="notes table table-striped">
Expand Down
10 changes: 6 additions & 4 deletions index.html
Expand Up @@ -46,6 +46,7 @@
<a class="brand" href="index.html">Notebook</a>
<div class="nav-collapse">
<ul class="nav">
<li class="divider-vertical"></li>
<li>
<a href="index.html"><i class="icon-white icon-home"></i> Home</a>
</li>
Expand All @@ -63,7 +64,7 @@
</a>
<ul class="dropdown-menu">
<li>
<a href="http://bit.ly/notebookapp" target="_blank"><i class="icon-globe"></i> bit.ly/notebookapp</a>
<a href="http://bit.ly/notebookapp"><i class="icon-globe"></i> bit.ly/notebookapp</a>
</li>
<li class="divider"></li>
<li>
Expand All @@ -74,6 +75,7 @@
</li>
</ul>
</li>
<li class="divider-vertical"></li>
<li>
<a href="https://github.com/rishabhsrao/notebook"><i class="icon-white icon-random"></i> Fork me on Github</a>
</li>
Expand All @@ -92,7 +94,7 @@
<h4 class="alert-heading">Oh snap! You don't have JavaScript enabled on your browser.</h4>
<p>You need to enable JavaScript in your browser to experience this application.</p>

<a href="http://www.enable-javascript.com/" target="_blank" class="btn btn-info" title="Shows you instructions on how to enable JavaScript on your browser.">
<a href="http://www.enable-javascript.com/" class="btn btn-info" title="Shows you instructions on how to enable JavaScript on your browser.">
<i class="icon-white icon-info-sign"></i> Get help
</a>
</div>
Expand All @@ -117,10 +119,10 @@ <h4 class="alert-heading">Heads up! Looks like your browser doesn't support loca
</div>
<div class="span9">
<div class="btn-group">
<a href="http://browsehappy.com" target="_blank" class="btn btn-success" title="Takes you to browsehappy.com where you can upgrade your browser and be happy!">
<a href="http://browsehappy.com" class="btn btn-success" title="Takes you to browsehappy.com where you can upgrade your browser and be happy!">
<i class="icon-white icon-certificate"></i> Upgrade browser
</a>
<a href="http://www.google.com/chromeframe/?redirect=true" target="_blank" class="btn btn-success" title="If you can't upgrade your browser, then you should install Google Chrome Frame. It's the next best thing!">
<a href="http://www.google.com/chromeframe/?redirect=true" class="btn btn-success" title="If you can't upgrade your browser, then you should install Google Chrome Frame. It's the next best thing!">
<i class="icon-white icon-fullscreen"></i> Install Chrome Frame
</a>
</div>
Expand Down

0 comments on commit f0e05a3

Please sign in to comment.