fix foooter positioning
This commit is contained in:
parent
1813b8a638
commit
34fa3d58f2
2 changed files with 33 additions and 22 deletions
|
@ -27,21 +27,27 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div id="outter-wrapper">
|
||||
<div class="wrapper">
|
||||
|
||||
<section>
|
||||
<div id="title">
|
||||
<h1><a href="/">Page personnelle de Gaspard Jankowiak</a></h1>
|
||||
<p>Thésard au Ceremade — Université Paris-Dauphine</p>
|
||||
<section>
|
||||
<div id="title">
|
||||
<h1><a href="/">Page personnelle de Gaspard Jankowiak</a></h1>
|
||||
<p>Thésard au Ceremade — Université Paris-Dauphine</p>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
<hr>
|
||||
</div>
|
||||
<span class="credits right">Hosted on GitHub Pages — Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> —
|
||||
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
||||
</span>
|
||||
</section>
|
||||
|
||||
{{ content }}
|
||||
<hr>
|
||||
<span class="credits right">Hosted on GitHub Pages — Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> —
|
||||
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
||||
</span>
|
||||
</section>
|
||||
</div><!-- wrapper -->
|
||||
|
||||
<div id="foot_image" title="Interféromètre du plateau de Bure">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||||
|
@ -56,7 +62,5 @@
|
|||
} catch(err) {}
|
||||
</script>
|
||||
|
||||
<div id="foot_image" title="Interféromètre du plateau de Bure">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue