Advertisement
Guest User

Untitled

a guest
May 24th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.51 KB | None | 0 0
  1. <html lang="pl">
  2. <head>
  3.     <meta charset="utf-8">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  5.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6.  
  7.     <link rel="icon" href="img/logo.jpg">
  8.     <link rel="stylesheet" href="https://cdn.rawgit.com/fat/zoom.js/8dfa215d/css/zoom.css">
  9.     <link rel="stylesheet" href="style.css">
  10.  
  11.     <title>Zakład Ślusarski "Michał"</title>
  12. </head>
  13. <body>
  14.  
  15. <section id="section-hero">
  16.     <div class="hero-image-container">
  17.         <img src="img/hero-background.jpg" alt="background image">
  18.     </div>
  19.  
  20.     <div class="hero-overlay">
  21.         <div class="flex-center hero-content">
  22.             <div class="hero-half" id="hero-left">
  23.                 <img class="hero-logo" src="img/logo.jpg" alt="Logo">
  24.                 <div class="hero-title">Zakład Ślusarski "Michał"</div>
  25.                 <p>Gryźliny Ul. Baczewskiego 54</p>
  26.                 <p>Telefon: <a href="tel:+48512456987">+48 512 456 987</a></p>
  27.  
  28.                 <div class="hero-social">
  29.                     <a href="https://facebook.com" target="_blank" rel="noopener noreferrer"><img src="img/social/facebook.png" alt="social-facebook"></a>
  30.                     <a href="https://twitter.com" target="_blank" rel="noopener noreferrer"><img src="img/social/twitter.png" alt="social-twitter"></a>
  31.                     <a href="https://youtube.com" target="_blank" rel="noopener noreferrer"><img src="img/social/youtube.png" alt="social-youtube"></a>
  32.                     <a href="https://instagram.com" target="_blank" rel="noopener noreferrer"><img src="img/social/instagram.png" alt="social-instagram"></a>
  33.                     <a href="mailto:rolnik20.03@wp.pl" target="_blank" rel="noopener noreferrer"><img src="img/social/email.png" alt="social-email"></a>
  34.                 </div>
  35.             </div>
  36.             <div class="flex-center hero-half" id="hero-right">
  37.                 <div class="flex-center gallery">
  38.                     <img src="img/img1.jpg" data-action="zoom">
  39.                     <img src="img/img2.jpg" data-action="zoom">
  40.                     <img src="img/img3.jpg" data-action="zoom">
  41.                 </div>
  42.             </div>
  43.         </div>
  44.     </div>
  45. </section>
  46.  
  47.  
  48. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js"></script>
  49. <script src="https://cdn.rawgit.com/twbs/bootstrap/master/js/transition.js"></script>
  50. <script src="https://cdn.rawgit.com/fat/zoom.js/master/js/zoom.js"></script>
  51.  
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement