Page MenuHomeDevCentral

D56.diff
No OneTemporary

D56.diff

diff --git a/css/app.css b/css/app.css
--- a/css/app.css
+++ b/css/app.css
@@ -100,3 +100,90 @@
margin-bottom: 2.5em;
text-align: center;
}
+
+/* -------------------------------------------------------------
+ Footer
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+
+footer {
+ margin-top: 2.5em;
+ padding-top: 2.5em;
+ background-color: #253237;
+
+ border-top: 11px solid black;
+
+ color: #EEEFF7;
+}
+
+footer h4 {
+ color: #445878;
+}
+
+footer p, footer ul {
+ font-size: 0.75em;
+}
+
+footer p strong {
+ color: white;
+}
+
+footer a {
+ color: #DDDEFF;
+}
+
+footer a:hover, footer a:visited:hover {
+ color: #C94234;
+
+ font-weight: 900;
+}
+
+footer a:visited {
+ color: #EEEFF7;
+}
+
+footer hr {
+ border: none;
+ height: 1px;
+ background-color: rgba(0, 0, 0, 0.1);
+}
+
+footer .footer-info {
+ padding-bottom: 1em;
+}
+
+footer .sep {
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
+}
+
+footer .db {
+ background-image: url(../img/footer_db.png);
+ background-repeat: no-repeat;
+ background-position: bottom;
+}
+
+footer ul {
+ padding-left: 1em;
+}
+
+footer .copyright {
+ background-image: url(../img/binding_dark.png);
+
+ border-top: 4px solid black;
+
+ padding: 1em 0 0.25em 0;
+ color: white;
+}
+
+footer .copyright p {
+ color: #ccc;
+ font-size: 11.2px;
+}
+
+footer .copyright .batch {
+ font-size: 12px;
+ padding-right: 0.35em;
+}
+
+footer .copyright a {
+ color: #EEEFF7 !important;
+}
diff --git a/img/Nasqueron.png b/img/Nasqueron.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/img/binding_dark.png b/img/binding_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/index.html b/index.html
--- a/index.html
+++ b/index.html
@@ -74,6 +74,66 @@
</div>
</div>
+ <footer>
+ <div class="row footer-info db">
+ <div class="large-3 columns sep" style="text-align: center">
+ <img src="/img/Nasqueron.png" /></p>
+ <p><strong>Nasqueron</strong> is a community of developers & creative people.</p>
+ <hr />
+ <p>Our <strong>Docker images</strong> are a collection of images to build convenient and orchestrable Docker containers.</p>
+ </div>
+ <div class="large-3 columns sep" style="min-height: 280px;">
+ <!-- This is a Nasqueron page.
+ So, we share a footer portion with other Nasqueron pages:-->
+ <h4>Nasqueron</h4>
+ <ul>
+ <li><a href="http://agora.nasqueron.org/">Agora</a></li>
+ <li><a href="http://tools.nasqueron.org/">Tools</a></li>
+ <li><a href="http://zed.dereckson.be">Zed</a></li>
+ <li><a href="http://forum.nasqueron.org/">Forum</a></li>
+ <li><a href="http://planet.nasqueron.org">Planet</a></li>
+ </ul>
+ <hr />
+ <p>Be involved in Nasqueron web deployment. We need to kickstart our CA, check every site is SSL-powered.</p>
+ <!--
+ This footer were prepared for the following app: docker51.
+ -->
+
+ <!-- That's all folks. -->
+ </div>
+ <div class="large-3 columns sep">
+ <h4>Resources</h4>
+ <ul>
+ <li><a href="http://devcentral.nasqueron.org/dashboard/view/7/">DevCentral</a><br />(bug tracker, code review)</li>
+ <li><a href="https://hub.docker.com/u/nasqueron/">Docker Hub</a></li>
+ <li><a href="https://github.com/nasqueron?query=docker">GitHub</a></li>
+ <li><a href="http://irc.lc/wolfplex">IRC support</a></li>
+ </ul>
+ </div>
+ <div class="large-3 columns">
+ <h4>License</h4>
+ <p>Our code is licensed under the BSD 2 clauses license.</p>
+ <p>Furthermore, the documentation is also available in CC-BY 4.0.</p>
+ <p>This website is released under CC-BY 4.0. It uses Batch icons by Adam Whitcroft.</p>
+ </div>
+ </div>
+ <div class="copyright">
+ <div class="row">
+ <div class="large-6 small-4 columns">
+ <p>2015, Nasqueron | Docker images<br />
+ </div>
+ <div class="large-6 small-8 columns">
+ <p class="text-right"><span class="batch">&#xF136;</span> <a href="https://www.github.com/nasqueron/docker-www">Git repository for this site</a></p>
+ </div>
+ </div>
+ <div class="row">
+ <div class="large-12 columns">
+ <p>“And therefore one could, if one was sufficiently hardy, and adequately proof against the water pressure, make one's way down.”</p>
+ </div>
+ </div>
+ </div>
+ </footer>
+
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 00:47 (22 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248327
Default Alt Text
D56.diff (5 KB)

Event Timeline