@@ -67,6 +67,10 @@ const config: Config = {
6767 theme : {
6868 customCss : require . resolve ( "./src/css/custom.css" ) ,
6969 } ,
70+ gtag : {
71+ trackingID : 'G-W02Z2VJYCR' ,
72+ anonymizeIP : false ,
73+ } ,
7074 } satisfies Preset . Options ,
7175 ] ,
7276 ] ,
@@ -87,13 +91,13 @@ const config: Config = {
8791 items : [
8892 {
8993 type : "dropdown" ,
90- html : '<span class ="nav-emoji">📚 </span> Docs' ,
94+ html : '<span id ="nav-docs"> </span> Docs' ,
9195 position : "left" ,
9296 items : [
9397 {
9498 type : "html" ,
9599 value : `<div class="grid grid-cols-3 gap-4 w-xl">
96- <a class="border-r col-span-1" href="/courses/">Tutorials</a>
100+ <a class="border-r col-span-1" href="/courses/" style="color:black ; " >Tutorials</a>
97101 <div class="grid grid-cols-4 col-span-2">
98102 <a href="/docs/category/sql/" class="nav__icons"> <img src="/icons/sql.svg" title="SQL" alt="SQL" /> </a>
99103 <a href="/docs/category/python/" class="nav__icons"> <img src="/icons/python.svg" title="Python" alt="Python" /> </a>
@@ -109,7 +113,7 @@ const config: Config = {
109113 {
110114 type : "html" ,
111115 value : `<div class="grid grid-cols-3 gap-4">
112- <a class="border-r col-span-1" href="/courses/"> Courses </a>
116+ <a class="border-r col-span-1" href="/courses/" style="color:black" > Courses </a>
113117 <div class="grid grid-cols-4 col-span-2">
114118 <a href="https://www.youtube.com/watch?v=GrTV59Y84S8&list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63&ab_channel=RecodeHive" class="nav__icons"> <img src="/icons/git.svg" alt="git" /> </a>
115119 <a href="https://www.youtube.com/watch?v=O1ahDsq8DU0&list=PLrLTYhoDFx-k62rLLajSB-jeqKwLkDrkF&ab_channel=RecodeHive" class="nav__icons"> <img src="/icons/postman.svg" alt="Postman" /> </a>
@@ -124,73 +128,73 @@ const config: Config = {
124128 {
125129 type : "html" ,
126130 value : `<div class="grid grid-cols-3 gap-4">
127- <a class="border-r col-span-1" href="#" target="_self"> Interview Prep </a>
131+ <a class="border-r col-span-1" href="#" target="_self" style="color:black" > Interview Prep </a>
128132 <div class="grid grid-cols-1 col-span-2">
129- <a href="/interview-prep/" target="_self" class="nav__icons"> 🧩Technical </a> <br />
130- <a href="/interview-prep/" target="_self" class="nav__icons"> 💡Behavioral </a>
133+ <a href="/interview-prep/" target="_self" class="nav__icons"><span id="nav-technical" style="display:inline-flex;align-items:center;"></span> Technical </a> <br />
134+ <a href="/interview-prep/" target="_self" class="nav__icons"><span id="nav-behavioral" style="display:inline-flex;align-items:center;"></span> Behavioral </a>
131135 </div>
132136 </div>` ,
133137 } ,
134138 ] ,
135139 } ,
136140 {
137141 to : "/showcase" ,
138- html : '<span class ="nav-emoji">🌍 </span> Showcase' ,
142+ html : '<span id ="nav-showcase"> </span> Showcase' ,
139143 position : "left" ,
140144 } ,
141145 {
142146 to : "/dashboard" ,
143- html : '<span class ="nav-emoji">📊 </span> Dashboard' ,
147+ html : '<span id ="nav-dashboard"> </span> Dashboard' ,
144148 position : "left" ,
145149 } ,
146150 {
147151 to : "/our-sponsors/" ,
148- html : '<span class ="nav-emoji">💰 </span> Donate' ,
152+ html : '<span id ="nav-donate"> </span> Donate' ,
149153 position : "left" ,
150154 } ,
151155 {
152156 type : "dropdown" ,
153- html : '<span class ="nav-emoji">👩🏻💻 </span> Devfolio' ,
157+ html : '<span id ="nav-devfolio"> </span> Devfolio' ,
154158 position : "left" ,
155159 items : [
156160 {
157- label : "💻 GitHub Profiles" ,
161+ html : '<span id="nav-github" style="display:inline-flex;align-items:center;"></span> GitHub Profiles' ,
158162 to : "https://dev.recodehive.com/devfolio" ,
159163 } ,
160164 {
161- label : "🎖️ GitHub Badges" ,
165+ html : '<span id="nav-badges" style="display:inline-flex;align-items:center;"></span> GitHub Badges' ,
162166 to : "/badges/github-badges/" ,
163167 } ,
164168 ] ,
165169 } ,
166170 {
167171 to : "/blogs" ,
168- html : '<span class ="nav-emoji">📰 </span> Blogs' ,
172+ html : '<span id ="nav-blogs"> </span> Blogs' ,
169173 position : "left" ,
170174 } ,
171175 {
172176 type : "dropdown" ,
173- html : '<span class ="nav-emoji">🔗 </span> More' ,
177+ html : '<span id ="nav-more"> </span> More' ,
174178 position : "left" ,
175179 items : [
176180 {
177- label : "📚 E-books" ,
181+ html : '<span id="nav-ebooks" style="display:inline-flex;align-items:center;"></span> E-books' ,
178182 to : "https://learn.recodehive.com/datascience" ,
179183 } ,
180184 {
181- label : "🛣️ Roadmap" ,
185+ html : '<span id="nav-roadmap" style="display:inline-flex;align-items:center;"></span> Roadmap' ,
182186 to : "#" ,
183187 } ,
184188 {
185- label : "🤝 Community" ,
189+ html : '<span id="nav-community" style="display:inline-flex;align-items:center;"></span> Community' ,
186190 to : "/community" ,
187191 } ,
188192 {
189- label : "📺 Broadcast" ,
193+ html : '<span id="nav-broadcast" style="display:inline-flex;align-items:center;"></span> Broadcast' ,
190194 to : "/broadcasts/" ,
191195 } ,
192196 {
193- label : "🎙️ Podcast" ,
197+ html : '<span id="nav-podcast" style="display:inline-flex;align-items:center;"></span> Podcast' ,
194198 to : "/podcasts/" ,
195199 } ,
196200 ] ,
0 commit comments