Skip to content

Commit 7c05d3f

Browse files
authored
Merge branch 'main' into Crypto
2 parents 4a5229d + 1906aed commit 7c05d3f

File tree

7 files changed

+26
-6
lines changed

7 files changed

+26
-6
lines changed

docusaurus.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,10 @@ const config = {
143143
<a href="/docs/category/python/" class="nav__icons"> <img src="/icons/py.svg" title="Python" alt="Python" /> </a>
144144
<a href="/docs/category/java/" class="nav__icons"> <img src="/icons/java.svg" title="Java" alt="Java" /> </a>
145145
<a href="/docs/category/tailwind/" class="nav__icons"> <img src="/icons/tailwind-css.svg" title="Tailwind CSS" alt="Tailwind" /> </a>
146-
<a href="/docs/category/cpp/" class="nav__icons"> <img src="/icons/cpp.svg" title="CPP" alt="CPP" /> </a>
147-
<a href="/docs/category/NextJs/" class="nav__icons"> <img src="/icons/next-js.svg" title="NextJs" alt="Next" /> </a>
146+
<a href="/docs/category/cpp/" class="nav__icons"> <img src="/icons/cpp.svg" title="CPP" alt="CPP" /> </a>
147+
<a href="/docs/category/NextJs/" class="nav__icons"> <img src="/icons/next-js.svg" title="NextJs" alt="Next" /> </a>
148+
<a href="/docs/category/MATLAB/" class="nav__icons"> <img src="/icons/matlab.svg" title="MATLAB" alt="MATLAB" /> </a>
149+
<a href="/docs/category/Julia/" class="nav__icons"> <img src="/icons/julia.svg" title="Julia" alt="Julia" /> </a>
148150
</div>
149151
</div>`,
150152
},

src/database/home/index.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@ const coursesData = [
6363
imageUrl: "/img/svg/youtube_tutorial.svg",
6464
url:"/courses"
6565
},
66+
{
67+
title: "Matlab",
68+
description:
69+
"Learn the basics of Matlab. Start building your first Matlab app.",
70+
imageUrl: "/img/svg/matlab.svg",
71+
url:"/courses"
72+
},
73+
{
74+
title: "Julia",
75+
description:
76+
"Learn the basics of Julia. Start building your first Julia app.",
77+
imageUrl: "/img/svg/julia.svg",
78+
url:"/courses"
79+
},
6680
];
6781

6882
export { featuresData, coursesData, hero };

src/pages/me.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: In this page, I will introduce myself.
44
hide_table_of_contents: true
55
---
66

7-
import Chatbot from "../components/Chatbot";
8-
97
# Introduction (परिचयः) 🙏
108

119
[![An image of @ajaydhangar's Holopin badges, which is a link to view their full Holopin profile](https://holopin.me/ajaydhangar)](https://holopin.io/@ajaydhangar)
@@ -116,5 +114,3 @@ import Chatbot from "../components/Chatbot";
116114
</div>
117115
</div>
118116
</div>
119-
120-
<Chatbot />

static/icons/julia.svg

Lines changed: 1 addition & 0 deletions
Loading

static/icons/matlab.svg

Lines changed: 3 additions & 0 deletions
Loading

static/img/svg/julia.svg

Lines changed: 1 addition & 0 deletions
Loading

static/img/svg/matlab.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)