Compare commits

..

No commits in common. "cdfe3cd979ac05970b1b656e6b54e05522a5b773" and "bea4e02e38baecaccfcb6b27d5fce4dbfce008eb" have entirely different histories.

3 changed files with 5 additions and 17 deletions

View File

@ -19,7 +19,6 @@
</header>
<main>
<h2>Kontakt</h2>
<p>Email: <a href="mailto:info@oscloud.example">info@oscloud.example</a></p>
<p>Pro technickou podporu: <a href="mailto:podpora@oscloud.example">podpora@oscloud.example</a></p>
</main>

View File

@ -3,13 +3,9 @@
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <!-- Icona kontakty -->
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="img/avatar.png" rel="shortcut icon"/>
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
@ -190,9 +186,6 @@
<div class="footer-wrapper">
<div class="footer-text">
<p class="footer-contact" >Contact</p>
<p class="contact-text">E-mail: <i class="fas fa-envelope"></i> <a href="mailto:info@oscloud.example"> info@oscloud.example</a></p>
<p class="contact-text">Pro technickou podporu: <i class="fas fa-envelope"></i> <a href="mailto:mailto:podpora@oscloud.example"> podpora@oscloud.example</a></p>
<div class="footer-text-div">
<p class="footer-text-p">
© 2024 - oScloud. All Rights Reserved.

View File

@ -69,17 +69,13 @@
margin: 0 auto;
}
.awatar {
nav a {
display: none;
}
/*nav a {*/
/* display: none;*/
/*}*/
/*.icon {*/
/* display: block;*/
/*}*/
.icon {
display: block;
}
}
/* Hero - section */