Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BadshahYadav authored Oct 12, 2022
2 parents 0ef210a + fc83beb commit 8ec9bad
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 124 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ We love your input! We want to make contributing to this project as easy and tra
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- If you are beginner then you can contribute by improving the structure or the layout or any mistakes in the repository.
- If you are a beginner then you can contribute by improving the structure or the layout or any mistakes in the repository.

## We Develop with Github
We use github to host code, to track issues and feature requests, as well as accept pull requests.
We use GitHub to host code, track issues, and feature requests, as well as accept pull requests.

## We Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:

1. Star this repository.
2. Create an issue with description and wait for approval.
2. Create an issue with a description and wait for approval.
2. Fork the repo and create your branch from `main`.
3. If you've added code that should be tested, add tests.
4. If you've changed APIs, update the documentation.
Expand Down Expand Up @@ -50,4 +50,6 @@ By contributing, you agree that your contributions will be licensed under its GN
## References
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)

#### Note- Before contributing please create an issue first so that I can assign you and you can start working on it.
#### Note- Before contributing please create an issue first so that I can assign you and you can start working on it.


10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
### How to contribute 😎<br>

* Star this repository.
* Create an issue with description that how you want to contribute in this project.
* Create an issue with description of how you want to contribute in this project.
* Then fork this repository.
* In forked repository add your changes.
* Then make pull request with issue number .
* Pull request should have screenshot of the changes you have made.
* In the forked repository add your changes.
* Then make a pull request with the issue number.
* Pull request should have a screenshot of the changes you have made.
* Wait for review.


For any doubt contact me here: - <br>
[<img src="https://img.icons8.com/color/50/000000/instagram-new--v2.png"/>](https://www.instagram.com/lets__code/) [<img src="https://img.icons8.com/color/48/000000/github--v3.png"/>](https://github.com/avinash201199)[<img src="https://img.icons8.com/color/48/000000/linkedin.png"/>](https://www.linkedin.com/in/avinash-singh-071b79175/)
<br>(Must Check My Github for more cool stuff !)<br>
### Thank you for your valuable contribution!


4 changes: 3 additions & 1 deletion assets/css/checklist.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*

{margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins'sans-serif;
font-family: 'Montserrat', sans-serif;
}

body
Expand Down
4 changes: 2 additions & 2 deletions assets/css/normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ hr {
*/

pre {
font-family: monospace, monospace;
font-family: 'Montserrat', sans-serif;
/* 1 */
font-size: 1em;
/* 2 */
Expand Down Expand Up @@ -115,7 +115,7 @@ strong {
code,
kbd,
samp {
font-family: monospace, monospace;
font-family: 'Montserrat', sans-serif;
/* 1 */
font-size: 1em;
/* 2 */
Expand Down
122 changes: 64 additions & 58 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,17 @@ html {
display: none;
}


.column {
width: 100%;
}

.header{
font-size: large;
font-weight: 1000;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

body {
margin: 0;
padding: 0;
Expand All @@ -59,27 +66,39 @@ body {
}

body {
background-image: linear-gradient(45deg, rgba(254, 246, 210, 0.53) 0%, rgba(254, 246, 210, 0.53) 14.286%, rgba(221, 240, 216, 0.53) 14.286%, rgba(221, 240, 216, 0.53) 28.572%, rgba(188, 233, 223, 0.53) 28.572%, rgba(188, 233, 223, 0.53) 42.858%, rgba(156, 227, 229, 0.53) 42.858%, rgba(156, 227, 229, 0.53) 57.144%, rgba(123, 220, 235, 0.53) 57.144%, rgba(123, 220, 235, 0.53) 71.42999999999999%, rgba(90, 214, 242, 0.53) 71.43%, rgba(90, 214, 242, 0.53) 85.71600000000001%, rgba(57, 207, 248, 0.53) 85.716%, rgba(57, 207, 248, 0.53) 100.002%), linear-gradient(135deg, rgb(246, 99, 200) 0%, rgb(246, 99, 200) 12.5%, rgb(223, 98, 196) 12.5%, rgb(223, 98, 196) 25%, rgb(199, 97, 192) 25%, rgb(199, 97, 192) 37.5%, rgb(176, 96, 188) 37.5%, rgb(176, 96, 188) 50%, rgb(152, 95, 184) 50%, rgb(152, 95, 184) 62.5%, rgb(129, 94, 180) 62.5%, rgb(129, 94, 180) 75%, rgb(105, 93, 176) 75%, rgb(105, 93, 176) 87.5%, rgb(82, 92, 172) 87.5%, rgb(82, 92, 172) 100%);
background-image: url("https://www.slideteam.net/wp/wp-content/uploads/2016/05/Radial-1-690x518.png");
background-repeat: no-repeat;
background-size: 100% 100%;
/* opacity: 50%; */
/* background-image: linear-gradient(45deg, rgba(254, 246, 210, 0.53) 0%, rgba(254, 246, 210, 0.53) 14.286%, rgba(221, 240, 216, 0.53) 14.286%, rgba(221, 240, 216, 0.53) 28.572%, rgba(188, 233, 223, 0.53) 28.572%, rgba(188, 233, 223, 0.53) 42.858%, rgba(156, 227, 229, 0.53) 42.858%, rgba(156, 227, 229, 0.53) 57.144%, rgba(123, 220, 235, 0.53) 57.144%, rgba(123, 220, 235, 0.53) 71.42999999999999%, rgba(90, 214, 242, 0.53) 71.43%, rgba(90, 214, 242, 0.53) 85.71600000000001%, rgba(57, 207, 248, 0.53) 85.716%, rgba(57, 207, 248, 0.53) 100.002%), linear-gradient(135deg, rgb(246, 99, 200) 0%, rgb(246, 99, 200) 12.5%, rgb(223, 98, 196) 12.5%, rgb(223, 98, 196) 25%, rgb(199, 97, 192) 25%, rgb(199, 97, 192) 37.5%, rgb(176, 96, 188) 37.5%, rgb(176, 96, 188) 50%, rgb(152, 95, 184) 50%, rgb(152, 95, 184) 62.5%, rgb(129, 94, 180) 62.5%, rgb(129, 94, 180) 75%, rgb(105, 93, 176) 75%, rgb(105, 93, 176) 87.5%, rgb(82, 92, 172) 87.5%, rgb(82, 92, 172) 100%); */
}

header {
letter-spacing: -1px;
background-color: #0093E9;
background-image: radial-gradient(circle at top center, rgba(17, 201, 137, 0.15) 0%, rgba(17, 201, 137, 0.15) 6%, transparent 6%, transparent 54%, transparent 54%, transparent 93%, rgba(48, 184, 210, 0.15) 93%, rgba(48, 184, 210, 0.15) 100%), radial-gradient(circle at top right, rgba(17, 201, 137, 0.15) 0%, rgba(17, 201, 137, 0.15) 2%, transparent 2%, transparent 19%, transparent 19%, transparent 36%, rgba(48, 184, 210, 0.15) 36%, rgba(48, 184, 210, 0.15) 100%), radial-gradient(circle at top right, rgba(17, 201, 137, 0.15) 0%, rgba(17, 201, 137, 0.15) 1%, transparent 1%, transparent 2%, transparent 2%, transparent 11%, rgba(48, 184, 210, 0.15) 11%, rgba(48, 184, 210, 0.15) 100%), radial-gradient(circle at center center, rgba(17, 201, 137, 0.15) 0%, rgba(17, 201, 137, 0.15) 13%, transparent 13%, transparent 59%, transparent 59%, transparent 67%, rgba(48, 184, 210, 0.15) 67%, rgba(48, 184, 210, 0.15) 100%), linear-gradient(90deg, hsl(38, 64%, 92%), hsl(38, 64%, 92%));
background-size: 111px 111px;
/* opacity: 70%; */
color: #111;
border-radius: 10px;
padding: 0%;
margin-bottom: 5vh;
}

header h1 {
font-weight: 800;
}

header,
form {
min-height: 10vh;
min-height: 15vh;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 0.5rem;
background-size: 100% ;
/* margin: 0.5rem; */
background-repeat: no-repeat;
border-radius: 5px;
}

Expand Down Expand Up @@ -392,9 +411,10 @@ select {

.footer {
background-image: radial-gradient(circle at top center, rgba(17, 201, 137, 0.15) 0%, rgba(17, 201, 137, 0.15) 6%, transparent 6%, transparent 54%, transparent 54%, transparent 93%, rgba(48, 184, 210, 0.15) 93%, rgba(48, 184, 210, 0.15) 100%), radial-gradient(circle at top right, rgba(17, 201, 137, 0.15) 0%, rgba(17, 201, 137, 0.15) 2%, transparent 2%, transparent 19%, transparent 19%, transparent 36%, rgba(48, 184, 210, 0.15) 36%, rgba(48, 184, 210, 0.15) 100%), radial-gradient(circle at top right, rgba(17, 201, 137, 0.15) 0%, rgba(17, 201, 137, 0.15) 1%, transparent 1%, transparent 2%, transparent 2%, transparent 11%, rgba(48, 184, 210, 0.15) 11%, rgba(48, 184, 210, 0.15) 100%), radial-gradient(circle at center center, rgba(17, 201, 137, 0.15) 0%, rgba(17, 201, 137, 0.15) 13%, transparent 13%, transparent 59%, transparent 59%, transparent 67%, rgba(48, 184, 210, 0.15) 67%, rgba(48, 184, 210, 0.15) 100%), linear-gradient(90deg, hsl(38, 64%, 92%), hsl(38, 64%, 92%));
background-size: 111px 111px;
height: 10vh;
display: flex;
background-size: 100% 111px;
height: 20vh;
/* background-repeat: no-repeat; */
/* display: flex; */
justify-content: space-around;
align-items: center;
margin-top: auto;
Expand Down Expand Up @@ -437,10 +457,11 @@ select {
width: 2rem;
margin: .5rem;
/* border-radius: 50%; */
transition: all 0.2s;
}

.social-icon:hover {
transform: scale(1.3);
transform: scale(1.2);
}

.footer-desc {
Expand Down Expand Up @@ -508,7 +529,7 @@ select {
opacity: .7;
}

.no-to-do-item{
.no-to-do-item {
text-align: center;
padding-top: 80px;
color: #4d4c4c;
Expand Down Expand Up @@ -607,12 +628,13 @@ select {
width: 100%;
height: 100%;
background: rgb(0 0 0 / 18%);
animation: slideIn 0.2s;
}

.confirmation_box_inner {
/* border: 1px solid black; */
width: 700px;
height: 300px;
width: 550px;
height: 250px;
background: #f7fffe;
bottom: 280px;
border-radius: 20px;
Expand All @@ -627,79 +649,63 @@ select {
.optbox_header {
background-color: #0093E9;
background: linear-gradient(90deg, rgba(111, 108, 221, 1) 0%, rgba(57, 190, 193, 1) 100%);
height: 40px;
height: 50px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.confirmation_box p {
position: relative;
font-size: 2rem;
text-align: center;
}

.proceed {
background-color: #0093E9;
background: linear-gradient(90deg, rgba(111, 108, 221, 1) 0%, rgba(57, 190, 193, 1) 100%);
height: 60px;
width: 180px;
border-radius: 10px;
position: relative;
left: 20px;
text-align: center;
line-height: 60px;
font-size: 2.2rem;
.confirmation_box_content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 50px;
}

.donot_proceed {
background: linear-gradient(90deg, rgba(111, 108, 221, 1) 0%, rgba(57, 190, 193, 1) 100%);
height: 60px;
width: 180px;
border-radius: 10px;
.confirmation_box p {
position: relative;
left: 20px;
text-align: center;
line-height: 60px;
font-size: 2.2rem;
top: 35px;
font-size: 1.2rem;
font-weight: 700;
}

.option_box {
display: flex;
justify-content: space-between;
width: 500px;
position: relative;
left: 70px;
top: 50px;
gap: 100px;
}

.proceed:hover {
.modal-button {
height: 50px;
width: 120px;
font-size: 1rem;
font-weight: 700;
border-radius: 5px;
color: #fff;
background: linear-gradient(90deg, rgba(111, 108, 221, 1) 0%, rgba(57, 190, 193, 1) 100%);
cursor: pointer;
height: 65px;
width: 200px;
font-size: 2.8rem;
outline: none;
border: none;
transition: all 0.2s;

}

.donot_proceed:hover {
cursor: pointer;
height: 65px;
width: 200px;
font-size: 2.8rem;
.modal-button:hover {
transform: scale(102%);
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.optbox_header i {
font-size: 2rem;
color: #FFF;
position: relative;
/* background-color:red; */
width: 28px;
height: 26px;
border: none;
left: 665px;
top: 5px;
left: 510px;
top: 10px;
cursor: pointer;
transition: all 0.2s;
}

.optbox_header i:hover {
cursor: pointer;
color: black;
}

Expand Down Expand Up @@ -798,7 +804,7 @@ select {

@media only screen and (max-width: 731px) {
.footer {
background-image: linear-gradient(135deg, #0093E9 0%, #80D0C7 100%);
/* background-image: linear-gradient(135deg, #0093E9 0%, #80D0C7 100%); */
height: 20vh;
display: grid;
justify-content: space-around;
Expand Down
Binary file added assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8ec9bad

Please sign in to comment.