| 12345678910111213141516171819 |
- <header>
- <div id='logo'>
- inigoValentin
- </div>
- <nav>
- <a href='<?=$root?>'>
- <img src='<?=$path["img"]["layout"]?>icon/home.svg'/>
- <?=text($page, "SECTION_HOME")?>
- </a>
- <a href='<?=$root?>profile'/>
- <img src='<?=$path["img"]["layout"]?>icon/profile.svg'/>
- <?=text($page, "SECTION_ME")?>
- </a>
- <a href='<?=$root?>project/'>
- <img src='<?=$path["img"]["layout"]?>icon/project.svg'/>
- <?=text($page, "SECTION_PROJECTS")?>
- </a>
- </nav>
- </header>
|