computer-sciencealgorithmsbioinformaticscomputer-architecturecomputer-visiondatabase-systemsdatabasesembedded-systemsmachine-learningprogramming-languagequantum-computingroboticssecuritysystemsweb-development
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
3.5 KiB
81 lines
3.5 KiB
<!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</title> |
|
</head> |
|
<body> |
|
<nav> |
|
<img src="images/OpenEducation.svg" alt="logo" > |
|
<h4>OpenEducation</h4> |
|
<form action="index.html" method="post"> |
|
<input type="text" name="search" id="myInput" placeholder="Search..." onkeyup="mySearch()"> |
|
<button type="button"><i class="fa fa-search"></i></button> |
|
</form> |
|
</nav> |
|
<h1>List of Courses</h1> |
|
<section> |
|
<ul id="myUL"> |
|
<li><a href="IntroductiontoComputerScience.html">Introduction to Computer Science</a> <br></li> |
|
<br> |
|
<li> <a href="DataStructuresandAlgorithms.html">Data Structures and Algorithms</a> <br></li> |
|
<br> |
|
<li> <a href="DatabaseSystems.html">Systems Programming</a> <br></li> |
|
<br> |
|
<li> <a href="DatabaseSystems.html">Database Systems</a> <br></li> |
|
<br> |
|
<li> <a href="SoftwareEngineering.html">Software Engineering</a> <br></li> |
|
<br> |
|
<li> <a href="ArtificialIntelligence.html">Artificial Intelligence</a> <br></li> |
|
<br> |
|
<li> <a href="MachineLearning.html">Machine Learning</a> <br></li> |
|
<br> |
|
<li> <a href="WebProgrammingandInternetTechnologies.html">Web Programming and Internet Technologies</a> <br></li> |
|
<br> |
|
<li> <a href="ComputerNetworks.html">Computer Networks</a> <br></li> |
|
<br> |
|
<li> <a href="MathforComputerScientist.html">Math for Computer Scientist</a> <br></li> |
|
<br> |
|
<li> <a href="TheoreticalCSandProgrammingLanguages.html">Theoretical CS and Programming Languages</a> <br></li> |
|
<br> |
|
<li> <a href="EmbeddedSystems.html">Embedded Systems</a> <br></li> |
|
<br> |
|
<li> <a href="ComputerOrganizationandArchitecture.html">Computer Organization and Architecture</a> <br></li> |
|
<br> |
|
<li> <a href="Security.html">Security</a> <br></li> |
|
<br> |
|
<li> <a href="ComputerGraphics.html">Computer Graphics</a> <br></li> |
|
<br> |
|
<li> <a href="ImageProcessingandComputerVision.html">Image Processing and Computer Vision</a> <br></li> |
|
<br> |
|
<li> <a href="ComputationalBiology.html">Computational Biology</a> <br></li> |
|
<br> |
|
<li> <a href="QuantumComputing.html">Quantum Computing</a> <br></li> |
|
<br> |
|
<li> <a href="Robotics.html">Robotics</a> <br></li> |
|
<br> |
|
<li> <a href="ComputationalFinance.html">Computational Finance</a> <br></li> |
|
<br> |
|
<li> <a href="Misc.html">Misc</a> <br></li> |
|
</ul> |
|
</section> |
|
<footer> |
|
<div class="find-me"> |
|
<p>Find me</p> |
|
<a href="https://github.com/SaiGaneshReddy3648/">GitHub</a><br> |
|
<a href="https://twitter.com/buthukuri_sai">Twitter</a><br> |
|
<a href="https://www.instagram.com/sai_ganesh_reddy_buthukuri_in/">Instagram</a><br> |
|
</div> |
|
<div class="feed-back"> |
|
<p></p> |
|
<a href="mailto: sivajireddy2017@gmail.com">Feed|Contact</a> <br> |
|
<a href="https://github.com/SaiGaneshReddy3648/cs-video-courses/fork">Fork here</a> |
|
</div> |
|
</footer> |
|
<script src="js/search.js" charset="utf-8"></script> |
|
</body> |
|
</html>
|
|
|