tchanged a few things for the footer - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 24b5756f9f7bbb7f659f006a2efef42e9aeafd64
(DIR) parent cba3e08fed51fa7b0a3ef9259a17b1599433534f
(HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Thu, 8 Aug 2013 18:00:58 +0200
changed a few things for the footer
Diffstat:
M 2013/08/test-your-css.html | 8 +++++---
M about.html | 8 +++++---
M foot.template | 5 +++--
M index.html | 8 +++++---
4 files changed, 18 insertions(+), 11 deletions(-)
---
(DIR) diff --git a/2013/08/test-your-css.html b/2013/08/test-your-css.html
t@@ -24,7 +24,7 @@
<p>
Yay ! Here we are. Here is somethig <em>important</em>. There is also something <strong>strong</strong>.<br />
We are, of course, in a paragraph. And it contains an inline quotation :<br />
- <cite>Richard M. Stallman</cite> said "e;<q>La cuisine indienne favorise les plats curryeux.</q>"e;<br />
+ <cite>Richard M. Stallman</cite> said <q>La cuisine indienne favorise les plats curryeux.</q><br />
But... What about blockquotes ?! Let's test :
<cite>Douglas Everett</cite>
t@@ -92,9 +92,11 @@ main (int argc, char **argv)
</article>
</section>
</div>
+ <div id='blank'></div>
+ <div id='blank'></div>
<footer>
- © 2013 — released under <a href='http://www.wtfpl.net/about/'>WTFPL</a>
- — contact : <<a href='mailto://willy@mailoo.org'>willy at mailoo dot org</a>>
+ © 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
+ — contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
</body>
</html>
(DIR) diff --git a/about.html b/about.html
t@@ -8,7 +8,7 @@
</head>
<body>
<header>
- <a href='/'><h1>Monochromatic</h1></a> <h2>— <a href='/about.html'>z3bra</a>, the stripes appart</h2>
+ <a href='/'><h1>Monochromatic</h1></a> <h2>— <a href='/about.html'>z3bra</a>, the stripes appart</h2>
</header>
<div id='wrapper'>
<section>
t@@ -60,9 +60,11 @@
</article>
</section>
</div>
+ <div id='blank'></div>
+ <div id='blank'></div>
<footer>
- © 2013 — released under <a href='http://www.wtfpl.net/about/'>WTFPL</a>
- — contact : <<a href='mailto://willy@mailoo.org'>willy at mailoo dot org</a>>
+ © 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
+ — contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
</body>
</html>
(DIR) diff --git a/foot.template b/foot.template
t@@ -1,6 +1,7 @@
+ <div id='blank'></div>
<footer>
- © 2013 — released under <a href='http://www.wtfpl.net/about/'>WTFPL</a>
- — contact : <<a href='mailto://willy@mailoo.org'>willy at mailoo dot org</a>>
+ © 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
+ — contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
</body>
</html>
(DIR) diff --git a/index.html b/index.html
t@@ -22,14 +22,16 @@
<p>
Here a simple page with a few HTML tags.<br />
It's pretty useful to test your CSS, even if there are no 'difficult' layouts.<br />
- Feel free to download and share !
+ Feel free to download and share!
</p>
</article>
</section>
</div>
+ <div id='blank'></div>
+ <div id='blank'></div>
<footer>
- © 2013 — released under <a href='http://www.wtfpl.net/about/'>WTFPL</a>
- — contact : <<a href='mailto://willy@mailoo.org'>willy at mailoo dot org</a>>
+ © 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
+ — contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
</body>
</html>