gdsc-nits-org / guidance-grid-client

WIP. Guidance Grid will help you to seek assistance from your favourite person regarding any matter. People will share their experiences as an Article or QnA section.
https://guidance-grid-nits.netlify.app/
GNU General Public License v3.0
3 stars 4 forks source link

Trending Article Section #10

Closed 31adityakumar closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for guidance-grid-nits ready!

Name Link
Latest commit 48e5aeecf6673e4231a8beff8c73a6f092b13f13
Latest deploy log https://app.netlify.com/sites/guidance-grid-nits/deploys/63931808fc3fa500093487df
Deploy Preview https://deploy-preview-10--guidance-grid-nits.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

codadept commented 1 year ago

Pull the home-page branch in your local repo and then merge in your trending branch and then resolve the merge conflicts and then push the changes in your trending branch and then push it

Steps: (Make sure you are in trending branch locally)

git pull --all
git merge home-page

Resolve all the merge conflicts

git add .
git commit -m "MERGE: Conflicts resolved"
git push origin trending

These steps are to be perform each time you create a PR. Also github actions alerts you about the merge conflicts. image

codadept commented 1 year ago

More changes

image

As it is in the design image

image

image

codadept commented 1 year ago

After pulling from home-page branch you will find a directory

public/images/

Then move all your images you have used into this directory and then use those images from here. Then delete your

public/Images/ directory

codadept commented 1 year ago

The design of Trending Component doesn't match with the design provided by the UI/UX Team

Your design

image

Design provided

image

Try this structure for your markup

image