removed .php for now

This commit is contained in:
2024-02-19 08:04:34 +01:00
parent 180f093b1a
commit 0dfff56972

View File

@@ -1,105 +0,0 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<title>Kolem Kalů //23</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<style>
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;}
.napdis{height: 80px;}
.icon-32{width: 32px; height:32px;}
@media (max-width: 1450px){
.nadpis{margin-left:50px; margin-right:50px;}
}
</style>
<body class="w3-content" style="max-width:1400px">
<!-- First Grid: Logo & About -->
<div class="w3-row">
<div class="w3-full w3-center">
<h1>Kalské Borec <span class="w3-green">//24</span> BUDE</h1>
<h1>23.3.2024</h1>
<h2>Trasy, časy a organizační pokyny se připravují</h2>
</div>
</div>
<!-- Third Grid: Swing By & Contact -->
<div class="w3-row">
<div class="w3-half w3-black w3-center" style="min-height:800px" id="work">
<div class="w3-padding-64 w3-left-align w3-padding-large">
<div class="w3-center" style="padding-bottom:50px;"><h2><span class="w3-green">//</span> FOTO</h2></div>
</div>
<!--
<div class="w3-row w3-container w3-center">
<div class="w3-container w3-third">
<img src="./photo/img2.jpg" onclick="document.getElementById('modal02').style.display='block'" class="w3-hover-opacity w3-image">
<div id="modal02" class="w3-modal w3-animate-zoom" onclick="this.style.display='none'">
<img class="w3-modal-content" src="./photo/img2.jpg">
</div>
</div>
<div class="w3-container w3-third">
<img src="./photo/img3.jpg" onclick="document.getElementById('modal03').style.display='block'" class="w3-hover-opacity w3-image">
<div id="modal03" class="w3-modal w3-animate-zoom" onclick="this.style.display='none'">
<img class="w3-modal-content" src="./photo/img3.jpg">
</div>
</div>
<div class="w3-container w3-third">
<img src="./photo/img5.jpg" onclick="document.getElementById('modal05').style.display='block'" class="w3-hover-opacity w3-image">
<div id="modal05" class="w3-modal w3-animate-zoom" onclick="this.style.display='none'">
<img class="w3-modal-content" src="./photo/img5.jpg">
</div>
</div>
</div>
<div class="w3-row w3-container">
<div class="w3-container w3-third">
<img src="./photo/img6.jpg" onclick="document.getElementById('modal06').style.display='block'" class="w3-hover-opacity w3-image">
<div id="modal06" class="w3-modal w3-animate-zoom" onclick="this.style.display='none'">
<img class="w3-modal-content" src="./photo/img6.jpg">
</div>
</div>
<div class="w3-container w3-third">
<img src="./photo/img7.jpg" onclick="document.getElementById('modal07').style.display='block'" class="w3-hover-opacity w3-image">
<div id="modal07" class="w3-modal w3-animate-zoom" onclick="this.style.display='none'">
<img class="w3-modal-content" src="./photo/img7.jpg">
</div>
</div>
<div class="w3-container w3-third">
<img src="./photo/img8.jpg" onclick="document.getElementById('modal08').style.display='block'" class="w3-hover-opacity w3-image">
<div id="modal08" class="w3-modal w3-animate-zoom" onclick="this.style.display='none'">
<img class="w3-modal-content" src="./photo/img8.jpg">
</div>
</div>
</div> -->
</div>
<div class="w3-half w3-container" style="height:800px">
<div class="w3-padding-64 w3-padding-large">
<div class="w3-center" style="padding-bottom:0px;"><h2>// KONTAKT</h2></div>
<p>Pokuď potřebujete poradit, nebo se zeptat, napište mi. Všichni mi říkají Ventil.</p>
<h3>// TELEFON na Ventila</h3>
<p>+420 775 003 122</p>
<h3>// EMAIL</h3>
<p>ventil@spoton.cz</p>
<h3>// Účast bude elektronicky od 1.3.2024 do 21.3.2024.</h3>
<p>Přispěvek k registraci 400,-</p>
<h3>// Občerstvení:</h3>
<p>k Pití Nealko Pivo, Vorkloster 10&deg;<br></p>
<p>k zakousnutí Guláš, párky</p>
<h3>// Ceny:</h3>
<p>Servis od Ventila, Gripy, lahve, blikačky...<br></p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-black w3-padding-16">
<p>Umožněno <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a> a snad zdárně sepsal a nadesignoval Ventil</p>
</footer>
</body>
</html>