diff --git a/webdev/contributors/IIT2025077/task-02/explanation.md b/webdev/contributors/IIT2025077/task-02/explanation.md
new file mode 100644
index 0000000..3321cd8
--- /dev/null
+++ b/webdev/contributors/IIT2025077/task-02/explanation.md
@@ -0,0 +1,16 @@
+## Explain What This Code Does
+
+What this task was trying to teach you?
+This task taught me how to create nav bar which is adaptable to both mobile and laptops.
+
+How you designed the navbar structure?
+In html code i made a div for navbar which contains a logo and few navlinks which i made using anchor tags.
+
+How responsiveness was handled
+Responsiveness was handled using css media querie.
+How JavaScript controls the menu
+when hamburger is clicked a dropdown menu appears which contains navlinks.
+What you learned from this task
+New concept which i learned is how to make navbar responsive for mobiles.
+Any difficulties or thoughts you had while working?
+I faced difficulty in mediaquerie section.
diff --git a/webdev/contributors/IIT2025077/task-02/index.html b/webdev/contributors/IIT2025077/task-02/index.html
new file mode 100644
index 0000000..9df2411
--- /dev/null
+++ b/webdev/contributors/IIT2025077/task-02/index.html
@@ -0,0 +1,25 @@
+
+
+