- You can use the templates for both personal and commercial use.
- You can not claim the templates. (Applicable to the use)
- Make sure that you own the full code & design yourself.
- By contributing, you are going to give others the permission to use 100% of your code.
- 404 Page: Design of a 404 page that can be implemented anywhere.
- App Landing: A complete app landing page with various sections for describing your organization/work.
- Carousel: A simple carousel that you can add to your website.
- Domain Sell: A well designed page for domain selling.
- Express Template: This is a template for Express App. [It contains a navbar template.
- Footer: Two footer templates- one with a form, one for social media links.
- Glassomorphism: A beautiful design element for your website- a glass card that can be written upon, translucent enough to give hints of the background image.
- Gradient Generator: A simple gradient generator that gives the rgb values for colours that're involved in the gradient.
- HamBurgerPage: A well animated hamburger menu.
- Medical Template: A complete web page designed for medical applications, with graphics and a form.
- News Template 1: A complete web page designed for news/blog application, with news cards, search and categories for news.
- NextJS-Template: A template for using next.js in your project.
- Portfolio: A comprehensive web page with everything a freelance photographer/developer/artist etc. [might require- About, Experience, Pricing, Reviews and more!
- ProfileHover: A template for hover animation over a photo/card.
- Quote-site: A page that gives you a random 'quote of the day'.
- [React-template
- Restaurant Template: A template for a restaurant/food-delivery company's website.
- Searchbar: A working search bar. [The page has a lot of names and with the search bar, you can find any name from the data.
- StickyNavbar: An animated sticky navbar.
- Template: A silly pair of templates for a 404 page and website-under-construction page.
- Travel Blog: This is a simple travel blogger website template. [Can also be used by a travel company.
- Website Under Construction: Simple website under construction page.
-
Fork this repository.
-
Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/Website-Template.git
-
Navigate to project directory.
cd Website-Template
-
Add reference to original repository (remote).
git remote add upstream https://github.com/Diptenusarkar/Website-Template.git
-
Before making any changes in the repository, always fetch and pull from the upstream repository to keep your branch updated with the parent repository.
git pull upstream main
-
Create a new branch.
git checkout -b <your_branch_name>
-
Create Your template folder, Work on it.
Ex. "School Website"
-
Move your changes to the git staging area.
git add .
-
Commit your changes in staging area.
git commit -m "<relevant message>"
-
Push the committed changes in your local branch to your remote repo's branch.
git push -u origin <your_branch_name>
-
Make a pull request (PR). 🚀