commit 52246875c9edea128fae39ebba1758153dc48806
parent 3c811b101eea5b7c1ca7d20bc7376245df54628b
Author: rsiddharth <rsiddharth@ninthfloor.org>
Date: Wed, 19 Jun 2013 11:58:52 +0530
colophon/ section added + other HTML files were updated accordingly
Diffstat:
9 files changed, 130 insertions(+), 0 deletions(-)
diff --git a/as/index.html b/as/index.html
@@ -121,6 +121,11 @@
at <a href="http://vishwamano.com/"
rel="cc:morePermissions">vishwamano.com</a>.
</p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
</div>
</footer>
<script src="/js/jquery-1.10.0.min.js"></script>
diff --git a/bio/index.html b/bio/index.html
@@ -88,6 +88,11 @@
at <a href="http://vishwamano.com/"
rel="cc:morePermissions">vishwamano.com</a>.
</p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
</div>
</footer>
<script src="/js/jquery-1.10.0.min.js"></script>
diff --git a/boilerplate.html b/boilerplate.html
@@ -42,6 +42,11 @@
at <a href="http://vishwamano.com/"
rel="cc:morePermissions">vishwamano.com</a>.
</p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
</div>
</footer>
<script src="/js/jquery-1.10.0.min.js"></script>
diff --git a/colophon/index.html b/colophon/index.html
@@ -0,0 +1,90 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
+ <link href="/css/bootstrap-lightbox.min.css" rel="stylesheet" media="screen">
+ <link href="/css/custom.css" rel="stylesheet" media="screen">
+ <title> Vishwa Manoharan Photography </title>
+</head>
+<body>
+ <div class="container-fluid">
+ <div class="navbar navbar-inverse">
+ <div class="navbar-inner">
+ <a class="brand" href="#">Vishwa Manoharan Photography</a>
+ <ul class="nav pull-right">
+ <li><a href="/">Home</a></li>
+ <li><a href="/gallery/"> Gallery </a></li>
+ <li><a href="/as/"> Apertures & Shutters</a></li>
+ <li><a href="/bio/"> Bio </a></li>
+ <li><a href="/contact/"> Contact </a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+
+ <div class="container-fluid">
+ <div class="row-fluid">
+ <div class="offset1 span7">
+ <h1> Colophon </h1>
+
+ <p> This website is hand-made
+ with <a href="http://getbootstrap.com">Twitter Bootstrap</a>,
+ <a href="http://jbutz.github.io/bootstrap-lightbox/">
+ Bootstrap Lightbox </a> plus one morsel of PHP. </p>
+
+ <p>
+ The source of the site is maintained
+ using <a href="http://git-scm.com">git </a>. If you're
+ curious enough, clone it.
+ </p>
+
+<pre>
+$ git clone http://rsiddharth.ninth.su/git/v-page.git
+</pre>
+
+ <p>
+ For broken links, suggestions, feedback about the site,
+ please send an email
+ to <a href="http://rsiddharth.ninth.su/">rsiddharth </a>
+ <code><rsiddharth at ninthfloor dot org></code>.
+ </p>
+ </div>
+ </div>
+ </div>
+
+
+
+
+
+ <footer class="footer">
+ <div class="container-fluid">
+ <p>
+ <a rel="license"
+ href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US"><img alt="Creative
+ Commons License" style="border-width:0" src="/img/cc-nc-nd.png"
+ /></a><br />Vishwa Manoharan Photography
+ by <a href="http://vishwamano.com/"
+ property="cc:attributionName"
+ rel="cc:attributionURL">Vishwa Manoharan</a> is licensed
+ under a <a rel="license"
+ href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US">Creative
+ Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
+ License</a>.<br />Permissions beyond the scope of this
+ license may be available
+ at <a href="http://vishwamano.com/"
+ rel="cc:morePermissions">vishwamano.com</a>.
+ </p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
+ </div>
+ </footer>
+ <script src="/js/jquery-1.10.0.min.js"></script>
+ <script src="/js/bootstrap.min.js"></script>
+ <script src="/js/bootstrap-lightbox.min.js"></script>
+</body>
+</html>
diff --git a/contact/index.html b/contact/index.html
@@ -104,6 +104,11 @@
at <a href="http://vishwamano.com/"
rel="cc:morePermissions">vishwamano.com</a>.
</p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
</div>
</footer>
<script src="/js/jquery-1.10.0.min.js"></script>
diff --git a/contact/mesg-error.html b/contact/mesg-error.html
@@ -58,6 +58,11 @@
at <a href="http://vishwamano.com/"
rel="cc:morePermissions">vishwamano.com</a>.
</p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
</div>
</footer>
<script src="/js/jquery-1.10.0.min.js"></script>
diff --git a/contact/mesg-sent.html b/contact/mesg-sent.html
@@ -52,6 +52,11 @@
at <a href="http://vishwamano.com/"
rel="cc:morePermissions">vishwamano.com</a>.
</p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
</div>
</footer>
<script src="/js/jquery-1.10.0.min.js"></script>
diff --git a/gallery/index.html b/gallery/index.html
@@ -369,6 +369,11 @@
at <a href="http://vishwamano.com/"
rel="cc:morePermissions">vishwamano.com</a>.
</p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
</div>
</footer>
<script src="/js/jquery-1.10.0.min.js"></script>
diff --git a/index.html b/index.html
@@ -115,6 +115,11 @@
at <a href="http://vishwamano.com/"
rel="cc:morePermissions">vishwamano.com</a>.
</p>
+ <ul class="footer-links">
+ <li class="muted"> · </li>
+ <li> <a href="/colophon/"> Colophon </a> </li>
+ <li class="muted"> · </li>
+ </ul>
</div>
</footer>
<script src="/js/jquery-1.10.0.min.js"></script>