mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-07-04 16:29:45 +00:00
refactor
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
<!doctype html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<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>Socials</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"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="../../style/alt.style.css"
|
||||
/>
|
||||
<link rel="shortcut icon" href="../../img/tux.png" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="../../res/site/icons/favicon.ico"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">
|
||||
Sociální sítě a kontakty
|
||||
</h1>
|
||||
<h2 class="project-tagline">
|
||||
Zde mě můžeš kontaktovat
|
||||
</h2>
|
||||
</header>
|
||||
<div class="main-content">
|
||||
<nav>
|
||||
<a href="../../" class="btn"><i class="fa fa-home"></i> Domů</a>
|
||||
</nav>
|
||||
<nav>
|
||||
|
||||
<a
|
||||
href="https://mamutovo.cz/deck/@kankys"
|
||||
class="btn"
|
||||
target="_blank"
|
||||
><i class="fa fa-mastodon"></i>
|
||||
Mastodon</a
|
||||
>
|
||||
|
||||
<a href="https://bsky.app/profile/kankys.bsky.social" class="btn" target="_blank"
|
||||
><i class="fa fa-cloud"></i>
|
||||
BlueSky</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/"
|
||||
class="btn"
|
||||
target="_blank"
|
||||
><i class="fa fa-linkedin"></i>
|
||||
LinkedIn</a
|
||||
>
|
||||
|
||||
</nav>
|
||||
<br />
|
||||
<nav>
|
||||
|
||||
<a
|
||||
href="https://pixelfed.social/KankysScooter"
|
||||
class="btn"
|
||||
><i class="fa fa-pixelfed"></i> Pixelfed</a
|
||||
>
|
||||
<a
|
||||
href="https://t.me/Kankys"
|
||||
class="btn"
|
||||
target="_blank"
|
||||
><i class="fa fa-telegram"></i>
|
||||
Telegram</a
|
||||
>
|
||||
</nav>
|
||||
</div>
|
||||
<footer>Copyright © Lukáš Kaňka 2024</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user