Advertisement
Guest User

HTML file of jonesville robotics contact page

a guest
Jan 17th, 2015
2,208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9.  
  10.  
  11. <title>Contact Us</title>
  12.  
  13. <!-- Bootstrap Core CSS -->
  14. <link href="stylesheets/main.css" rel='stylesheet' />
  15. <link href="css/bootstrap.min.css" rel="stylesheet" />
  16.  
  17.  
  18. <!--Fonts -->
  19. <link href='http://fonts.googleapis.com/css?family=Ubuntu|Montserrat' rel='stylesheet' type='text/css'>
  20. <!-- Custom CSS -->
  21. <style>
  22. body {
  23. padding-top: 70px;
  24.  
  25. }
  26. .footer{
  27. bottom: 0px;
  28. height: 50px;
  29. left: 0;
  30. position: absolute;
  31. right: 0;
  32. }
  33. </style>
  34.  
  35. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  36. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  37. <!--[if lt IE 9]>
  38. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  39. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  40. <![endif]-->
  41.  
  42. </head>
  43.  
  44. <body>
  45.  
  46.  
  47.  
  48.  
  49. <!-- Navigation -->
  50. <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  51. <div class="container">
  52. <!-- Brand and toggle get grouped for better mobile display -->
  53. <div class="navbar-header">
  54. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  55. <span class="sr-only">Toggle navigation</span>
  56. <span class="icon-bar"></span>
  57. <span class="icon-bar"></span>
  58. <span class="icon-bar"></span>
  59. </button>
  60. <a class="navbar-brand" href="#"><img src="img/pnglogo.png" /></a>
  61. </div>
  62. <!-- Collect the nav links, forms, and other content for toggling -->
  63. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  64. <ul class="nav navbar-nav">
  65. <li class="" >
  66. <a href="/">Home</a>
  67. </li>
  68. <li class="">
  69. <a href="#">The Team</a>
  70. </li>
  71. <li class="">
  72. <a href="#">Sponsers</a>
  73. </li>
  74. <li class="active">
  75. <a href="#">Contact Us</a>
  76. </li>
  77. </ul>
  78. </div>
  79. <!-- /.navbar-collapse -->
  80. </div>
  81. <!-- /.container -->
  82. </nav>
  83.  
  84. <!-- Page Content -->
  85. <div class="container">
  86.  
  87. <div class="row">
  88. <div class="col-lg-12 text-center">
  89. <h1 class="title" >contact us</h1>
  90.  
  91. </div>
  92. </div>
  93. <!-- /.row -->
  94.  
  95. </div>
  96. <!-- /.container -->
  97. <div class="footer">
  98. <p>Jonesville Cobrots 2015<br><a href="blog/wp-admin/">Admin Login</a></p>
  99.  
  100. </div>
  101. <!-- jQuery Version 1.11.1 -->
  102. <script src="js/jquery.js"></script>
  103.  
  104. <!-- Bootstrap Core JavaScript -->
  105. <script src="js/bootstrap.min.js"></script>
  106.  
  107. </body>
  108.  
  109. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement