60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="description" content="ApolloNvim svoboda v programování...." />
|
|
<meta name="keywords" content="ApolloNvim Distro" />
|
|
<meta name="author" content="Kankys" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link rel="shortcut icon" href="img/icons8-rocket.gif" />
|
|
<!--nav bar-->
|
|
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
|
|
<!--icons dark, go to up-->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
|
|
<!--ubuntu fonts-->
|
|
<style>
|
|
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
|
</style>
|
|
<title>ApolloNvim</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1 class="title">🚀ApolloNvim</h1>
|
|
|
|
<!-- Terminal - navigation -->
|
|
<nav class="navigation">
|
|
<ul>
|
|
<li><a href="index.html">Domů</a></li>
|
|
<li><a href="install.html">Instalace</a></li>
|
|
<li><a href="#contact">Kontakty</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>
|
|
<hr />
|
|
|
|
<!--Začátek sekcí - co h2 sekce + fotogalerie-->
|
|
<section class="content" id="welcome">
|
|
|
|
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
|
<i class="fas fa-arrow-up"></i>
|
|
</button>
|
|
<footer>
|
|
Copyright ©
|
|
<a href="https://git.archoslinux.cz/kankys" target="_blank">Lukáš Kaňka</a>
|
|
2024
|
|
</footer>
|
|
</section>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html>
|