web/index.html
2025-08-17 12:31:42 +02:00

51 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title> Deez nuts </title>
<link rel="stylesheet" href="index.css">
</head>
<body> <center>
<div class='box'>
<h1>Matúš</h1>
</div>
<br>
<div class='box'>
<h2>O kom, o čem</h2>
<p>Programátor - <a href='https://git.chillplace.beer/matuush'>git.chillplace.beer/matuush</a></p>
<p>Student MFF UK - Informatiky</p>
<p>Organizátor <a href='https://ksp.mff.cuni.cz'>Korespondenčního Semináře z Programování</a></p>
<p>Zaměstnanec v <a href='https://https://www.eli-beams.eu/'>ELI Beamlines</a></p>
<p>Skautský vedoucí</p>
<p>Člen <a href='https://0d9e.tech'>0d9e</a></p>
</div>
<br>
<div class='box'>
<h2>Citáty</h2>
<p class='cite'>"Proč jsme takový vemena Matúši?"<br> - Kačka</p>
<p class='cite'>"Nepřišel Mohamed za javascriptem, přišel javascript za Mohamedem."<br> - Kubík</p>
<p class='cite'>"Chudák Mohamed."<br> - Jirka</p>
<p class='cite'>"Čau lidi, já jsem křeček."<br> - Topení</p>
<p class='cite'>"Koč je uložena v moulíc."<br> - Ríša</p>
</div>
<br>
<div class='box'>
<h2>Cool projekty</h2>
<p>Logik: <a href='https://git.chillplace.beer/matuush/logik'>git.chillplace.beer/matuush/logik</a></p>
<p>Ze editor: <a href='https://git.chillplace.beer/matuush/zeed'>git.chillplace.beer/matuush/zeed</a></p>
</div>
<br>
<div class='box'>
<h2>Kam dál</h2>
<p>Rekurzivní piškvorky: <a href='p/'>mat.uush.cz/p</a></p>
<p>Galerie umění: <a href='galerie/'>mat.uush.cz/galerie</a></p>
</div>
</center> </body>
</html>