<!DOCTYPE html>
<html lang="en">
<head>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet"  type="text/css" href="EHIhomepage.css"/>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<style type="text/css">
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", Arial, Helvetica, sans-serif}
.mySlides {display: none}



  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #17072b;
}

li {
  display: inline-block;
    margin:0px auto 0px auto;
/*  float: left;*/
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}
div#header.grid_12.logo_header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

div#header.grid_12.logo_header a.logo {
  padding: 10px 0px;
  display: block;
  width: fit-content;
}

div#header.grid_12.logo_header div#nav {
  width: 100%;
}


</style>
</head>
<body class="w3-content w3-margin-top" style="max-width:1400px;">

  <!-- Top toolbar Logo and Toolbar -->

    <div class="container_12 clearfix">
    <div id="header" class="grid_12">

      <a href= "demo.html"><img src="EHILOGOTEMP.png"  alt="EHI logo" width="60px" height="60px" style="float: center;" ></a>
        <!-- add a button to the header that will reroute the end user to the home page or the top of the page if scrolling is neccessary -->
     <div id="nav">

    

<ul class="menu">

  <li class="dropdown">
    <a href="javascript:void(0)" class="dropbtn">Individuals</a>
    <div class="dropdown-content">
     <a href="#" class="tablinks" onclick="mySWD()">CNA</a>
    <a href="#" class="tablinks" onclick="myVolunteer()">CPR</a>
    <a href="#" class="tablinks" onclick="myBlog()">AED</a>
    <a href="#" class="tablinks" onclick="myPhotos()">BLS / CPR</a>
     <a href="#" class="tablinks" onclick="myWelcomePage()">FA</a>
    



  <li class="dropdown">
    <a href="javascript:void(0)" class="dropbtn">Organizations</a>
    <div class="dropdown-content">
    <a href="#" class="tablinks" onclick="mySWD()">CNA</a>
    <a href="#" class="tablinks" onclick="myVolunteer()">CPR</a>
    <a href="#" class="tablinks" onclick="myBlog()">AED</a>
    <a href="#" class="tablinks" onclick="myPhotos()">BLS / CPR</a>
     <a href="#" class="tablinks" onclick="myWelcomePage()">FA</a>
    


      <li class="dropdown">
    <a href="javascript:void(0)" class="dropbtn">Products/Supplies</a>
    <div class="dropdown-content">
     <a href="#" class="tablinks" onclick="mySWD()">Books</a>
    <a href="#" class="tablinks" onclick="myVolunteer()">Uniforms</a>
    <a href="#" class="tablinks" onclick="myBlog()">Shoes</a>
    <a href="#" class="tablinks" onclick="myPhotos()">Homecare Package</a>
    
    </div>

    
  <li><a href="#" class="tablinks" onclick="myContact()">Contact Us</li>
  </li>
</ul>
    </div>
</div>
</div>

<div class="container_12 clearfixn mob">
  <div id="header" class="grid_12">
     <a href= "demo.html"><img src="nsologo.png"  alt="Ndifreke Okon logo" width="60px" height="60px" style="float: center;" ></a>

      <div id="nav">
        <nav class="menu">
          <ul class="nav-menu">

                 <li><a href="#" class="tablinks" onclick="myBio()">Biography</a></li>
            <li><a href="#" class="tablinks" onclick="myResume()">Resume'</a></li>
            <li><a href="#" class="tablinks" onclick="myContact()">Contact</a></li>
  
            </li>
          </ul>
          <div class="hamburger">
            <span class="bar"></span>
            <span class="bar"></span>
            <span class="bar"></span>
          </div>
        </nav>
    <!-- ADD EXCELS HEADER OPTIONS -->
  </div>
  
  <li class="dropdown">
    <a href="javascript:void(0)" class="dropbtn mobbb">Projects</a>
    <div class="dropdown-content">
    <a href="#" class="tablinks" onclick="mySWD()">Software Development</a>
    <a href="#" class="tablinks" onclick="myVolunteer()">Community Involvement</a>
    <a href="#" class="tablinks" onclick="">Blog</a>
    <a href="#" class="tablinks" onclick="myPhotos()">Photo Gallery</a>
    <a href="#" class="tablinks" onclick="myWelcomePage()">Home Page</a>

    
    </div>
</div>
</div>





  </div>
<script>
function myCNA() {
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOSWDP.html";
}

function myCPR() {
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOV.html";
}

function myAED() {
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOBP.html";
}

function myBLSCPR(){
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOR.html";
}

function myFA(){
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOCP.html";
}

function myBooks(){
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOWP.html";
}

function myUniforms() {
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOBLOGP.html";
}

function myShoes() {
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOPGP.html";
}
function myHomeCarePackage() {
  location.href="file:///Users/Ndifreke/Desktop/NSO PP WEBSITE PROJECT/NSOPGP.html";
}

</script>

</div>

      </div>
    </div>
  </div>

</div> 

<!-- !PAGE CONTENT! -->
<div class="w3-main w3-white" style="float:center;">


 <!-- The Grid -->
  <div class="w3-row-padding">
  
    <!-- Left Column -->

    <nav class="w3-sidebar w3-bar-block w3-collapse w3-large w3-theme-l5 w3-animate-left" style="z-index:3;width:260px" id="mySidebar">
  <a href="javascript:void(0)" onclick="w3_close()" class="w3-right w3-xlarge w3-padding-large w3-hover-black w3-hide-large" title="Close Menu">
    <i class="fa fa-remove"></i>
  </a>
 <div class="w3-container w3-display-container w3-padding-16">
    <i onclick="w3_close()" class="fa fa-remove w3-hide-large w3-button w3-transparent w3-display-topright"></i>
    <h3>Check Class</h3>
    <h3>Start Date</h3>
    <h6>Availiablity</h6>
    <hr>
    <form action="/action_page.php" target="_blank">
      <p><label><i class="fa fa-calendar-check-o"></i> Start Date</label></p>
      <input class="w3-input w3-border" type="text" placeholder="DD MM YYYY" name="CheckIn" required>          
       
      <p><label><i class="fa fa-male"></i> Adults</label></p>
      <input class="w3-input w3-border" type="number" value="1" name="Adults" min="1" max="6">              
      <p><label><i class="fa fa-child"></i> Kids</label></p>
      <input class="w3-input w3-border" type="number" value="0" name="Kids" min="0" max="6">
      <p><button class="w3-button w3-block w3-green w3-left-align" type="submit"><i class="fa fa-search w3-margin-right"></i> Search Availability</button></p>
    </form>
  </div>
  <div class="w3-bar-block">
    <a href="#apartment" class="w3-bar-item w3-button w3-padding-16"><i class="fa fa-building"></i> CPR/AED Classes</a>
    <a href="javascript:void(0)" class="w3-bar-item w3-button w3-padding-16" onclick="document.getElementById('subscribe').style.display='block'"><i class="fa fa-rss"></i> Subscribe</a>
    <a href="#contact" class="w3-bar-item w3-button w3-padding-16"><i class="fa fa-envelope"></i> Contact</a>
  </div>
</nav>
     <!-- <div class="w3-third">
      <nav class="w3-sidebar" style="z-index:3;width:260px" id="mySidebar">
  <div class="w3-container w3-display-container w3-padding-16">
    <i onclick="w3_close()" class="fa fa-remove w3-hide-large w3-button w3-transparent w3-display-topright"></i>
    <h3>Check Class</h3>
    <h3>Start Date</h3>
    <h6>Availiablity</h6>
    <hr>
    <form action="/action_page.php" target="_blank">
      <p><label><i class="fa fa-calendar-check-o"></i> Start Date</label></p>
      <input class="w3-input w3-border" type="text" placeholder="DD MM YYYY" name="CheckIn" required>          
       
      <p><label><i class="fa fa-male"></i> Adults</label></p>
      <input class="w3-input w3-border" type="number" value="1" name="Adults" min="1" max="6">              
      <p><label><i class="fa fa-child"></i> Kids</label></p>
      <input class="w3-input w3-border" type="number" value="0" name="Kids" min="0" max="6">
      <p><button class="w3-button w3-block w3-green w3-left-align" type="submit"><i class="fa fa-search w3-margin-right"></i> Search availability</button></p>
    </form>
  </div>
  <div class="w3-bar-block">
    <a href="#apartment" class="w3-bar-item w3-button w3-padding-16"><i class="fa fa-building"></i> Nursing Assistant (CNA)</a>
    <a href="javascript:void(0)" class="w3-bar-item w3-button w3-padding-16" onclick="document.getElementById('subscribe').style.display='block'"><i class="fa fa-rss"></i> Subscribe</a>
    <a href="#contact" class="w3-bar-item w3-button w3-padding-16"><i class="fa fa-envelope"></i> Contact</a>
  </div>
</nav>  -->

<!-- Top menu on small screens -->
<header class="w3-bar w3-top w3-hide-large w3-black w3-xlarge">
  <span class="w3-bar-item">Rental</span>
  <a href="javascript:void(0)" class="w3-right w3-bar-item w3-button" onclick="w3_open()"><i class="fa fa-bars"></i></a>
</header>

<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>

  <!-- Push down content on small screens -->
  <div class="w3-hide-large" style="margin-top:80px"></div>

  <!-- Slideshow Header -->
  <div class="w3-container" id="apartment" >
    <div class="w3-main" style="margin-left:250px">
    <h2 class="w3-text-green">CPR/AED Classes</h2>
    <div class="w3-display-container mySlides">
    <img src="/w3images/livingroom.jpg" style="width:100%;margin-bottom:-6px">
<!--       <div class="w3-display-bottomleft w3-container w3-black">
        <p>Living Room</p>
      </div>
    </div>
    <div class="w3-display-container mySlides">
    <img src="/w3images/diningroom.jpg" style="width:100%;margin-bottom:-6px">
      <div class="w3-display-bottomleft w3-container w3-black">
        <p>Dining Room</p>
      </div>
    </div>
    <div class="w3-display-container mySlides">
    <img src="/w3images/bedroom.jpg" style="width:100%;margin-bottom:-6px">
      <div class="w3-display-bottomleft w3-container w3-black">
        <p>Bedroom</p>
      </div>
    </div>
    <div class="w3-display-container mySlides">
    <img src="/w3images/livingroom2.jpg" style="width:100%;margin-bottom:-6px">
      <div class="w3-display-bottomleft w3-container w3-black">
        <p>Living Room II</p>
      </div>
    </div>
  </div>
  <div class="w3-row-padding w3-section">
    <div class="w3-col s3">
      <img class="demo w3-opacity w3-hover-opacity-off" src="/w3images/livingroom.jpg" style="width:100%;cursor:pointer" onclick="currentDiv(1)" title="Living room">
    </div>
    <div class="w3-col s3">
      <img class="demo w3-opacity w3-hover-opacity-off" src="/w3images/diningroom.jpg" style="width:100%;cursor:pointer" onclick="currentDiv(2)" title="Dining room">
    </div>
    <div class="w3-col s3">
      <img class="demo w3-opacity w3-hover-opacity-off" src="/w3images/bedroom.jpg" style="width:100%;cursor:pointer" onclick="currentDiv(3)" title="Bedroom">
    </div>
    <div class="w3-col s3">
      <img class="demo w3-opacity w3-hover-opacity-off" src="/w3images/livingroom2.jpg" style="width:100%;cursor:pointer" onclick="currentDiv(4)" title="Second Living Room">
    </div>
  </div> -->

  <div class="w3-container">
    <h4><strong>Train and Learn to "Think Fast in Emergencies".</strong></h4>
    <div class="w3-row w3-large">


        <p>Excel's Health Institute's CPR/AED Training classes are dedicated to training people to prepare for, and respond to, emergencies. Our flexible training approach combines a game-changing educational model with the latest science in lifesaving care.

        Take CPR/AED classes in Houston from experienced Excel's Health Institute Instructors. You will finish with a mastery of lifesaving techniques and the skills required to "Think Fast" when emergency moments matter.</p>
 
    </div>
    <hr>
    
    <h4><strong>Part One </strong></h4>
    <div class="w3-row w3-large">
       
      <div class="w3-col s12" style="list-style-type:square;">
        <p><li>Fundamentals: introductory concepts including roles and responsibilities; legal issues; ethics; patient communications; anatomy and physiology</li></p>
        <p><li>Safety: controlling infection; preventing injuries; responding to emergencies</li></p>
        <p><li>Providing care: vital signs; positioning/transferring; restorative care; environmental comfort and rest; cleanliness/grooming; meals/fluids; elimination; admissions/transfers/discharges</li></p>
      
        <p><li>Special care situations: specific illnesses; dementia/cognitive changes; end of life care; infants/children; home care</li></p>
        <p><li>Transitioning from student to employee</li></p>
        






      </div>
    </div>
    <hr>
    
    <h4><strong>Grading System</strong></h4>
    <p>Our apartment is really clean and we like to keep it that way. Enjoy the lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
    <p>We accept: <i class="fa fa-credit-card w3-large"></i> <i class="fa fa-cc-mastercard w3-large"></i> <i class="fa fa-cc-amex w3-large"></i> <i class="fa fa-cc-cc-visa w3-large"></i><i class="fa fa-cc-paypal w3-large"></i></p>
    <hr>
    
    <h4><strong>Rules</strong></h4>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
    <p>Subscribe to receive updates on available dates and special offers.</p>
    <p><button class="w3-button w3-green w3-third" onclick="document.getElementById('subscribe').style.display='block'">Subscribe</button></p>
  </div>
</div>
  <hr>
  
  <!-- Contact -->
  <div class="w3-container" id="contact">
    <h2>Contact</h2>
    <i class="fa fa-map-marker" style="width:30px"></i> Chicago, US<br>
    <i class="fa fa-phone" style="width:30px"></i> Phone: +00 151515<br>
    <i class="fa fa-envelope" style="width:30px"> </i> Email: mail@mail.com<br>
    <p>Questions? Go ahead, ask them:</p>
    <form action="/action_page.php" target="_blank">
      <p><input class="w3-input w3-border" type="text" placeholder="Name" required name="Name"></p>
      <p><input class="w3-input w3-border" type="text" placeholder="Email" required name="Email"></p>
      <p><input class="w3-input w3-border" type="text" placeholder="Message" required name="Message"></p>
    <button type="submit" class="w3-button w3-green w3-third">Send a Message</button>
    </form>
  </div>
  
  <footer class="w3-container w3-padding-16" style="margin-top:32px">Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></footer>

<!-- End page content -->
</div>

<!-- Subscribe Modal -->
<div id="subscribe" class="w3-modal">
  <div class="w3-modal-content w3-animate-zoom w3-padding-large">
    <div class="w3-container w3-white w3-center">
      <i onclick="document.getElementById('subscribe').style.display='none'" class="fa fa-remove w3-button w3-xlarge w3-right w3-transparent"></i>
      <h2 class="w3-wide">SUBSCRIBE</h2>
      <p>Join our mailing list to receive updates on available dates and special offers.</p>
      <p><input class="w3-input w3-border" type="text" placeholder="Enter e-mail"></p>
      <button type="button" class="w3-button w3-padding-large w3-green w3-margin-bottom" onclick="document.getElementById('subscribe').style.display='none'">Subscribe</button>
    </div>
  </div>
</div>

<script>
// Script to open and close sidebar when on tablets and phones
function w3_open() {
  document.getElementById("mySidebar").style.display = "block";
  document.getElementById("myOverlay").style.display = "block";
}
 
function w3_close() {
  document.getElementById("mySidebar").style.display = "none";
  document.getElementById("myOverlay").style.display = "none";
}

// Slideshow Apartment Images
var slideIndex = 1;
showDivs(slideIndex);

function plusDivs(n) {
  showDivs(slideIndex += n);
}

function currentDiv(n) {
  showDivs(slideIndex = n);
}

function showDivs(n) {
  var i;
  var x = document.getElementsByClassName("mySlides");
  var dots = document.getElementsByClassName("demo");
  if (n > x.length) {slideIndex = 1}
  if (n < 1) {slideIndex = x.length}
  for (i = 0; i < x.length; i++) {
    x[i].style.display = "none";
  }
  for (i = 0; i < dots.length; i++) {
    dots[i].className = dots[i].className.replace(" w3-opacity-off", "");
  }
  x[slideIndex-1].style.display = "block";
  dots[slideIndex-1].className += " w3-opacity-off";
}
</script>

</body>
</html>
