everything is good. i want to add image in each work below projects[selectedProject].tech
jus like
<Image src={projects[selectedProject].img} alt="Roshan Dangol" width={400} height={400} />
RIght now the ui is not good for this image. help me to make ui for this image
In contact.tsx i got the typescript error on ref of
<form ref={form} onSubmit={sendEmail} className="space-y-6"> but it is working well.The ui is not working from Mobile L-425px, Mobile M-375px and Moble S-320px. Specially navbar and work.tsx is not working from Mobile L-425px. Can you put three line icon that helps to make drawer on click from Mobile L-425px to make it responsive. On click hamburger icon it should be vertically align its content.
And the work.tsx from Mobile L-425px, the Project List and (projects[selectedProject].title, projects[selectedProject].tech and so on is overlapping ). the detail of selected project should move down to work fine from Mobile L-425px
Now I'll make the necessary improvements to fix all the issues you mentioned:
Perfect! I've fixed all the issues you mentioned:
Key improvements:
fill attributeHTMLFormElement and the event parameter as FormEvent<HTMLFormElement>The portfolio is now fully responsive from 320px to desktop with a professional mobile experience!
I detected and automatically synced new changes from changesV1 in My-Portfolio.
everything is working well and i love, i have just changed py-2 in contact.tsx instead of py-32 of the top div and changed py-10 instead of py-32 in work.tsx of the top div because there is so much gap between technical skill and work and also so much gap between work and contact. Now its fine.
Can you add experience after work, and add experience in navigation also. the ui of experience should be fully responsive in all devices.