Skip to content
Snippets Groups Projects
Commit 04a647c4 authored by mazenovi's avatar mazenovi
Browse files

fix index with navigation

parent 59bd1624
No related branches found
No related tags found
No related merge requests found
...@@ -4,18 +4,6 @@ Category: <i class="fa fa-briefcase" aria-hidden="true"></i> &agrave; propos ...@@ -4,18 +4,6 @@ Category: <i class="fa fa-briefcase" aria-hidden="true"></i> &agrave; propos
save_as: index.html save_as: index.html
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">contact</h3>
</div>
<div class="panel-body">
<ul>
<li><i class="fa fa-building-o"></i> Bureau A115 - 1ère étage</li>
<li><i class="fa fa-phone"></i> 04 73 40 50 27</li>
<li><i class="fa fa-envelope-o"></i> vincent.mazenod@isima.fr</li>
</ul>
</div>
Je suis ingénieur d'études [CNRS](http://www.cnrs.fr) depuis 2002. Je suis ingénieur d'études [CNRS](http://www.cnrs.fr) depuis 2002.
J'ai intégré le [LIMOS](https://limos.isima.fr/) en juillet 2016. J'ai intégré le [LIMOS](https://limos.isima.fr/) en juillet 2016.
......
...@@ -28,9 +28,14 @@ LINKS = ( ...@@ -28,9 +28,14 @@ LINKS = (
SOCIAL = ( SOCIAL = (
( (
'gitlab', 'building-o',
'gitlab.isima.fr', '<span style="font-size:13px">Bureau A115 - 1<sup>ère</sup> étage</span>',
'https://gitlab.isima.fr/mazenovi' '#'
),
(
'phone',
'04 73 40 50 27',
'#'
), ),
( (
'envelope-o', 'envelope-o',
...@@ -41,10 +46,17 @@ SOCIAL = ( ...@@ -41,10 +46,17 @@ SOCIAL = (
'key', 'key',
'clé publique PGP', 'clé publique PGP',
'pages/pgp.html' 'pages/pgp.html'
),
(
'gitlab',
'gitlab.isima.fr',
'https://gitlab.isima.fr/mazenovi'
) )
) )
# INDEX_SAVE_AS = 'blog.html' INDEX_SAVE_AS = 'index.html'
PAGE_SAVE_AS = '{slug}.html'
PAGE_URL = '{slug}.html'
# INDEX_LABEL = '<i class="fa fa-lightbulb-o" aria-hidden="true"></i> Blog' # INDEX_LABEL = '<i class="fa fa-lightbulb-o" aria-hidden="true"></i> Blog'
# HIDE_SIDEBAR = 'true' # HIDE_SIDEBAR = 'true'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment