File tree Expand file tree Collapse file tree 6 files changed +26
-2
lines changed Expand file tree Collapse file tree 6 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,10 @@ const config = {
143
143
<a href="/docs/category/python/" class="nav__icons"> <img src="/icons/py.svg" title="Python" alt="Python" /> </a>
144
144
<a href="/docs/category/java/" class="nav__icons"> <img src="/icons/java.svg" title="Java" alt="Java" /> </a>
145
145
<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>
148
150
</div>
149
151
</div>` ,
150
152
} ,
Original file line number Diff line number Diff line change @@ -63,6 +63,20 @@ const coursesData = [
63
63
imageUrl : "/img/svg/youtube_tutorial.svg" ,
64
64
url :"/courses"
65
65
} ,
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
+ } ,
66
80
] ;
67
81
68
82
export { featuresData , coursesData , hero } ;
You can’t perform that action at this time.
0 commit comments