diff --git a/index.html b/index.html
deleted file mode 100644
index 1ab37e5..0000000
Binary files a/index.html and /dev/null differ
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..aba0be1
--- /dev/null
+++ b/index.md
@@ -0,0 +1,38 @@
+---
+layout: page
+title: Introduction to C++ and Microcontrollers with Arduino
+permalink: /
+---
+
+# Welcome to the Introduction to C++ and Microcontrollers with Arduino
+
+This course is designed to introduce you to the exciting world of microcontrollers, focusing on programming in C++ using Arduino. Below is an overview of the topics we will cover, tailored to provide a comprehensive understanding from the ground up.
+
+## Table of Contents
+
+1. [Installing the Arduino IDE](#installing-the-arduino-ide)
+2. [Hello World and the Blink Sketch](#hello-world-and-the-blink-sketch)
+3. [Exploring the X40 Sensor Kit](#exploring-the-x40-sensor-kit)
+4. [Compiling and Debugging Code](#compiling-and-debugging-code)
+5. [Using the Serial Monitor](#using-the-serial-monitor)
+
+## Installing the Arduino IDE
+
+Learn how to download, install, and set up the Arduino Integrated Development Environment (IDE) on your computer. This section guides you through the installation process and introduces the IDE's main features.
+
+## Hello World and the Blink Sketch
+
+Dive into your first Arduino project with the classic "Hello World" of hardware: making an LED blink. This section explains the basics of Arduino programming and how to manipulate digital outputs to create simple yet enlightening projects.
+
+## Exploring the X40 Sensor Kit
+
+The X40 Sensor Kit is a comprehensive kit containing various sensors and actuators for experimenting with Arduino. This part provides an introduction to the kit and how to use some of its components, giving you a taste of what's possible with Arduino.
+
+## Compiling and Debugging Code
+
+Understand the process of compiling your Arduino sketches, learn how to identify and fix common errors, and gain insights into debugging techniques to troubleshoot your projects effectively.
+
+## Using the Serial Monitor
+
+Learn about the Serial Monitor in the Arduino IDE, a vital tool for reading data from your Arduino board and debugging your projects. This section covers how to use serial communication to send messages to and from your Arduino, enabling you to interact with your programs in real-time.
+