Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.71 KB

ALL

Simple site to group all my profiles on social networks in one place.

About the project   |    Getting started   |    How to contribute   |    License


screenshot


💡 About the project

This is an open source project that serves as a free alternative to the Linktree website.

🚀 Getting started

If you installed git you can clone the code to your machine

  • Once the files are on your machine, open the CLICK-ALL folder in Visual Studio Code.
  • With the files open in Visual Studio Code, press the Go Live button at the bottom of the window to launch the files with Live Server.
  • Change the profile image and texts in the index.html file.
  • Change the colors and fonts in the style.css file.
  • To change the background, go to the style.css file on line 17, uncomment the code snippet and change the url to whatever image you want.

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m "feat: my new feature";
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

📝 License

This project is under the MIT license. See the LICENSE file for more details.