Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
  2. <link href="../_css/main.css" rel="stylesheet" type="text/css">
  3.  
  4. <nav class="navbar navbar-default navbar-fixed-top">
  5. <div class="container-fluid">
  6. <div class="navbar-header">
  7. <a class="navbar-brand" href="/index.asp">O<span>NE</span> HEALTH <small>Nebraska One Health Resource Portal</small></a>
  8.  
  9. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  10. <span class="sr-only">Toggle navigation</span>
  11. <span class="icon-bar"></span>
  12. <span class="icon-bar"></span>
  13. <span class="icon-bar"></span>
  14. </button>
  15. </div>
  16. <ul class="nav navbar-nav navbar-right collapse navbar-collapse">
  17.  
  18. <li><a href="/health-resources.asp">Health Resources</a></li>
  19. <li class="active"><a href="/around-the-globe.asp">Around the Globe</a></li>
  20.  
  21. <form class="navbar-form navbar-right search" role="search">
  22. <div class="input-group">
  23. <input type="text" class="form-control" placeholder="Search">
  24. <div class="input-group-btn">
  25. <button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
  26. </div>
  27. </div>
  28. </form>
  29.  
  30. </ul>
  31. </div>
  32.  
  33. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  34. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
  35.  
  36. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
  37. <link href="../_css/main.css" rel="stylesheet" type="text/css">
  38.  
  39. <!-- NAVIGATION -->
  40. <!--#include virtual="/navigation/navigation.asp" -->
  41.  
  42. <div class="index-main">
  43. <div class="container">
  44. <div class="col-md-10 col-md-offset-1">
  45. <h1 style="text-align: center">One Health</h1>
  46. <h4 style="text-align: center; line-height: 35px; font-weight: 300">One Health is a comprehensive approach to public health which recognizes that the health of the environment, animals (wild and domestic), and humans are interconnected. To have long-term success against diseases, we have to address all three areas because diseases in one group frequently spill over and affect the others. The Nebraska One Health Program is a grant-funded program to network, research, and educate producers, pest control operators, educators, public health officals, and other interested parties about addressing diseases in nature that affect humans and their animals.</h4>
  47. </div>
  48. </div>
  49.  
  50. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  51. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement