commit 54be6976674d97fbc5800acff8c25ece2ca8a5fc
parent 200e254d367808a12ce447ef86a56c68f238e785
Author: rsiddharth <rsiddharth@ninthfloor.org>
Date: Sun, 16 Jun 2013 16:32:12 +0530
Navbar's order of links changed
Files Affected: bio/index.html, boilerplate.html, gallery/index.html,
index.html
Diffstat:
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/bio/index.html b/bio/index.html
@@ -15,9 +15,9 @@
<a class="brand" href="#">Vishwa Mano Photography</a>
<ul class="nav">
<li><a href="/">Home</a></li>
- <li class="active"><a href="#"> About </a></li>
<li><a href="/gallery/"> Gallery </a></li>
<li><a href="#">Apertures & Shutters</a></li>
+ <li class="active"><a href="#"> Bio </a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
diff --git a/boilerplate.html b/boilerplate.html
@@ -15,10 +15,10 @@
<a class="brand" href="#">Vishwa Mano Photography</a>
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
- <li><a href="#"> Bio </a></li>
<li><a href="#"> Gallery </a></li>
- <li><a href="#">Apertures & Shutters</a></li>
- <li><a href="#">Contact</a></li>
+ <li><a href="#"> Apertures & Shutters</a></li>
+ <li><a href="#"> Bio </a></li>
+ <li><a href="#"> Contact </a></li>
</ul>
</div>
</div>
diff --git a/gallery/index.html b/gallery/index.html
@@ -15,9 +15,9 @@
<a class="brand" href="#">Vishwa Mano Photography</a>
<ul class="nav">
<li><a href="/">Home</a></li>
- <li><a href="/bio/"> Bio </a></li>
<li class="active"><a href="#"> Gallery </a></li>
<li><a href="#">Apertures & Shutters</a></li>
+ <li><a href="/bio/"> Bio </a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
diff --git a/index.html b/index.html
@@ -12,12 +12,12 @@
<div class="container-fluid">
<div class="navbar navbar-inverse">
<div class="navbar-inner">
- <a class="brand" href="#">Vishwa Mano Photography</a>
+ <a class="brand" href="#">Vishwa Manoharan Photography</a>
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
- <li><a href="/bio/"> Bio </a></li>
<li><a href="/gallery/"> Gallery </a></li>
- <li><a href="#">Apertures & Shutters</a></li>
+ <li><a href="#"> Apertures & Shutters </a></li>
+ <li><a href="/bio/"> Bio </a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>