Advertisement
dartwlad

Untitled

Feb 16th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, user-scalable=no,
  6.    initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8.     <title>template</title>
  9.     <link rel="stylesheet" href="css/style.css" type="text/css">
  10.     <link rel="stylesheet" href="css/bootstrap.css" type="text/css">
  11. </head>
  12. <body>
  13. <section id="header">
  14.     <div class="container">
  15.         <div class="row">
  16.             <div class="col-md-4 text-center">
  17.                 <img src="img/logo.png" alt="logo.png">
  18.             </div>
  19.             <div class="col-md-4 text-center">
  20.                 <h3>LifeCard</h3>
  21.             </div>
  22.             <div class="col-md-4 text-center">
  23.                 <h4>Contacts</h4>
  24.                 <p><a href="tel:999999999">9(999)99999</a></p>
  25.             </div>
  26.         </div>
  27.     </div>
  28. </section>
  29.  
  30. <section id="navigation">
  31.     <div class="container">
  32.         <div class="row">
  33.             <nav class="navigation text-center">
  34.                 <ul class="list-inline">
  35.                     <a href="#"><li>home</li></a>
  36.                     <a href="#"><li>works</li></a>
  37.                     <a href="#"><li>about</li></a>
  38.                     <a href="#"><li>portfolio</li></a>
  39.                     <a href="#"><li>contacts</li></a>
  40.  
  41.  
  42.  
  43.                 </ul>
  44.             </nav>
  45.         </div>
  46.     </div>
  47. </section>
  48.  
  49. <section id="main">
  50.     <div class="container">
  51.         <div class="row">
  52.             <h1>Наша <span>карта</span></h1>
  53.             <h4>Life Card – лучшая дисконтная система предоставляющая огромную скидку <br>
  54.                 потребителю и масштабную рекламу предпринимателю.</h4>
  55.         </div>
  56.         <div class="row buttons">
  57.             <button data-toggle="modal" href="#modal_call">Show modal</button>
  58.             <button data-toggle="modal" href="#">to partners</button>
  59.         </div>
  60.     </div>
  61. </section>
  62.  
  63. <section id="works">
  64.     <div class="container">
  65.         <div class="row">
  66.             <h2>Works</h2>
  67.         </div>
  68.         <div class="row text-center">
  69.             <div class="col-md-3">
  70.                 <div class="card">
  71.                     <img src="img/works/1.jpg" alt="" class="img-responsive">
  72.                     <h4>workTitle</h4>
  73.                     <p>workText</p>
  74.                     <button data-toggle="modal" href="#kek">showModal</button>
  75.                 </div>
  76.             </div>
  77.             <div class="col-md-3">
  78.                 <div class="card">
  79.                     <img src="img/works/2.jpg" alt="" class="img-responsive">
  80.                     <h4>workTitle</h4>
  81.                     <p>workText</p>
  82.                     <button data-toggle="modal">showModal</button>
  83.                 </div>
  84.             </div>
  85.             <div class="col-md-3">
  86.                 <div class="card">
  87.                     <img src="img/works/3.jpg" alt="" class="img-responsive">
  88.                     <h4>workTitle</h4>
  89.                     <p>workText</p>
  90.                     <button data-toggle="modal">showModal</button>
  91.                 </div>
  92.             </div>
  93.             <div class="col-md-3">
  94.                 <div class="card">
  95.                     <img src="img/works/4.jpg" alt="" class="img-responsive">
  96.                     <h4>workTitle</h4>
  97.                     <p>workText</p>
  98.                     <button data-toggle="modal">showModal</button>
  99.                 </div>
  100.             </div>
  101.         </div>
  102.         <div class="row text-center">
  103.             <div class="col-md-3">
  104.                 <div class="card">
  105.                     <img src="img/works/1.jpg" alt="" class="img-responsive">
  106.                     <h4>workTitle</h4>
  107.                     <p>workText</p>
  108.                     <button data-toggle="modal">showModal</button>
  109.                 </div>
  110.             </div>
  111.             <div class="col-md-3">
  112.                 <div class="card">
  113.                     <img src="img/works/2.jpg" alt="" class="img-responsive">
  114.                     <h4>workTitle</h4>
  115.                     <p>workText</p>
  116.                     <button data-toggle="modal">showModal</button>
  117.                 </div>
  118.             </div>
  119.             <div class="col-md-3">
  120.                 <div class="card">
  121.                     <img src="img/works/3.jpg" alt="" class="img-responsive">
  122.                     <h4>workTitle</h4>
  123.                     <p>workText</p>
  124.                     <button data-toggle="modal">showModal</button>
  125.                 </div>
  126.             </div>
  127.             <div class="col-md-3">
  128.                 <div class="card">
  129.                     <img src="img/works/4.jpg" alt="" class="img-responsive">
  130.                     <h4>workTitle</h4>
  131.                     <p>workText</p>
  132.                     <button data-toggle="modal">showModal</button>
  133.                 </div>
  134.             </div>
  135.         </div>
  136.     </div>
  137. </section>
  138.  
  139.  
  140.  
  141.  
  142. <!-- Modal -->
  143. <div class="modal fade" id="modal_call" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  144.     <div class="modal-dialog modal-sm">
  145.         <div class="modal-content">
  146.             <div class="modal-header">
  147.                 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
  148.  
  149.             </div>
  150.             <div class="modal-body">
  151.                 <div class="row">
  152.  
  153.                 </div>
  154.             </div>
  155.         </div>
  156.     </div>
  157. </div>
  158.  
  159.  
  160. <script src="js/bootstrap.js"></script>
  161. <script src="js/jquery.js"></script>
  162.  
  163. </body>
  164. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement