Advertisement
Guest User

test

a guest
Mar 26th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 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, initial-scale=1, shrink-to-fit=no">
  6. <meta http-equiv="x-ua-compatible" content="ie=edge">
  7. <title>Material Design for Bootstrap</title>
  8. <!-- MDB icon -->
  9. <link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon">
  10. <!-- Font Awesome -->
  11. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
  12. <!-- Google Fonts Roboto -->
  13. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
  14. <!-- Bootstrap core CSS -->
  15. <link rel="stylesheet" href="../static/css/bootstrap.min.css">
  16. <!-- Material Design Bootstrap -->
  17. <link rel="stylesheet" href="../static/css/mdb.min.css">
  18. <!-- Your custom styles (optional) -->
  19. <link rel="stylesheet" href="../static/css/style.css">
  20. </head>
  21. <body>
  22. <div class="container z-depth-1 my-5 p-5">
  23.  
  24. <!-- Section -->
  25. <section>
  26.  
  27. <h3 class="font-weight-bold text-center dark-grey-text pb-1 mb-0">Diabet</h3>
  28. <!-- <hr class="w-header my-4">-->
  29. <p class="lead text-center text-muted mb-5" style="font-size: 80%">gigi, azi</p>
  30.  
  31. <div class="row d-flex justify-content-center">
  32.  
  33. <div class="col-md-6 col-xl-4">
  34. <h5 class="font-weight-normal"><a class="dark-grey-text" href="#">Observatii</a></h5>
  35. <p class="small grey-text">gigi, azi</p>
  36. </div>
  37.  
  38. <div class="col-md-6">
  39. <p class="text-muted mb-5 pb-2">da</p>
  40. </div>
  41.  
  42.  
  43. <div class="col-md-6 col-xl-4">
  44. <h5 class="font-weight-normal"><a class="dark-grey-text" href="#">Web Development</a></h5>
  45. <p class="small grey-text">PHP, MySQL, Laravel</p>
  46. </div>
  47.  
  48. <div class="col-md-6">
  49. <p class="text-muted mb-5 pb-2">So delightful up dissimilar by unreserved it connection frequently. Do an high room so in paid. Up on
  50. cousin ye dinner should in. Sex stood tried walls manor truth shy and three his. Their to years so child
  51. truth. Honoured peculiar families sensible up likewise by on in.</p>
  52. </div>
  53.  
  54.  
  55. <div class="col-md-6 col-xl-4">
  56. <h5 class="font-weight-normal"><a class="dark-grey-text" href="#">Mobile App</a></h5>
  57. <p class="small grey-text">Andriod, iOS</p>
  58. </div>
  59.  
  60. <div class="col-md-6">
  61. <p class="text-muted mb-5 pb-2">So delightful up dissimilar by unreserved it connection frequently. Do an high room so in paid. Up on
  62. cousin ye dinner should in. Sex stood tried walls manor truth shy and three his. Their to years so child
  63. truth. Honoured peculiar families sensible up likewise by on in.</p>
  64. </div>
  65.  
  66. </div>
  67.  
  68. </section>
  69. <!-- Section -->
  70.  
  71. </div>
  72. <!-- End your project here-->
  73.  
  74. <!-- jQuery -->
  75. <script type="text/javascript" src="../static/js/jquery.min.js"></script>
  76. <!-- Bootstrap tooltips -->
  77. <script type="text/javascript" src="../static/js/popper.min.js"></script>
  78. <!-- Bootstrap core JavaScript -->
  79. <script type="text/javascript" src="../static/js/bootstrap.min.js"></script>
  80. <!-- MDB core JavaScript -->
  81. <script type="text/javascript" src="../static/js/mdb.min.js"></script>
  82. <!-- Your custom scripts (optional) -->
  83. <script type="text/javascript"></script>
  84.  
  85. </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement