<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="utf-8">
    <link rel="icon" href="favicon/OpenEducation(2).png">
    <link rel="stylesheet" href="css/master.css">
    <title>OpenEducation | Data Structures and Algorithms</title>
  </head>
  <body>
    <nav>
      <img src="images/OpenEducation.svg" alt="logo" >
      <h4>OpenEducation</h4>
      <form action="index.html" method="post">
        <input type="text" name="" value="" placeholder="Search...">
        <button type="button"><i class="fa fa-search"></i></button>
      </form>
    </nav>
    <h1>List of Courses</h1>
    <section>
      <ul>

      </ul>
    </section>
    <footer>
      <div class="find-me">
          <p>Find me</p>
          <a href="#">GitHub</a><br>
          <a href="#">Twitter</a><br>
          <a href="#">Instagram</a><br>
      </div>
      <div class="feed-back">
        <p></p>
        <a href="mailto: sivajireddy2017@gmail.com">Feed|Contact</a>
      </div>
    </footer>
    <script>

    </script>
  </body>
</html>