@@ -134,41 +134,55 @@ const config = {
134134 items : [
135135 {
136136 type : "html" ,
137- value : `
138- <div class="dropdown_grid">
139- <a class="dropbtn" href="/tutorial/">Web Development</a>
140- <div class="dropdown-content">
141- <a href="/tutorial/category/html/" class="nav__icons"> <img src="/tutorial/icons/html-5.svg" title="HTML" alt="HTML" /> </a>
142- <a href="/tutorial/css/introduction" class="nav__icons"> <img src="/tutorial/icons/css.svg" title="CSS" alt="CSS" /> </a>
143- <a href="/tutorial/javascript/introduction-to-javascript/what-is-js" class="nav__icons"> <img src="/tutorial/icons/js.svg" title="JavaScript" alt="JS" /> </a>
144- <a href="/tutorial/react/react-intro" class="nav__icons"> <img src="/tutorial/icons/jsx.svg" title="React" alt="React" /> </a>
145- </div>
146- </div>` ,
137+ value : `<div class="dropdown_grid">
138+ <a class="dropbtn" href="/tutorial/">Docs</a>
139+ <div class="dropdown-content">
140+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
141+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/css.svg" title="CSS" alt="CSS" /> </a>
142+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
143+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/jsx.svg" title="React.Js" alt="React" /> </a>
144+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/ts.svg" title="TypeScript" alt="TypeScript" /> </a>
145+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/py.svg" title="Python" alt="Python" /> </a>
146+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/tailwind-css.svg" title="Tailwind CSS" alt="Tailwind" /> </a>
147+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/next-js.svg" title="NextJs" alt="Next" /> </a>
148+ </div>
149+ </div>` ,
147150 } ,
151+
152+ {
153+ type : "html" ,
154+ value : '<hr style="margin: 0.3rem 0;">' ,
155+ } ,
156+
148157 {
149158 type : "html" ,
150- value :
151- '<hr style="margin: 0.3rem 0; border: none; border-top: 1px solid var(--ifm-color-emphasis-200);">' ,
159+ value : `<div class="dropdown_grid">
160+ <a class="dropbtn" href="#"> Courses </a>
161+ <div class="dropdown-content">
162+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/html-5.svg" alt="HTML" /> </a>
163+ <a href="#" class="nav__icons"> <img src="/tutorial/icons/jsx.svg" alt="React" /> </a>
164+ </div>
165+ </div>` ,
152166 } ,
167+
168+ {
169+ type : "html" ,
170+ value : '<hr style="margin: 0.3rem 0;">' ,
171+ } ,
172+
153173 {
154174 type : "html" ,
155- value : `
156- <div class="dropdown_grid">
157- <a class="dropbtn" href="#">Core Skills & Tech</a>
158- <div class="dropdown-content">
159- <a href="/tutorial/git/introduction" class="nav__icons"> <img src="/tutorial/icons/git.svg" title="Git" alt="Git" /> </a>
160- <a href="/tutorial/github/introduction-to-github" class="nav__icons"> <img src="/tutorial/icons/github.svg" title="GitHub" alt="GitHub" /> </a>
161- <a href="/tutorial/cybersecurity" class="nav__icons"> <img src="/tutorial/icons/cyber-security.png" title="Cyber Security" alt="Cyber" /> </a>
162- <a href="/tutorial/machine-learning" class="nav__icons"> <img src="/tutorial/icons/ai-chat.svg" title="Machine Learning" alt="ML" /> </a>
163- <a href="/tutorial/internet/introduction" class="nav__icons"> <img src="/tutorial/icons/internet.svg" title="Internet" alt="Internet" /> </a>
164- <a href="/tutorial/technical-writer" class="nav__icons"> <img src="/tutorial/icons/writer.png" title="Technical Writing" alt="Writing" /> </a>
165- </div>
166- </div>` ,
175+ value : `<div class="dropdown_grid">
176+ <a class="dropbtn" href="#" target="_self"> DSA </a>
177+ <div class="dropdown-content dsa-content ">
178+ <a href="#" target="_self" class="nav__icons"> 🧩Problems </a> <br />
179+ <a href="#" target="_self" class="nav__icons "> 💡Solutions </a>
180+ </div>
181+ </div>` ,
167182 } ,
168183 {
169184 type : "html" ,
170- value :
171- '<hr style="margin: 0.3rem 0; border: none; border-top: 1px solid var(--ifm-color-emphasis-200);">' ,
185+ value : '<hr style="margin: 0.3rem 0;">' ,
172186 } ,
173187 {
174188 to : "/tutorial/" ,
0 commit comments