elixir/templates/header.html
Michael Opdenacker a9e7871f37 Update title in Free Electrons header
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
2017-08-01 10:58:51 -04:00

21 lines
1.1 KiB
HTML

<header class="header">
<h1><a href="http://free-electrons.com/">Free Electrons</a></h1>
<h2>Electrons Libres - Embedded Linux Experts</h2>
<nav>
<ul class="nav-links">
<li><a href="http://free-electrons.com/">Home</a></li>
<li><a href="http://free-electrons.com/engineering/">Engineering</a></li>
<li><a href="http://free-electrons.com/training/">Training</a></li>
<li><a href="http://free-electrons.com/docs/">Docs</a></li>
<li><a href="http://free-electrons.com/community/">Community</a></li>
<li><a href="http://free-electrons.com/company/">Company</a></li>
<li><a href="http://free-electrons.com/blog/">Blog</a></li>
</ul>
<ul class="social-icons">
<li><a target="_blank" class="icon-twitter" href="http://twitter.com/free_electrons">twitter</a></li>
<li><a target="_blank" class="icon-googleplus" href="https://plus.google.com/+FreeElectronsDevelopers">google+</a></li>
<li><a target="_blank" class="icon-linkedin" href="http://www.linkedin.com/groups/Free-Electrons-4501089">linkedin</a></li>
<li><a target="_blank" class="icon-github" href="https://github.com/free-electrons">github</a></li>
</ul>
</nav>
</header>