Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4. <head>
  5.  
  6. <title>Welcome to Austin.com!</title>
  7.  
  8. <!-- Latest compiled and minified CSS -->
  9. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  10.  
  11. <!-- Optional theme -->
  12. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
  13.  
  14. <!-- Latest compiled and minified JavaScript -->
  15. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  16. </head>
  17.  
  18. <body>
  19.  
  20. <div class="container">
  21. <!--Container for all content to be displayed-->
  22.  
  23.  
  24. <div class="page-header">
  25.  
  26. </div>
  27.  
  28. <div class = "row">
  29. <div class = "col-xs-12">
  30.  
  31. </div>
  32. </div>
  33. </div>
  34.  
  35. <!-- Header -->
  36. <h1>Home Page</h1>
  37.  
  38. <div class = "navbar navbar-inverse">
  39.  
  40.  
  41.  
  42. <div class = "row">
  43.  
  44. <div class = "col-xs-12">
  45.  
  46. </div>
  47.  
  48. </div>
  49.  
  50. <div>
  51. <!-- Container for all content to be displayed-->
  52. </div>
  53. <div>
  54. <!-- Menu -->
  55. <div class="container-fluid">
  56. <ul class = "nav nav-pills">
  57. <li class= "active"><a href = "MOSTRECENT.html"><span class = "glyphicon glyphicon-home"></span> &nbsp;&nbsp; Home </a></li>
  58. <li><a href = "HW5tab1.html"><span class= "glyphicon hlyphicon-book"></span>About Me</a></li>
  59. <li><a href = "HW5NEWTAB2.html"><span class= "glyphicon hlyphicon-signal"></span>Interesting Facts</a></li>
  60. </ul>
  61. </div>
  62. </div>
  63.  
  64.  
  65. </div> <!-- Ending Div-->
  66.  
  67. <div>
  68. <div class="row">
  69. <div class = "col-sm-9 col-xs-12"></div>
  70.  
  71. <!--- Main Content -->
  72. <p>
  73. This guy is outstanding!
  74. </p>
  75. <img src= "http://www.newsmax.com/Newsmax/files/fc/fc8a3eb0-400c-44d9-9378-d95b7a2e94ac.jpg" alt = "This is my favorite picture." />
  76. </div>
  77. </div>
  78. </div>
  79. <div class = "col-sm-3 col-xs-12">
  80.  
  81. <!---Side Content -->
  82. <div class = "panel panel-default">
  83. <div class = "panel-heading">
  84. This link will direct you to information about me.
  85. </div>
  86. </div>
  87. <div class= "panel-body">
  88. Austin is a nice guy!
  89. </div>
  90. </div>
  91. <div>
  92.  
  93. <div class = "row">
  94.  
  95. <!-- Footer -->
  96. <div class = "panel panel-default">
  97. <div class="panel-body">
  98. Call me @ 999-999-9999
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <!-- Insert your content here -->
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement