mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 18:46:40 -07:00
Switched to SPF13 theme
This commit is contained in:
parent
dc8f68529f
commit
6425fec733
286 changed files with 3612 additions and 6951 deletions
26
layouts/partials/nav.html
Normal file
26
layouts/partials/nav.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<ul id="mainnav">
|
||||
<li>
|
||||
<a href="/post/">
|
||||
<span class="icon"> <i aria-hidden="true" class="icon-quill"></i></span>
|
||||
<span> blog </span>
|
||||
</a>
|
||||
</li>
|
||||
<!-- <li> -->
|
||||
<!-- <a href="/project/"> -->
|
||||
<!-- <span class="icon"> <i aria-hidden="true" class="icon-console"></i></span> -->
|
||||
<!-- <span> code </span> -->
|
||||
<!-- </a> -->
|
||||
<!-- </li> -->
|
||||
<!-- <li> -->
|
||||
<!-- <a href="/presentation/"> -->
|
||||
<!-- <span class="icon"> <i aria-hidden="true" class="icon-stats"></i></span> -->
|
||||
<!-- <span> talks </span> -->
|
||||
<!-- </a> -->
|
||||
<!-- </li> -->
|
||||
<li>
|
||||
<a href="/page/salar-rahmanian/">
|
||||
<span class="icon"> <i aria-hidden="true" class="icon-user"></i></span>
|
||||
<span> me </span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue