final
This commit is contained in:
44
index.html
44
index.html
@ -25,18 +25,18 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<div class="logo">
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<img src="img/kakoune_logo_full.png" alt="" />
|
||||
<h1 class="title">Kakoune Czech Comunity</h1>
|
||||
</div>
|
||||
|
||||
<div class="logo">
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<img src="img/kakoune_logo_full.png" alt="" />
|
||||
<h1 class="title">Kakoune Czech Community</h1>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Kakoune - navigation -->
|
||||
<nav class="navigation">
|
||||
<ul>
|
||||
<li><a href="#install">Instalace</a></li>
|
||||
<li><a href="#neovim">Kakoune</a></li>
|
||||
<li><a href="#kakoune">Kakoune</a></li>
|
||||
<li><a href="#contact">Kontakty</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
@ -173,7 +173,7 @@
|
||||
<section id="kakoune">
|
||||
<h2>Kakoune:</h2>
|
||||
<p>
|
||||
👉 Pro instalaci Front-End Kakoune Power ti stačí stáhnout pouze soubor
|
||||
👉 Pro instalaci Kakoune Front-End Power ti stačí stáhnout pouze soubor
|
||||
<strong>kakrc</strong> s tohoto <a href="https://git.archoslinux.cz/kankys/Kakoune-modal-editor-config"
|
||||
target="_blank">repozitáře</a> .
|
||||
</p>
|
||||
@ -238,6 +238,28 @@
|
||||
<h2>Otázky a odpovědi:</h2>
|
||||
<p>👉 Kolik stojí Kakoune? -> Nic Kakoune je zdarma.</p>
|
||||
</section>
|
||||
|
||||
<!-- Registrační formulář -->
|
||||
<div class="container">
|
||||
<h2>Registrace</h2>
|
||||
<form id="registrationForm" onsubmit="return validateForm()">
|
||||
<div class="form-group">
|
||||
<label for="username">Jméno:</label>
|
||||
<input type="text" id="username" name="username" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password1">Heslo:</label>
|
||||
<input type="password" id="password1" name="password1" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password2">Potvrďte heslo:</label>
|
||||
<input type="password" id="password2" name="password2" required>
|
||||
<span id="passwordMatch"></span>
|
||||
</div>
|
||||
<button class="log" type="submit">Registrovat</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<section id="contact">
|
||||
<h2>Kontakty:</h2>
|
||||
<p>
|
||||
@ -257,11 +279,9 @@
|
||||
Nostr</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://mastodon.arch-linux.cz/@Kankys" target="_blank" 👉>
|
||||
Mastodon</a>
|
||||
<a href="https://mastodon.arch-linux.cz/@Kankys" target="_blank">👉 Mastodon</a>
|
||||
</p>
|
||||
</section>
|
||||
<section class="login"></section>
|
||||
<section id="help">
|
||||
<h2>Podpora:</h2>
|
||||
<p>
|
||||
@ -301,4 +321,4 @@
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user