99 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			99 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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">
 | |
| 				Mé 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">Domů</a>
 | |
| 			</nav>
 | |
| 			<nav>
 | |
| 
 | |
| 				<a
 | |
| 					href="https://mastodon.arch-linux.cz/deck/@Kankys"
 | |
| 					class="btn"
 | |
| 					target="_blank"
 | |
| 					><i class="fa fa-mastodon"></i>
 | |
| 					Mastodon</a
 | |
| 				>
 | |
| 
 | |
| 				<a href="" class="btn" target="_blank"
 | |
| 					><i class="fa fa-matrix-org"></i>
 | |
| 					Matrix</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
 | |
| 				>
 | |
| 				<a
 | |
| 					href="https://t.me/Kankys"
 | |
| 					class="btn"
 | |
| 					target="_blank"
 | |
| 					><i class="fa fa-telegram"></i>
 | |
| 					Telegram</a
 | |
| 				>
 | |
| 			</nav>
 | |
| 			<br />
 | |
| 			<nav>
 | |
| 				<a
 | |
| 					href="https://git.archoslinux.cz/kankys"
 | |
| 					class="btn"
 | |
| 					target="_blank"
 | |
| 					><i class="fa fa-gitea"></i> Gitea</a
 | |
| 				>
 | |
| 				<a
 | |
| 					href="https://github.com/LukasKanka"
 | |
| 					class="btn"
 | |
| 					target="_blank"
 | |
| 					><i class="fa fa-github"></i> GitHub</a
 | |
| 				>
 | |
| 				<a
 | |
| 					href="https://pixelfed.cz/i/web/profile/464150575238569182"
 | |
| 					class="btn"
 | |
| 					><i class="fa fa-pixelfed"></i> Pixelded
 | |
| 					CZ</a
 | |
| 				>
 | |
| 
 | |
| 			</nav>
 | |
| 		</div>
 | |
| 		<footer>Copyright © Lukáš Kaňka 2024</footer>
 | |
| 
 | |
| 	</body>
 | |
| </html>
 |