diegotellezc / portfolio-2023

This is my 2023 portfolio. Here you can download my resume and check out all the relevant information about the projects I've done and the technologies I work with.
https://diegotellez-portfolio.netlify.app/
16 stars 2 forks source link

Mobile Responsiveness of sidebar (social-icons) #1

Open neeraj542 opened 1 year ago

neeraj542 commented 1 year ago

Untitled design

Hi @diegotellezc,

I'm writing to report an issue with the mobile responsiveness of your project. When I try to view the project on my mobile device, the text is too small to read and the layout is not optimized for mobile screens.

I've attached screenshots of the issue.

I'm sure this is an easy fix, and I would really appreciate it if you could take a look at it and make the necessary changes.

Thanks, Neeraj Meena

diegotellezc commented 1 year ago

Hello Neeraj,

Thank you for reaching out. I'm reviewing my project, and the smallest font sizes I have are 16px and 18px. What font size do you think is suitable for the mobile version? Honestly, I can read the text without problems on my phone, although I do have a slightly larger screen.

Regarding the layout, I assume you're referring to the sidebar with the links only appearing in my desktop version... yes, I think that sidebar doesn't look good on the mobile version because it would cover my paragraphs. I will find a way to implement the links in the mobile version as well. Thank you very much for your advice!

By the way, I didn't know that GitHub reviews projects and provides recommendations, haha.

Have a great day.

neeraj542 commented 1 year ago

Facing issue with mobile responsiveness

Hello @diegotellezc ,

I hope you're doing well. I wanted to reach out regarding my portfolio project. I have made some modifications and would greatly appreciate your feedback.

I have hosted my portfolio website on GitHub, and you can find the repository here: GitHub Repository Link. I have put in a lot of effort to ensure clean and organized code, but I would appreciate it if you could review it and provide any necessary corrections or suggestions.

One issue I'm facing is responsiveness in mobile mode. The website doesn't display properly on mobile devices, which affects the user experience. I would be grateful for any guidance on improving the responsiveness.

I value your expertise and input in creating a visually appealing and user-friendly portfolio. Your feedback on the design, layout, and functionality would be invaluable.

Thank you for your support, and I look forward to hearing from you soon.

Best regards, Neeraj Meena

diegotellezc commented 1 year ago

Hey man,

Well, the problem is because I used h-screen in the components to make it look good on desktop, but it doesn't work on mobile, so you have to use media queries. I have already fixed this problem, you can look at my repository if you want.