Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prajjwaldatir/websitetemplates
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
https://github.com/prajjwaldatir/websitetemplates
bootstrap css hacktoberfest hacktoberfest-accepted hacktoberfest-starter html javascript pull-requests templates webdevelopment
Last synced: 10 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/prajjwaldatir/websitetemplates
- Owner: PrajjwalDatir
- Created: 2020-10-01T16:33:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T16:39:38.000Z (about 2 years ago)
- Last Synced: 2024-11-02T11:11:36.877Z (17 days ago)
- Topics: bootstrap, css, hacktoberfest, hacktoberfest-accepted, hacktoberfest-starter, html, javascript, pull-requests, templates, webdevelopment
- Language: CSS
- Homepage:
- Size: 37.1 MB
- Stars: 7
- Watchers: 2
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website Component Templates.
* This repo is dedicated to all the templates we regularly use while developing websites/webapps.
![GitHub repo size](https://img.shields.io/github/repo-size/PrajjwalDatir/WebsiteTemplates)
![GitHub contributors](https://img.shields.io/github/contributors/PrajjwalDatir/WebsiteTemplates)
![GitHub stars](https://img.shields.io/github/stars/PrajjwalDatir/WebsiteTemplates?style=social)
![GitHub forks](https://img.shields.io/github/forks/PrajjwalDatir/WebsiteTemplates?style=social)## 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```markdown
git clone https://github.com/your-username/WebsiteTemplates.git
```* Create folder with name like template-name_username
```markdown
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
```markdown
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!