create home page php
This commit is contained in:
66
assets/header.php
Normal file
66
assets/header.php
Normal file
@ -0,0 +1,66 @@
|
||||
|
||||
<header>
|
||||
<!-- EOS - logo () -->
|
||||
<div class="logo">
|
||||
<a href="../index.php">
|
||||
<img alt="" src="img/EndeavourOS-logo.webp"/>
|
||||
</a>
|
||||
</div>
|
||||
<!-- EOS - navigation -->
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.php">Domů</a></li>
|
||||
<li>
|
||||
<a href="/wiki/index.php"
|
||||
>Wiki</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/novinky/index.php"
|
||||
>Novinky</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/clanky/index.php"
|
||||
>Články</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://forum.arch-linux.cz/"
|
||||
target="_blank"
|
||||
>Fórum</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://t.me/eoscz"
|
||||
target="_blank"
|
||||
>Telegram</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/o-nas/index.php"
|
||||
>O nás</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/rozcestnik/index.php"
|
||||
>Rozcestník</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/odkazy/index.php"
|
||||
>Odkazy</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="menu-icon">
|
||||
<!-- Ikona hamburger -->
|
||||
<i class="fa-solid fa-bars"></i>
|
||||
<!-- Ikona cross -->
|
||||
<!-- <i class="fa-solid fa-xmark"></i> -->
|
||||
</div>
|
||||
</header>
|
Reference in New Issue
Block a user