Line 1: | Line 1: | ||
− | {{ | + | {{Northwestern_Page_Head_temp}} |
− | {{ | + | {{Navbar_temp}} |
− | + | ||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | ||
<script src="https://github.com/kswedberg/jquery-smooth-scroll/blob/master/jquery.smooth-scroll.min.js"></script> | <script src="https://github.com/kswedberg/jquery-smooth-scroll/blob/master/jquery.smooth-scroll.min.js"></script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<script> | <script> | ||
$('.smooth').on('click', function() { | $('.smooth').on('click', function() { | ||
Line 168: | Line 13: | ||
return false; | return false; | ||
}); | }); | ||
+ | </script> | ||
+ | <!-- First Parallax Image with Logo Text --> | ||
+ | <div class=" w3-display-container w3-opacity-min" id="top"> | ||
+ | <div class="logo"> | ||
+ | </div> | ||
+ | <div style="z-index:1 !important;" class="w3-display-bottommiddle w3-hide-medium w3-hide-small"> | ||
+ | <button style="position:relative !important; z-index:1 !important;" class="icon-button" onclick="window.location.href='#first'"> | ||
+ | <span style="color:#4C177D;" class="w3-xxxlarge glyphicon glyphicon-chevron-down"> | ||
+ | </span> | ||
+ | </button> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div style="padding:15%;" class="bgimg-2 w3-display-container" id="first"> | |
− | + | <div> | |
− | + | <h1 style="color:black;" class="w3-center w3-padding-large">What is antibiotic resistance?</h1><br> | |
− | + | <p style="color:black;" class="body-cont w4-center"> If you’ve ever gone to the doctor for an ear ache, sinus infection, strep throat, or acne, you’ve probably been prescribed an antibiotic. Antibiotics fight bacteria by either stopping them from reproducing or destroying them. For example, the common antibiotic penicillin works by keeping a bacterium from building a cell wall. However, over usage of antibiotics has contributed to bacteria mutating, thereby becoming resistant to conventional antibiotics. As those bacteria go on to reproduce, in no time does a strain of bacteria become resistant to drugs. | |
+ | </p> | ||
+ | <p style="color:black;" class="body-cont"> Antibiotic resistance is slowly becoming the “new black” in the world of medicine. At an ever-increasing rate, common illnesses ranging from Strep Throat to Gonorrhea are outsmarting us at every turn. Unless a solution is found to combat drug resistant infections, these common ailments could prove to be fatal. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div style="z-index:1 !important;" class="w3-display-bottommiddle"> | ||
+ | <button style="position:relative !important; z-index:1 !important;" class="icon-button w3-hide-small" onclick="scrollWin2()"> | ||
+ | <span style="color:white;" class="w3-xxxlarge glyphicon glyphicon-chevron-down"> | ||
+ | </span> | ||
+ | </button> | ||
+ | </div> | ||
+ | </div> | ||
− | / | + | <!-- Hide this text on small devices --> |
− | + | </div> | |
− | + | ||
− | + | <!-- Container (Team Section) --> | |
− | + | ||
− | + | <!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) | |
− | + | ||
− | |||
− | </body> | + | |
+ | <!-- Modal for full size images on click--> | ||
+ | <div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'"> | ||
+ | <span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span> | ||
+ | <div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64"> | ||
+ | <img id="img01" class="w3-image"> | ||
+ | <p id="caption" class="w3-opacity w3-large"></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
+ | {{Northwestern_Page_Foot_temp}} |
Revision as of 19:03, 12 September 2017
What is antibiotic resistance?
If you’ve ever gone to the doctor for an ear ache, sinus infection, strep throat, or acne, you’ve probably been prescribed an antibiotic. Antibiotics fight bacteria by either stopping them from reproducing or destroying them. For example, the common antibiotic penicillin works by keeping a bacterium from building a cell wall. However, over usage of antibiotics has contributed to bacteria mutating, thereby becoming resistant to conventional antibiotics. As those bacteria go on to reproduce, in no time does a strain of bacteria become resistant to drugs.
Antibiotic resistance is slowly becoming the “new black” in the world of medicine. At an ever-increasing rate, common illnesses ranging from Strep Throat to Gonorrhea are outsmarting us at every turn. Unless a solution is found to combat drug resistant infections, these common ailments could prove to be fatal.