Advertisement
sempena

Jumbotron Background image

Dec 31st, 2015
2,595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <link rel="icon" href="../../favicon.ico">
  11.  
  12. <title>Tutorial Bootstrap</title>
  13.  
  14. <!-- Bootstrap core CSS -->
  15. <link href="css/bootstrap.min.css" rel="stylesheet">
  16. <style type="text/css">
  17. .jumbotron {
  18. position: relative;
  19. background: url(img/blue-abstract-background.jpg) center center;
  20. color:#fff;
  21. width: 100%;
  22. height: 100%;
  23. background-size: cover;
  24. overflow: hidden;
  25. }
  26. </style>
  27.  
  28. <!-- Custom styles for this template -->
  29. <link href="navbar.css" rel="stylesheet">
  30.  
  31. <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
  32. <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  33. <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
  34.  
  35. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  36. <!--[if lt IE 9]>
  37. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  38. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  39. <![endif]-->
  40. </head>
  41.  
  42. <body>
  43.  
  44. <div class="container">
  45. <!-- Static navbar -->
  46. <nav class="navbar navbar-inverse">
  47. <div class="container-fluid">
  48. <div class="navbar-header">
  49. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  50. <span class="sr-only">Toggle navigation</span>
  51. <span class="icon-bar"></span>
  52. <span class="icon-bar"></span>
  53. <span class="icon-bar"></span>
  54. </button>
  55. <a class="navbar-brand" href="#">Sempena.Com</a>
  56. </div>
  57. <div id="navbar" class="navbar-collapse collapse">
  58. <ul class="nav navbar-nav">
  59. <li class="active"><a href="index.php">Home</a></li>
  60. <li><a href="#">About</a></li>
  61. <li><a href="#">Contact</a></li>
  62. <li class="dropdown">
  63. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorial <span class="caret"></span></a>
  64. <ul class="dropdown-menu">
  65. <li><a href="#">Computer</a></li>
  66. <li><a href="#">Internet</a></li>
  67. <li><a href="#">Networking</a></li>
  68. <li role="separator" class="divider"></li>
  69. <li class="dropdown-header">Nav header</li>
  70. <li><a href="#">Separated link</a></li>
  71. <li><a href="#">One more separated link</a></li>
  72. </ul>
  73. </li>
  74. </ul>
  75. <ul class="nav navbar-nav navbar-right">
  76. <li class="active"><a href="./">Default <span class="sr-only">(current)</span></a></li>
  77. <li><a href="../navbar-static-top/">Static top</a></li>
  78. <li><a href="../navbar-fixed-top/">Fixed top</a></li>
  79. </ul>
  80. </div><!--/.nav-collapse -->
  81. </div><!--/.container-fluid -->
  82. </nav>
  83.  
  84. <!-- Main component for a primary marketing message or call to action -->
  85.  
  86.  
  87. </div> <!-- /container -->
  88. <div class="container">
  89. <div class="jumbotron">
  90. <center><h1>Welcome Syedara!</h1>
  91. <p>Selamat Datang, Website ini membahas mengenai Internet, Computer, Networking, Security, Webdesign. Diulas dengan cara sederhana bisa dimengerti oleh awam sekalipun </p>
  92. <p>
  93. <a class="btn btn-lg btn-info" href="http://twitter.com/ab4nxc" role="button">Twitter &raquo;</a>
  94. <a class="btn btn-lg btn-primary" href="http://facebook.com/fendyrains" role="button">Facebook &raquo;</a>
  95. <a class="btn btn-lg btn-warning" href="http://fendy.web.id" role="button">Website &raquo;</a>
  96. </p>
  97. </center>
  98. </div>
  99. <nav class="navbar navbar-inverse navbar-bottom">
  100. <div class="container">
  101. <p class="navbar-text pull-left">&#169; Copyright by Fendy Sempena, Support by :
  102. | <a href="http://www.fendy.web.id">www.fendy.web.id</a>
  103. | <a href="http://acehline.or.id">Acehline</a>
  104. | <a href="http://kupiatjeh.blogspot.co.id">Kupi Aceh</a>
  105. | <a href="#">Corner Coffe</a>
  106. | <a href="#">Ring Coffe</a>
  107. | <a href="#">Post Coffe</a>
  108. | <a href="#">Trojan Coffe</a>
  109. | <a href="#">Planet Computer</a>
  110. </p>
  111. </div>
  112. </div>
  113.  
  114. <!-- Bootstrap core JavaScript
  115. ================================================== -->
  116. <!-- Placed at the end of the document so the pages load faster -->
  117. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  118. <script src="js/bootstrap.min.js"></script>
  119. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  120. <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
  121. </body>
  122. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement