Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    I got a bit confused with my deployment to netlify.

    Any other work flow you might recommend?

    I made two deployments that didn't worked for me:

    1. -made a repo in github
    • inside vscode terminal, i typed npx create-react-app fem-title
    • deploy to netlify using the github repo.
    • problem was it didn't deploy and because it could not see the page.
      • inside git bash I create-react-app fem-title
    • then I created a new repo from github website
    • after that I copied the lines on how to add a git repo to github.
    • problem was it didn't copy the file to github. It says I have another origin that is using it.

    What made me deploy it... -create new github repo

    • inside vscode(with the new repo folder), npx create-react...
    • then npm run build
    • copied the build folder to netlify's create new site by drag and drop files. -then it worked.
  • Submitted


    Just confused on how can I make the photos even more hd and not pixelated.

    PS: this projects are way back in aug 2021. I just noticed I still haven't submitted it yet.

  • Submitted


    My :hover on social media icons are incorrect. I couldn't get the right method to change it to white.

    I tried and didn't as i want to. color: white;

    instead, I just copied a filter combination filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(42deg) brightness(103%) contrast(101%);