summaryrefslogtreecommitdiff
path: root/left.m4
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-08-17 05:17:10 +0200
committerache <ache@ache.one>2017-08-17 05:17:10 +0200
commit4d483292bab90796fac57ff1bbdd025219b1c852 (patch)
tree3e40db773c2f876f30e3365c12e98af12cf35014 /left.m4
parentAjout des liens sur les logos SVG (diff)
New website prototype
Diffstat (limited to 'left.m4')
-rw-r--r--left.m427
1 files changed, 27 insertions, 0 deletions
diff --git a/left.m4 b/left.m4
new file mode 100644
index 0000000..7f8ed44
--- /dev/null
+++ b/left.m4
@@ -0,0 +1,27 @@
+<aside id="side-bar">
+include(res/acheLogo.svg)
+
+ <h2> Ache </h2>
+ <div id="desc"> Étudiant en Math-Info <br /> <span id="about">GNU\Linux, C, C++, Python, Math, ... <br /> </span></div>
+ <nav>
+ <ul>
+ <li class="about_bar"><a href="https://twitter.com/arobase_che">
+include(res/twitterLogo.svg)
+ </a></li>
+ <li class="about_bar"><a href="http://git.ache.one">
+include(res/gitLogo.svg)
+ </a></li>
+ <li class="about_bar"><a href="https://mastodon.xyz/@ache">
+include(res/mastoLogo.svg)
+ </a></li>
+ </ul>
+ </nav>
+ <nav>
+ <ul>
+ <li class="sommaire_blien"><a href="/">home</a>
+ </li><li class="sommaire_blien"><a href="http://git.ache.one/">git</a>
+ </li><li class="sommaire_blien"><a href="/contact/">contact</a>
+ </li>
+ </ul>
+ </nav>
+</aside>