diff --git a/DataStructuresandAlgorithms.html b/DataStructuresandAlgorithms.html
new file mode 100644
index 0000000..d0b51ff
--- /dev/null
+++ b/DataStructuresandAlgorithms.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+ OpenEducation | Data Structures and Algorithms
+
+
+
+ List of Courses
+
+
+
+
+
diff --git a/IntroductiontoComputerScience.html b/IntroductiontoComputerScience.html
new file mode 100644
index 0000000..f71ef83
--- /dev/null
+++ b/IntroductiontoComputerScience.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+ OpenEducation | Introduction to Computer Science
+
+
+
+ List of Courses
+
+
+ CS 10 - The Beauty and Joy of Computing - Spring 2015 - Dan Garcia - UC Berkeley InfoCoBuild
+
+ 6.0001 - Introduction to Computer Science and Programming in Python - MIT OCW
+
+ 6.001 - Structure and Interpretation of Computer Programs, MIT
+
+ CS 50 - Introduction to Computer Science, Harvard University
+
+ cs50.tv | Scrach
+
+ CS 61A - Structure and Interpretation of Computer Programs [Python], UC Berkeley
+
+ CPSC 110 - Systematic Program Design [Racket], University of British Columbia
+
+ CS50's Understanding Technology
+
+ CSE 142 Computer Programming I (Java Programming), Spring 2016 - University of Washington
+
+ CS 1301 Intro to computing - Gatech
+
+ CS 106A - Programming Methodology, Stanford University
+
+ CS 106B - Programming Abstractions, Stanford University
+
+ CS 106X - Programming Abstractions in C++
+
+ CS 107 - Programming Paradigms, Stanford University
+
+ CmSc 150 - Introduction to Programming with Arcade Games, Simpson College
+
+ LINFO 1104 - Paradigms of computer programming, Peter Van Roy, Université catholique de Louvain, Belgium - EdX
+
+ FP 101x - Introduction to Functional Programming, TU Delft
+
+ Introduction to Problem Solving and Programming - IIT Kanpur
+
+ Introduction to programming in C - IIT Kanpur
+
+ Programming in C++ - IIT Kharagpur
+
+ Python Boot Camp Fall 2016 - Berkeley Institute for Data Science (BIDS)
+
+ CS 101 - Introduction to Computer Science - Udacity]
+
+ 6.00SC - Introduction to Computer Science and Programming (Spring 2011) - MIT OCW
+
+ 6.00 - Introduction to Computer Science and Programming (Fall 2008) - MIT OCW
+
+ 6.01SC - Introduction to Electrical Engineering and Computer Science I - MIT OCW
+
+ Modern C++ Course (2018) - Bonn University
+
+ Modern C++ (Lecture & Tutorials, 2020, Vizzo & Stachniss) - University of Bonn
+
+
+
+
+
+
+
diff --git a/css/master.css b/css/master.css
new file mode 100644
index 0000000..173bf15
--- /dev/null
+++ b/css/master.css
@@ -0,0 +1,134 @@
+body{
+ margin: 0;
+ height: 100vh;
+ width: 100%;
+ font-family:"Lucida Console", Courier, monospace;
+ font-size: 20px;
+}
+
+nav{
+ display: flex;
+ align-items: center;
+ height: 60px;
+ background-color: black;
+ color: white;
+ justify-content: space-between;
+}
+nav img{
+ padding: 5px;
+}
+nav a{
+ color: white;
+ text-decoration:none;
+ padding: 5px;
+}
+nav form{
+ padding: 5px;
+}
+
+nav input[type=text] {
+ padding: 6px;
+ margin-top: 8px;
+ font-size: 17px;
+ border: none;
+}
+
+nav button {
+ float: right;
+ padding: 6px 10px;
+ margin-top: 8px;
+ margin-right: 16px;
+ background: white;
+ font-size: 17px;
+ border: none;
+ cursor: pointer;
+}
+
+nav button:hover {
+ background: black;
+ color: white;
+}
+
+form:before{
+ content: "";
+ position: absolute;
+ top: -32px;
+ right: 13px;
+ border-left: 12px solid transparent;
+ border-right: 12px solid transparent;
+ border-top: 14px solid transparent;
+ border-bottom: 14px solid #D80B15;
+}
+
+form input[type="text"]{
+ width: 200px;
+ padding: 5px 10px;
+ margin-left: 23px;
+ border: 1px solid #D80B15;
+ outline: none;
+}
+
+form input[type="button"]{
+ width: 80px;
+ padding: 5px 0;
+ background: #D80B15;
+ color: #fff;
+ margin-left: -6px;
+ border: 1px solid #D80B15;
+ outline: none;
+ cursor: pointer;
+}
+@media only screen and (min-width:240px) and (max-width: 768px){
+ nav{
+ display: block;
+ text-align:center;
+ margin:0 auto;
+ height: 200px;
+ background-color: black;
+ color: white;
+ }
+}
+h1{
+ margin: 5px;
+ text-align: center;
+}
+section ul{
+ overflow: hidden;
+}
+section ul a{
+ text-decoration: none;
+ text-align:left;
+ float: left;
+ font-size: 20px;
+ color: black;
+}
+section ul a:hover{
+ color: white;
+ background-color: black;
+ padding:5px;
+}
+
+footer{
+ background-color: black;
+ display: flex;
+ justify-content:space-around;
+}
+.find-me{
+ color: white;
+}
+.find-me p{
+ color: white;
+ margin-left: 10px;
+}
+.find-me a{
+ color: green;
+ font-weight: bold;
+ text-decoration: none;
+ margin-left: 10px;
+}
+.feed-back a{
+ color: red;
+ margin-top: 50px;
+ margin-left: 10px;
+ font-weight: bold;
+}
diff --git a/favicon/OpenEducation(2).png b/favicon/OpenEducation(2).png
new file mode 100644
index 0000000..7823df7
Binary files /dev/null and b/favicon/OpenEducation(2).png differ
diff --git a/images/OpenEducation(1).png b/images/OpenEducation(1).png
new file mode 100644
index 0000000..8eb05f2
Binary files /dev/null and b/images/OpenEducation(1).png differ
diff --git a/images/OpenEducation.jpg b/images/OpenEducation.jpg
new file mode 100644
index 0000000..5e4fad9
Binary files /dev/null and b/images/OpenEducation.jpg differ
diff --git a/images/OpenEducation.svg b/images/OpenEducation.svg
new file mode 100644
index 0000000..4d479e1
--- /dev/null
+++ b/images/OpenEducation.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..26d6d29
--- /dev/null
+++ b/index.html
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+ OpenEducation
+
+
+
+ List of Courses
+
+
+
+
+