All About Free Resources On Internet
A quick look at the top-level files and directories you'll see in this project.
.├── angular.html├── assets│ ├── css│ │ ├── main.css│ │ ├── style.css│ │ ├── style.css.map│ │ └── style.scss│ ├── csv│ ├── favicons│ │ └── fav-icon.png│ ├── img│ │ ├── home-banner.svg│ │ ├── logo│ │ │ ├── cropped-resources-logo-top.png│ │ │ └── resources-logo.png│ │ ├── meta-banner.png│ │ ├── pre-loader-1.gif│ │ └── pre-loader.gif│ └── js│ └── main.js├── CNAME├── color-pickers.html├── css-frameworks.html├── design-and-graphics.html├── favicons.html├── header.html├── html-and-css-templates.html├── icons.html├── illustrations.html├── image-editors.html├── image-optimizer.html├── index.html├── invoices.html├── js-animations.html├── learn.html├── LICENSE├── others.html├── package.json├── package-lock.json├── react.html├── README.md├── scalable-vector-graphics.html├── search-engine-optimization.html├── sidebar.html├── stock-photography.html├── stock-video.html├── tailwind.config.js├── tailwindcss-framework.html├── typography-and-fonts.html└── vue.htmlThis project collects data from various sources such as blogs, social media platforms, user submission etc and store them on a google sheet. This google sheet is used to fetch all the data to frontend part.
Want to add a new category in the project then :
- Fork this repository.
- Duplicate any category file (for e.g react.html).
- Rename the file in small letters spearted by hyphen ( - ) if the category name is having more than one word.
- No need to change title or anything in the duplicated file, every thing will be added automatically through the JS with the help of filename itself.
- Go to sidebar.html file and add with proper icon with it. Get the icon list here.
- Submit the category's resources on this link and it will be updated in some time after review. OR submit a CSV file with the PR in assets/csv/your-github-username.csv and it will be merged and updated upon verification.
- Create a pull request and submit it.
Want to add some UI features then :
- Fork this repository.
- Make your UI changes
- Create a pull request with proper screenshot with the submitted PR.
You can submit your resources on this link and it will be updated in some time after review.
