Skip to content

Commit ac88bf8

Browse files
Update index.html
1 parent 046ee37 commit ac88bf8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,7 @@ <h3 class="text-lg font-semibold text-gray-800 mb-2">Facebook Group</h3>
280280
</div>
281281
<h3 class="text-lg font-semibold text-gray-800 mb-2">YouTube Channels</h3>
282282
<p class="text-gray-600 mb-4">Educational videos, tutorials, and tech discussions.</p>
283-
<div class="flex flex-col space-y-2">
284-
<a href="https://www.youtube.com/@CodingReshapeFuture/" target="_blank" class="inline-block bg-green-600 text-white py-2 px-4 rounded-lg hover:bg-green-700 transition duration-300">Main Channel</a>
285-
<a href="#" target="_blank" class="inline-block bg-gray-200 text-gray-700 py-2 px-4 rounded-lg hover:bg-gray-300 transition duration-300">Community Channel</a>
286-
</div>
283+
<a href="https://www.youtube.com/@CodingReshapeFuture/" target="_blank" class="inline-block bg-green-600 text-white py-2 px-4 rounded-lg hover:bg-green-700 transition duration-300">Official Channel</a>
287284
</div>
288285

289286
<div class="bg-gray-50 p-6 rounded-lg shadow-sm text-center card-hover transition-all duration-300">
@@ -292,7 +289,10 @@ <h3 class="text-lg font-semibold text-gray-800 mb-2">YouTube Channels</h3>
292289
</div>
293290
<h3 class="text-lg font-semibold text-gray-800 mb-2">Education Platform</h3>
294291
<p class="text-gray-600 mb-4">Access our comprehensive learning resources and courses.</p>
295-
<a href="https://education.crfnetwork.com/" target="_blank" class="inline-block bg-green-600 text-white py-2 px-4 rounded-lg hover:bg-green-700 transition duration-300">Start Learning</a>
292+
<div class="flex flex-col space-y-2">
293+
<a href="https://blog.crfnetwork.com/" target="_blank" class="inline-block bg-green-600 text-white py-2 px-4 rounded-lg hover:bg-green-700 transition duration-300">Technical Blogs</a>
294+
<a href="https://education.crfnetwork.com/" target="_blank" class="inline-block bg-gray-200 text-gray-700 py-2 px-4 rounded-lg hover:bg-gray-300 transition duration-300">Start Learning</a>
295+
</div>
296296
</div>
297297
</div>
298298

0 commit comments

Comments
 (0)