new blog
This commit is contained in:
@ -4,13 +4,12 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Repositáře</title>
|
||||
<title>Repozitáře</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||||
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
crossorigin="anonymous" />
|
||||
<link rel="stylesheet" type="text/css" href="../../style/alt.style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
@ -21,7 +20,7 @@
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Repositáře</h1>
|
||||
<h1 class="project-name">Repozitáře</h1>
|
||||
|
||||
</header>
|
||||
<div class="main-content">
|
||||
@ -29,16 +28,21 @@
|
||||
<a href="../../" class="btn">Domů</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<a href="https://git.archoslinux.cz/kankys" class="btn" target="_blank"
|
||||
><i class="fa fa-gitea"></i> Gitea na ArchLinux CZ</a
|
||||
>
|
||||
<a href="https://git.arch-linux.cz/kankys" class="btn" target="_blank"
|
||||
><i class="fa fa-gitea"></i> Gitea na ArchLinux CZ</a >
|
||||
|
||||
<a href="https://github.com/LukasKanka" class="btn" target="_blank"
|
||||
><i class="fa fa-github"></i> GitHub</a
|
||||
>
|
||||
|
||||
><i class="fa fa-github"></i> GitHub</a>
|
||||
|
||||
<a href="https://codeberg.org/Kankys" class="btn" target="_blank"
|
||||
><i class="fa fa-gitea"></i> Codeberg</a>
|
||||
|
||||
<a href="https://gitlab.com/LukasKanka" class="btn" target="_blank"
|
||||
><i class="fa fa-gitlab"></i> GitLab</a>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<footer>Copyright © Lukáš Kaňka 2024</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user