diff --git a/docs/Nextjs/assets/1-Introduction-to-github.png b/docs/Nextjs/assets/1-Introduction-to-github.png
deleted file mode 100644
index 4f34bd30..00000000
Binary files a/docs/Nextjs/assets/1-Introduction-to-github.png and /dev/null differ
diff --git a/docs/Nextjs/assets/2-git-strucutre.png b/docs/Nextjs/assets/2-git-strucutre.png
deleted file mode 100644
index 6d9a9294..00000000
Binary files a/docs/Nextjs/assets/2-git-strucutre.png and /dev/null differ
diff --git a/docs/Nextjs/assets/image-1.png b/docs/Nextjs/assets/image-1.png
deleted file mode 100644
index 215f157d..00000000
Binary files a/docs/Nextjs/assets/image-1.png and /dev/null differ
diff --git a/docs/Nextjs/assets/image-2.png b/docs/Nextjs/assets/image-2.png
deleted file mode 100644
index a4be1356..00000000
Binary files a/docs/Nextjs/assets/image-2.png and /dev/null differ
diff --git a/docs/Nextjs/assets/img-3.png b/docs/Nextjs/assets/img-3.png
deleted file mode 100644
index c572e128..00000000
Binary files a/docs/Nextjs/assets/img-3.png and /dev/null differ
diff --git a/docs/Nextjs/assets/img-4.png b/docs/Nextjs/assets/img-4.png
deleted file mode 100644
index f61379d4..00000000
Binary files a/docs/Nextjs/assets/img-4.png and /dev/null differ
diff --git a/docs/Nextjs/assets/nextjs-logo.png b/docs/Nextjs/assets/nextjs-logo.png
new file mode 100644
index 00000000..eea7bc98
Binary files /dev/null and b/docs/Nextjs/assets/nextjs-logo.png differ
diff --git a/docs/Nextjs/git-commands.md b/docs/Nextjs/git-commands.md
deleted file mode 100644
index 4967a5c9..00000000
--- a/docs/Nextjs/git-commands.md
+++ /dev/null
@@ -1,309 +0,0 @@
----
-id: git-commands
-title: 50 Git commands Cheatsheet
-sidebar_label: Git commands
-sidebar_position: 3
-tags: [git, github, git-cheatsheet, commands, git-commands]
-description: In this tutorial, you will learn about the basic of git and 50 important git commands.
----
-
-> *This is part of GitHub/Git Tutorials and a continuation of the previous post where we discussed what is gitHub. I hope you have a basic understanding of what is Github in general. Let’s get started with Git Cheat Sheet. Git Cheat Sheet. 50 Git commands | Git Tutorials*
-
-I can create like teaching how to fork and clone and making changes. HTML, which stands for **HyperText Markup Language**, serves as the backbone of the World Wide Web. It is the standard language used to create web pages, providing the structure and content that browsers render for users to interact with. Understanding how HTML works with web browsers is fundamental for anyone diving into web development.
-
-
-## Understanding Git: The Building Blocks
-
-HTML is a markup language that uses tags to define the structure and content of web pages. These tags are enclosed in angle brackets (`<` and `>`), and they tell the browser how to display the content. For example, the following HTML code snippet creates a simple web page with a heading and a paragraph:
-
-
` tag creates a paragraph. The browser interprets these tags and displays the content accordingly. HTML tags can be nested within each other to create more complex structures, such as lists, tables, forms, and more.
-
-
-## How Web Browsers Render HTML
-
-When a user requests a web page by entering a URL in the browser's address bar or clicking a link, the browser sends a request to the web server hosting the page. The server responds by sending the HTML content of the page back to the browser. The browser then parses the HTML code and renders the page on the user's screen.
-
-