• Stars
    star
    186
  • Rank 207,316 (Top 5 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 3 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repo contains some cool CSS effects

Amazing-Css-Effects

Some Astonishing CSS-Effectsโœจ

This project is part of Girl script Summer of code 2022

Gssoc'2022

This project was part of the following Open Source Programs

Devincept

HacktoberFest'21

Demo ๐ŸŽฅ

Website for this repository : https://amazing-css-effects.netlify.app/

Must Check Repos :


๐Ÿ’ป Tech Stack

Front-End:

HTML5 CSS3 JavaScript BootStrap

๐Ÿš€ Quick Start :

Before starting kindly read the Code of Conduct

Contributions :

Check out our Contributing Guildlines

Step 1: Forking the repository :

To work on an open-source project, you will primarily need to make your copy of the repository. To do this, you should first fork the repository and then clone it so that you have a local working copy.

Get your own Fork/Copy of repository by clicking Fork button at the upper right corner.

Step 2: Clone the Forked Repository

After the repository is forked, you can now clone it so that you have a copy of the codebase on your local Computer.

To make your local copy of the repository follow the steps:

  • Open the Command Prompt
  • Type this command:
$ git clone https://github.com/<your-github-username>/Amazing-Css-Effects

Step 3: Creating a new branch (IMP)

This is one of the most important step that you should follow while contributing to an Open Source project . A branch helps to manage the workflow, isolate your code and avoids creating a mess. To create a new branch:

$ git branch <name_of_branch>
$ git checkout -b <name_of_branch>

Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

git pull origin main

Step 5: Contribute

Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)

Step 6: Commiting and Pushing

Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which you can do with the git add command.

git add .

With our file staged, weโ€™ll want to record the changes that we made to the repository with the git commit command.

The commit message is an important aspect of your code contribution; it helps the other contributors to fully understand the change you have made, why you made it, and how significant it is.

git commit -m "useful commit message"

At this point you can use the git push command to push the changes to the current branch of your forked repository:

git push origin <branch-name>

Step 7: Create Pull Request

Now, you are ready to make a pull request to the original repository.

You should navigate to your forked repository, and press the "Compare & pull request" button on the page.

GitHub will alert you that you can merge the two branches because there is no competing code. You should add in a title, a comment, and then press the โ€œCreate pull requestโ€ button.


CONTRIBUTING A NEW TEMPLATE?

Please adhere to these guidelines

  1. Create a folder with the name of your css effect template

  2. Start building inside your folder with an entry file called index.html and after building, attach an image named "preview.png" within the folder root which represents the preview image of your template

  3. Go into the style_link.json file and add an object corresponding to your project in the following format:

    {
  
      "name": "Name-of-folder",
      "link": "Name-of-folder/index.html"
  
    },

Important to note:

The name key of the json object must match the exact name of the folder The link key of the json object must match the exact name of the folder then append "/index.html"

For example: I create a folder called "Animated Text", my json object would be:

    {
  
      "name": "Animated Text",  (not "Animated-Text" or "AnimatedText")
      "link": "Animated Text/index.html"  (not "AnimatedText/index.html" or "Animated-Text/index.html")
  
    },


๐Ÿ“ŒTill Then

Need Some Help in this Repo -> Web Development And Resources


Project Admins โค๏ธ


Arpit Jain

Project Mentors ๐Ÿ‘ฉโ€๐Ÿซ


Kumari Astha Rani


Vidhi Bhatt


Deepali Sukhija


Deepika Sukhija

โœจ Contributors

Thanks goes to these Wonderful People ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป: ๐Ÿš€ Contributions of any kind are welcome!

๐Ÿ“˜ย  License

The Amazing CSS-effects is released under the terms of the MIT License.


Happy Coding ๐Ÿ‘จโ€๐Ÿ’ป

๐Ÿ’ฌJoin Our CodeSmashers Community

Join - https://discord.gg/gtYUZQSjTt

show some โค๏ธย  by giving the star to this repo

More Repositories

1

Cool-Front-End-Templates

HTML
220
star
2

Amazing-Js-Projects

Amazing-Js-Projects
JavaScript
144
star
3

Open-Source-Programs

I am planning to list some good and beginner friendly open source programs and their timelines
126
star
4

Getting-Started-with-open-source

step by step guide for beginners for getting started with open source
CSS
69
star
5

Web-Development-Path-And-Resources

Will Add a path and some resources in this repo for web D for my first year students
52
star
6

CodingEasy

HTML
46
star
7

Wield-The-Web

Wield-The-Web
CSS
39
star
8

DSA-Path-And-Important-Questions

I am planning to add a beginner friendly path for my Juniors to Learn DSA and I will try to provide solutions of every problem also. We can add codeChef Challenge solutions also
C++
39
star
9

DSA-Quick-Revison

14
star
10

Beginner-Friendly-Repos-for-Hacktoberfest

It contains repos available for hacktoberfest
13
star
11

arpit456jain

Arpit Jain Portfolio
9
star
12

30-days-of-GCP-Full-Guide-And-Resources

8
star
13

gfg-11-Weeks-Workshop-on-DSA-in-Python

A Comprehensive DSA Workshop Learn Data Structures and Algorithms in-depth in just 11 weeks with this interactive live workshop! by geeks for geek
Python
8
star
14

gfg-11-Weeks-Workshop-on-DSA-in-CPP

11 Weeks Workshop on Data Structures and Algorithms by GeeksForGeeks
C++
7
star
15

New_Portfolio_In_Django

my portfolio website
JavaScript
6
star
16

CodesmashersBlog-In-Flask

Its a free template of blog with fully functional backend in python Flask
JavaScript
4
star
17

My-Dynamic-Gallery-In-Django

HTML
4
star
18

GATE-Path-And-Resources-CSE

4
star
19

CodesmashersBlog-In-Django

JavaScript
3
star
20

Debugger-King

HTML
3
star
21

All-StandAlone-Django-Projects

HTML
3
star
22

e-literate

Website made under an internship at e-literate
HTML
3
star
23

LeetCode-Solutions-Cpp

I will try to solve problems as much as possible under the DSA Bootcamp by Community classroom
C++
2
star
24

CES

EventsInCES
JavaScript
2
star
25

SocialMediaAPP-in-Django

HTML
2
star
26

Chakravyuh

HTML
2
star
27

CalculatorApp-In-Flask

HTML
2
star
28

Clock-And-Alarm

Clock-And-Alarm
JavaScript
2
star
29

To-Do-App-In-Django

https://todolistapp15.herokuapp.com/
Python
2
star
30

DjangoToHeroku

Step by step process of hosting django website to heroku
Python
2
star
31

All-In-One-Predictor

Collections of predictor
Jupyter Notebook
2
star
32

CodeChef-Solutions-In-Cpp

I will add solutions in cpp
C++
1
star
33

Amazing-Games-in-Python

projects
Python
1
star
34

Fake-product-identification-Back-End

Solidity
1
star
35

KBC-Quiz-app

JavaScript
1
star
36

StringAnalyzer

Python
1
star
37

CalculatorApp-In-Django

HTML
1
star
38

LeetCode-Solutions-in-Python

I will try to solve problems as much as possible under the DSA Bootcamp by Community classroom
1
star
39

Machine-Learning-Tutorials

This Repo contains some basics of ML that I have learned from You tube and Udemy Courses
Jupyter Notebook
1
star
40

Interview-Scheduler

Python
1
star
41

University-Management-System

Python
1
star
42

first-dvc-project

first-dvc-project
Python
1
star
43

DSC-MMMUT-2021

CSS
1
star
44

Library-management-System-

A small project in my first year
Python
1
star
45

30-days-of-Code

This Repo contains solutions of different coding questions on different platforms
Java
1
star
46

Flask-App-Heroku

A layout of flask app which is ready to host on heroku
Python
1
star