bsoc-bitbyte / busify

A centralised bus ticket booking system that will allow the students to book tickets in advance through an online website, saving time and effort.
https://busify.vercel.app
35 stars 71 forks source link

feat(about): Add 'about us' apge #107

Closed blazethunderstorm closed 4 months ago

blazethunderstorm commented 4 months ago

Overview

  1. This PR fixes or fixes part of #99 .
  2. This PR does the following: made an about us page

Essential Checklist

Proof that changes are correct

https://github.com/user-attachments/assets/6ba91456-af0f-44d6-bdbc-0f02098a6037

PR Pointers

vercel[bot] commented 4 months ago

@ANIRUDHNARANG0 is attempting to deploy a commit to the Busify Team on Vercel.

A member of the Team first needs to authorize it.

Pratik2026 commented 4 months ago

@ANIRUDHNARANG0 Also make sure to add the link in the footer for the About page and keep three different images for each section.

blazethunderstorm commented 4 months ago

@Pratik2026 i have made desired changes

Pratik2026 commented 4 months ago

@ANIRUDHNARANG0, the width of images is same for all screen sizes, we need to keep the image responsive otherwise it will overflow in mobile devices.

blazethunderstorm commented 4 months ago

@Pratik2026 i had made in the changes you suggested

Pratik2026 commented 4 months ago

@ANIRUDHNARANG0, You have added the images in the wrong assets folder and hence frontend server is not running. Put the images in the assets folder of the frontend directory and make sure that there is no import error. Furthermore, resolve the merge conflict as well.