All Projects → nakulrathore → Box Shadows

nakulrathore / Box Shadows

Licence: mit
Box Shadows - Handpicked Box-Shadows for Developers and Designers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Box Shadows

Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+1843.1%)
Mutual labels:  hacktoberfest, css3
Hacktoberfest2020
Contribute for hacktoberfest 2020
Stars: ✭ 72 (+24.14%)
Mutual labels:  hacktoberfest, css3
Sbuttons
💡 Simple buttons you can use easily for your next project.
Stars: ✭ 207 (+256.9%)
Mutual labels:  hacktoberfest, css3
Quibbler
An experimental website powered by Socket.IO where anonymous chat messages are beautifully visualized in real time
Stars: ✭ 57 (-1.72%)
Mutual labels:  hacktoberfest
Openfoodfacts Dart
Open Food Facts API Wrapper
Stars: ✭ 57 (-1.72%)
Mutual labels:  hacktoberfest
Drf Nested Routers
Nested Routers for Django Rest Framework
Stars: ✭ 1,098 (+1793.1%)
Mutual labels:  hacktoberfest
Django Cms
The easy-to-use and developer-friendly enterprise CMS powered by Django
Stars: ✭ 8,522 (+14593.1%)
Mutual labels:  hacktoberfest
Website
The elementary.io website
Stars: ✭ 1,092 (+1782.76%)
Mutual labels:  hacktoberfest
Vulcan
🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
Stars: ✭ 8,027 (+13739.66%)
Mutual labels:  hacktoberfest
Godo
DigitalOcean Go API client
Stars: ✭ 1,097 (+1791.38%)
Mutual labels:  hacktoberfest
Tarpaulin
A code coverage tool for Rust projects
Stars: ✭ 1,097 (+1791.38%)
Mutual labels:  hacktoberfest
Vscode Bcdn
A Plugin for easy bootstrap markup and template
Stars: ✭ 58 (+0%)
Mutual labels:  hacktoberfest
Containerd
An open and reliable container runtime
Stars: ✭ 9,956 (+17065.52%)
Mutual labels:  hacktoberfest
Jquery Floating Social Share
Social media share buttons with counters.
Stars: ✭ 57 (-1.72%)
Mutual labels:  hacktoberfest
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+18234.48%)
Mutual labels:  hacktoberfest
Geopm
Global Extensible Open Power Manager
Stars: ✭ 57 (-1.72%)
Mutual labels:  hacktoberfest
Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+15955.17%)
Mutual labels:  hacktoberfest
Web
Grow Open Source
Stars: ✭ 1,097 (+1791.38%)
Mutual labels:  hacktoberfest
Fakeiteasy
The easy mocking library for .NET
Stars: ✭ 1,092 (+1782.76%)
Mutual labels:  hacktoberfest
Konlpy
Python package for Korean natural language processing.
Stars: ✭ 1,098 (+1793.1%)
Mutual labels:  hacktoberfest

Box Shadows All Contributors Handpicked Box-Shadows for Developers and Designers

Contribute

Happy Hacktober! Want to add a new Box-Shadow?
If you're a beginner and looking for your first contribution. please follow these steps:-

All the Box-Shadows are loaded in a single file : shadows.js in the src directory.

How to add new box-shadow

Method 1. (Simple)

[1] Go to file shadows.js

[2] Click on Edit 🖉

[3] Copy below code and Edit all three keys (notice comma at the end)

{
    "name": "NAME-HERE",
    "shadow": "BOX-SHADOW-CSS-HERE",
    "border": "BORDER-CSS-HERE"
},

[4] Paste it at the End of array in shadows.js -- just before ]

[5] Fill the Input to Propose new Changes EX: Added Spotify login box-shadow then Proceed the Submit Pull-Request


Method 2. (Fork)

Note :

Before contributing to this project please read the ISSUE and then start to contribute for that issue.

Instructions :

1. Fork this Repository

fork 🍽️ this repository on GitHub by navigating at the top of this repository.
GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.

2. Clone the Repository

To make your local copy of the repository you would like to contribute.
use the git clone command along with the URL that points to your fork of the repository.

3. Create a New Branch

use the git branch new-branch command to create a new branch.
Now that our new branch is created, we can switch to make sure that we are working on that branch by using the git checkout command:
git checkout new-branch
Note: Another way of creating a branch and switching to it is by using the command line shorthand git checkout -b new-branch. This will create a new branch and switch to it.
git add -A or git add . for adding the changes file.
git commit -m " here type your message " for comminting.
Then push to your local repository
git push origin new-branch

4. Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

Done ! you have made a pull request and wait for approved by the maintainers.

Please feel free to request-pull any improvements you want to contribute.

LICENSE: MIT

Contributors ✨

Thanks goes to these wonderful people:

oskar-kupski-elpassion
oskar-kupski-elpassion

🎨
Sandesh Naik
Sandesh Naik

🎨
Rich
Rich

🎨
Brian Barrow
Brian Barrow

🎨
Kyle Wetton
Kyle Wetton

💻
Sabiha Shaik
Sabiha Shaik

💻
Hunter Hartline
Hunter Hartline

🎨
Lawrence
Lawrence

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].