Compare commits

...

2 Commits

Author SHA1 Message Date
cdfe3cd979 Přidány kontakty 2024-08-30 08:21:36 +02:00
1c584ba15e úprava responzivity na mobilní zarovnání 2024-08-29 21:22:16 +02:00
3 changed files with 17 additions and 5 deletions

View File

@ -19,6 +19,7 @@
</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,9 +3,13 @@
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<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 -->
<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"
@ -186,6 +190,9 @@
<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,13 +69,17 @@
margin: 0 auto;
}
nav a {
.awatar {
display: none;
}
.icon {
display: block;
}
/*nav a {*/
/* display: none;*/
/*}*/
/*.icon {*/
/* display: block;*/
/*}*/
}
/* Hero - section */