Přidány kontakty
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
| @@ -3,7 +3,10 @@ | ||||
|  | ||||
|  | ||||
| <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"/> | ||||
| @@ -187,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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user