BamaCharanChhandogi / Diabetes-Prediction

This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.
https://diabetes-prediction-gamma.vercel.app/
MIT License
19 stars 44 forks source link

Modifying the Contact Us page #72

Open rithvika1818 opened 4 months ago

rithvika1818 commented 4 months ago

Hey @BamaCharanChhandogi, I felt that the contact us page can be modified in terms of colors and text. I will add relevant icons for the boxes(name, email, message) and make the page more presentable. Here i am attaching a sample image regarding the icons.

Please assign this issue to me. I will not surely disappoint.

Thank you in advance! And please assign the label gssoc for this issue. contact_us

BamaCharanChhandogi commented 4 months ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

BamaCharanChhandogi commented 4 months ago

Hi @rithvika1818, I think our current contact page is fine. There is no need to work on the front end. If you can work on the backend, I will assign it. By backend, I mean the contact page should work so that user queries are sent to my email ID.

rithvika1818 commented 4 months ago

Yeah sure @BamaCharanChhandogi, I will work on it. Can you please label this as gssoc tag and assign it to me? and also if you are fine, I will add the icons as well. That will make the page more presentable

BamaCharanChhandogi commented 4 months ago

Yeah, you can do that.

rithvika1818 commented 4 months ago

Thanks a lot. I am on it!

rithvika1818 commented 3 months ago

hey @BamaCharanChhandogi, i am trying to make the contact page functional using smtp server in flask. My approach is to send to admin(your mail id) with the help of credentials hosted on smtp server. But for Configuring SMTP Service On the Server for both gmail and outlook, you need to take help of other sites which are either paid or taking 3-4 days to approve my request. but this can be easily done with javascript as there is a smtp js cdn. Can you suggest anything on this?