Skip to content

Website Component Templates. This repo is dedicated to all the templates we regularly use while developing websites/webapps. PS: If we get enough templates, we are going to build a webapp where we will show/downloadable this templates properly organised

Notifications You must be signed in to change notification settings

gonzalojs/WebsiteTemplates

 
 

Repository files navigation

Website Component Templates.

  • This repo is dedicated to all the templates we regularly use while developing websites/webapps.

GitHub repo size GitHub contributors GitHub stars GitHub forks

Instructions For submitting your templates

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your forked repository to your local machine by clicking on the green button saying clone and copy paste the url that looks like following in your terminal
git clone https://github.com/your-username/WebsiteTemplates.git
  • Create folder with name like template-name_username
  If I were to create a folder for login page template then,
    I would name it like login_PrajjwalDatir and create this folder in login folder of the repository
  
  This folder must contain all the code that you want to submit like the html, css folders image folder (if you have used one).
  
  Also add a file named readme.txt that describes your project (and how to use it).
  
  Finally add a screenshot of the webpage that you have created.
  
  ( For beginners I have added an example in the login folder )
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

About

Website Component Templates. This repo is dedicated to all the templates we regularly use while developing websites/webapps. PS: If we get enough templates, we are going to build a webapp where we will show/downloadable this templates properly organised

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 71.1%
  • CSS 22.4%
  • JavaScript 6.5%