Advertisement
asimryu

index.php

Aug 23rd, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>My Blog</title>
  6. <link rel="stylesheet" href="css/bootstrap.css">
  7. <link rel="stylesheet" href="css/style.css?<?php echo date("YmdHis");?>">
  8. <style>
  9. /*.menu >ul>li:hover ul{
  10. display:block;
  11. }*/
  12. </style>
  13. </head>
  14.  
  15. <body>
  16.  
  17. <div class="wrap">
  18.  
  19. <div class="jumbotron">
  20. <h1>Welcome to My Blog!!!</h1>
  21. <button class="btn btn-primary">Music
  22. <span class="glyphicon glyphicon-music"></span>
  23. </button>
  24. </div>
  25.  
  26. <div class="menu">
  27. <ul>
  28. <li>
  29. MENU-1
  30. <ul>
  31. <li>MENU-1-1</li>
  32. <li>MENU-1-2</li>
  33. <li>MENU-1-3</li>
  34. </ul>
  35. </li>
  36. <li>
  37. MENU-2
  38. <ul>
  39. <li>MENU-2-1</li>
  40. <li>MENU-2-2</li>
  41. <li>MENU-2-3</li>
  42. <li>MENU-2-4</li>
  43. <li>MENU-2-5</li>
  44. </ul>
  45. </li>
  46. <li>
  47. MENU-3
  48. <ul>
  49. <li>MENU-3-1</li>
  50. <li>MENU-3-2</li>
  51. </ul>
  52. </li>
  53. <li>
  54. MENU-4
  55. <ul>
  56. <li>MENU-4-1</li>
  57. <li>MENU-4-2</li>
  58. <li>MENU-4-3</li>
  59. <li>MENU-4-4</li>
  60. </ul>
  61. </li>
  62. </ul>
  63. </div>
  64.  
  65. <div class="row">
  66. <div class="col-md-9 col-sm-6 col-xs-12">
  67. <section class="main">
  68. <div class="col-md-4">
  69. <img src="http://lorempixel.com/150/150/city" width="150" height="150" alt="city">
  70. <h3>City</h3>
  71. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
  72. <p>
  73. <a href="#!" class="btn btn-default btn-xs">more</a>
  74. </p>
  75. </div>
  76. <div class="col-md-4">
  77. <img src="http://lorempixel.com/150/150/cats" width="150" height="150" alt="cats">
  78. <h3>Cats</h3>
  79. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
  80. <p>
  81. <a href="#!" class="btn btn-default btn-xs">more</a>
  82. </p>
  83. </div>
  84. <div class="col-md-4">
  85. <img src="http://lorempixel.com/150/150/sports" width="150" height="150" alt="sports">
  86. <h3>Sports</h3>
  87. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
  88. <p>
  89. <a href="#!" class="btn btn-default btn-xs">more</a>
  90. </p>
  91. </div>
  92. </section>
  93. <section id="slider" class="col-md-12">
  94. <img src="http://lorempixel.com/800/500/animals" alt="animals" width="825" height="515">
  95. <img src="http://lorempixel.com/800/500/transport" alt="transport" width="825" height="515">
  96. <img src="http://lorempixel.com/800/500/nightlife" alt="nightlife" width="825" height="515">
  97. <img src="http://lorempixel.com/800/500/business" alt="business" width="825" height="515">
  98. <img src="http://lorempixel.com/800/500/technics" alt="technics" width="825" height="515">
  99. </section>
  100. <section id="posts">
  101. <h3>New Blog Posts</h3>
  102. <table class="table">
  103. <tr class="active">
  104. <td>id</td>
  105. <td>title</td>
  106. <td>writer</td>
  107. <td>created_at</td>
  108. <td>hit</td>
  109. <td>view</td>
  110. </tr>
  111. </table>
  112. <!-- Modal -->
  113. <div class="modal fade" id="myModal" role="dialog">
  114. <div class="modal-dialog">
  115.  
  116. <!-- Modal content-->
  117. <div class="modal-content">
  118. <div class="modal-header">
  119. <button type="button" class="close" data-dismiss="modal">&times;</button>
  120. <h4 class="modal-title">Modal Header</h4>
  121. </div>
  122. <div class="modal-body">
  123. <h2 class="modal-writer"></h2>
  124. <h3 class="modal-date"></h3>
  125. <p class="modal-content"></p>
  126. </div>
  127. <div class="modal-footer">
  128. <button type="button" class="btn btn-default" data-dismiss="modal" action="show.php">Close</button>
  129. </div>
  130. </div>
  131.  
  132. </div>
  133. </div>
  134. <!--termina modal-->
  135.  
  136. <button class="btn-more btn btn-danger col-md-12"> More... </button>
  137. </section>
  138. </div>
  139. <div class="col-md-3 col-sm-6 col-xs-12">
  140. <section>
  141. <form action="">
  142. <div class="form-group">
  143. <input type="text" name="username" id="username" placeholder="아이디" required class="form-control">
  144. </div>
  145. <div class="form-group">
  146. <input type="password" name="userpw" id="userpw" placeholder="패스워드" required class="form-control">
  147. </div>
  148. <button type="submit" class="btn btn-primary">로그인</button>
  149. </form>
  150. </section>
  151. <section>
  152. <iframe width="262" height="200" src="https://www.youtube.com/embed/CRkzItBabzs" frameborder="0" allowfullscreen></iframe>
  153. </section>2
  154. <section>
  155. <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3166.795664405834!2d126.70754071494488!3d37.46554617981692!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357b7bf6dd0e27b7%3A0x5fea6d7ce3b3c487!2sROYAL!5e0!3m2!1ses!2ses!4v1503456631540" width="262" height="262" frameborder="0" style="border:0" allowfullscreen></iframe>
  156. </section>
  157.  
  158. </div>
  159. </div>
  160.  
  161. </div>
  162. <script src="js/jquery-3.2.1.min.js"></script>
  163. <script src="js/bootstrap.min.js"></script>
  164. <script src="js/app.js?<?php echo date("YmdHis");?>"></script>
  165. </body>
  166. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement