22< html lang ="en ">
33< head >
44 < meta charset ="UTF-8 " />
5+ < title > Newbie | Courses</ title >
56 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Newbie | Courses</ title >
77 < script src ="https://cdn.tailwindcss.com "> </ script >
88</ head >
99< body class ="bg-gray-50 text-gray-800 ">
1010
1111 <!-- Navbar -->
1212 < header class ="bg-gray-900 text-white ">
13- < div class ="container mx-auto px-6 py-4 flex justify-between items-center ">
13+ < div class ="max-w-7xl mx-auto px-6 py-4 flex flex-col md:flex-row justify-between items-center ">
1414 < h1 class ="text-2xl font-bold "> Newbie</ h1 >
15- < nav >
16- < ul class ="flex space-x-6 ">
15+ < nav class =" mt-2 md:mt-0 " >
16+ < ul class ="flex flex-col md:flex-row space-y-2 md:space-y-0 md:space- x-6 text-center ">
1717 < li > < a href ="index.html " class ="hover:text-teal-400 "> Home</ a > </ li >
1818 < li > < a href ="courses.html " class ="hover:text-teal-400 "> Courses</ a > </ li >
1919 < li > < a href ="profile.html " class ="hover:text-teal-400 "> Profile</ a > </ li >
@@ -24,82 +24,39 @@ <h1 class="text-2xl font-bold">Newbie</h1>
2424 </ header >
2525
2626 <!-- Course Videos -->
27- < section class ="py-10 px-6 ">
27+ < section class ="py-10 px-4 ">
2828 < h2 class ="text-3xl font-bold text-center mb-10 "> Featured Courses</ h2 >
29- < div class ="grid md:grid-cols-2 gap-10 max-w-6xl mx-auto ">
29+
30+ <!-- Stacked layout for mobile, grid for medium screens -->
31+ < div class ="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-6xl mx-auto ">
32+
3033 < div class ="bg-white shadow rounded p-4 ">
31- < iframe class ="w-full h-64 " src ="https://www.youtube.com/embed/3PHXvlpOkf4 " title ="HTML Tutorial "> </ iframe >
34+ < iframe class ="w-full h-64 " src ="https://youtu.be/HcOc7P5BMi4?si=X1PPIFZEuuGHS1Wn " title ="HTML Tutorial " allowfullscreen > </ iframe >
3235 < h3 class ="mt-4 font-semibold text-lg "> HTML for Beginners</ h3 >
3336 </ div >
37+
3438 < div class ="bg-white shadow rounded p-4 ">
35- < iframe class ="w-full h-64 " src ="https://www.youtube.com/embed/yfoY53QXEnI " title ="CSS Tutorial "> </ iframe >
39+ < iframe class ="w-full h-64 " src ="https://youtu.be/ESnrn1kAD4E?si=xnRUxevvHkpFqAvs " title ="CSS Tutorial " allowfullscreen > </ iframe >
3640 < h3 class ="mt-4 font-semibold text-lg "> CSS Crash Course</ h3 >
3741 </ div >
42+
3843 < div class ="bg-white shadow rounded p-4 ">
39- < iframe class ="w-full h-64 " src ="https://www.youtube.com/embed/W6NZfCO5SIk " title ="JavaScript Tutorial "> </ iframe >
44+ < iframe class ="w-full h-64 " src ="https://youtu.be/lfmg-EJ8gm4?si=Bvy0K9s1VrZpQ6J0 " title ="JavaScript Tutorial " allowfullscreen > </ iframe >
4045 < h3 class ="mt-4 font-semibold text-lg "> JavaScript Basics</ h3 >
4146 </ div >
47+
4248 < div class ="bg-white shadow rounded p-4 ">
43- < iframe class ="w-full h-64 " src ="https://www.youtube.com/embed/rv2_2-JFYhc " title ="Responsive Web Design "> </ iframe >
44- < h3 class ="mt-4 font-semibold text-lg "> Responsive Design </ h3 >
49+ < iframe class ="w-full h-64 " src ="https://www.youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg " title ="Responsive Web Design " allowfullscreen > </ iframe >
50+ < h3 class ="mt-4 font-semibold text-lg "> Python </ h3 >
4551 </ div >
52+
4653 </ div >
4754 </ section >
4855
56+ <!-- Footer -->
4957 < footer class ="bg-gray-900 text-white text-center py-4 mt-10 ">
5058 < p > © 2025 Newbie. Keep Learning.</ p >
5159 </ footer >
52- </ body >
53- </ html >
54- profile
55- <!DOCTYPE html>
56- < html lang ="en ">
57- < head >
58- < meta charset ="UTF-8 " />
59- < title > Newbie | Profile</ title >
60- < script src ="https://cdn.tailwindcss.com "> </ script >
61- </ head >
62- < body class ="bg-gray-100 text-gray-800 ">
6360
64- < header class ="bg-gray-900 text-white ">
65- < div class ="container mx-auto px-6 py-4 flex justify-between items-center ">
66- < h1 class ="text-2xl font-bold "> Newbie</ h1 >
67- < nav >
68- < ul class ="flex space-x-6 ">
69- < li > < a href ="index.html " class ="hover:text-teal-400 "> Home</ a > </ li >
70- < li > < a href ="courses.html " class ="hover:text-teal-400 "> Courses</ a > </ li >
71- < li > < a href ="profile.html " class ="hover:text-teal-400 "> Profile</ a > </ li >
72- < li > < a href ="contact.html " class ="hover:text-teal-400 "> Contact</ a > </ li >
73- </ ul >
74- </ nav >
75- </ div >
76- </ header >
77-
78- < main class ="max-w-4xl mx-auto px-4 py-10 ">
79- < h2 class ="text-3xl font-bold mb-6 "> Your Profile</ h2 >
80-
81- < div class ="grid md:grid-cols-2 gap-6 ">
82- < div class ="bg-white p-6 shadow rounded ">
83- < h3 class ="text-xl font-semibold mb-2 "> 📊 Progress Tracking</ h3 >
84- < p > Track your learning modules and percentage completion.</ p >
85- </ div >
86- < div class ="bg-white p-6 shadow rounded ">
87- < h3 class ="text-xl font-semibold mb-2 "> ✅ Completed Tasks</ h3 >
88- < p > Check off what you've finished from your to-do learning goals.</ p >
89- </ div >
90- < div class ="bg-white p-6 shadow rounded ">
91- < h3 class ="text-xl font-semibold mb-2 "> 📜 Certificate</ h3 >
92- < p > Download certificate once you complete 100% of the track.</ p >
93- </ div >
94- < div class ="bg-white p-6 shadow rounded ">
95- < h3 class ="text-xl font-semibold mb-2 "> 📝 Feedback</ h3 >
96- < p > Share your feedback to improve the platform.</ p >
97- </ div >
98- </ div >
99- </ main >
100-
101- < footer class ="bg-gray-900 text-white text-center py-4 ">
102- < p > © 2025 Newbie. Keep Growing.</ p >
103- </ footer >
10461</ body >
10562</ html >
0 commit comments