EDC-IIEST / Basic-Website

A basic website for the Entrepreneurship Development Cell (EDC), built using HTML, CSS, and JavaScript. While the code may contain some extra and buggy elements, this project offers a fun and straightforward way to practice and enhance your web development skills. Give it a try and explore the learning opportunities it provides!
MIT License
4 stars 17 forks source link

Contact Us Page: Added Responsive Contact Us Page #25

Open sevixforge opened 3 days ago

sevixforge commented 3 days ago

Added Responsive Contact Us Page:

• Created a fully responsive "Contact Us" page using HTML, CSS, and JS. • Implemented a responsive layout to ensure proper display on both desktop and mobile devices. • Added form validation using JavaScript to improve user experience and error handling. • Styled the page using CSS Flexbox for a clean and modern design. • Optimized the page for faster loading and better performance across various screen sizes.

Harsh-git98 commented 2 days ago

Added Responsive Contact Us Page:

• Created a fully responsive "Contact Us" page using HTML, CSS, and JS. • Implemented a responsive layout to ensure proper display on both desktop and mobile devices. • Added form validation using JavaScript to improve user experience and error handling. • Styled the page using CSS Flexbox for a clean and modern design. • Optimized the page for faster loading and better performance across various screen sizes.

Request for Changes Before Merging

Thank you for your contribution! The work you've done is great, but we kindly request a couple of modifications before we can proceed with merging:

  1. Please rename the "contact" page to contact.html for clarity.
  2. Bring all the related files into the main folder to keep the structure organized not in different folder.

Once these changes are made, feel free to submit again, and we’ll be happy to review and merge your PR!

sevixforge commented 2 days ago

Added Responsive Contact Us Page: • Created a fully responsive "Contact Us" page using HTML, CSS, and JS. • Implemented a responsive layout to ensure proper display on both desktop and mobile devices. • Added form validation using JavaScript to improve user experience and error handling. • Styled the page using CSS Flexbox for a clean and modern design. • Optimized the page for faster loading and better performance across various screen sizes.

Request for Changes Before Merging

Thank you for your contribution! The work you've done is great, but we kindly request a couple of modifications before we can proceed with merging:

  1. Please rename the "contact" page to contact.html for clarity.
  2. Bring all the related files into the main folder to keep the structure organized not in different folder.

Once these changes are made, feel free to submit again, and we’ll be happy to review and merge your PR!

Thank you for the feedback.

I have made the requested changes:

  1. Renamed the "contact" page to contact.html, along with the corresponding CSS and JavaScript files (contact.css and contact.js), for clarity and consistency.

  2. Moved all related files (HTML, CSS, JS, and images) into the main folder to ensure the project structure remains organized and free of unnecessary subfolders.