Skip to content

Commit

Permalink
Merge branch 'main' into ndifon-titiana
Browse files Browse the repository at this point in the history
  • Loading branch information
amyyalex authored May 11, 2024
2 parents efedf65 + 98e3856 commit 9dba8df
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is intended for complete beginners and also for those with a little more ex

### How and what do I contribute?

It's simple, open up the cardDetails.json file and add your details to it, you can easily copy any one of the JSON objects and customize it with your own information. To contribute, read the [Contribution guide](contribution.md) to get an explicit guide on the whole process of contributing starting from setting up Github to creating a pull request. If you're an advanced developer and you want to take it up a notch, read the [Advanced Contribution guide](advanced-contribution.md) to get started.
It's simple, open up the **cardDetails.json** file and add your details to it, you can easily copy any one of the JSON objects and customize it with your own information. To contribute, read the [Contribution guide](contribution.md) to get an explicit guide on the whole process of contributing starting from setting up Github to creating a pull request. If you're an advanced developer and you want to take it up a notch, read the [Advanced Contribution guide](advanced-contribution.md) to get started.

Once your pull request is merged, the changes will be live on [simple-contribution](https://amyyalex.github.io/simple-contribution/). If you appreciate this amazing project, kindly leave a ⭐ by clicking on the star button on the top right.
Thank you!
Expand Down
23 changes: 23 additions & 0 deletions cardDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"quote": "\"Dont't let your friends know you are a designer\"</br> - Said By Me",
"github": "https://github.com/N-TITIAN"
},
{
"name": "Ch.Sai Pradyumna Goud",
"profession": "Apspiring Full stack developer",
"github": "https://github.com/saipradyumnagoud",
"linkedin": "https://www.linkedin.com/in/saipradyumnagoudch/"
},

{
"name": "zehor-l",
"profession": "Apspiring Engineer",
Expand Down Expand Up @@ -1094,6 +1101,22 @@
"github": "https://github.com/kenmusau",
"linkedin": "https://www.linkedin.com/in/Kennedy-Musau/",
"email": "mailto:[email protected]"
},
{
"name": "Kelly Kiiru",
"profession": "Full Stack Web Developer",
"quote": "\"Learn, unlearn, relearn. Keep Learning.\"</br> - Said By Me",
"github": "https://github.com/kellykiiru",
"linkedin": "https://www.linkedin.com/in/kelly-kiiru-15a852231/",
"email": "mailto:[email protected]"
),
{
"name": "Silvia Wachira",
"profession": "Web Developer",
"quote": "\"Success is not final; failure is not fatal: It is the courage to continue that counts..\"</br> - Said By Me",
"github": "https://github.com/Silvia-Wachira",
"linkedin": "https://www.linkedin.com/in/silvia-wachira",
"email": "[email protected]"
}
]
}
9 changes: 8 additions & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ section {
height: 400px;
}

.cards {
.cards{
width: 100%;
display: flex;
flex-wrap: wrap;
Expand All @@ -352,6 +352,7 @@ section {
margin: 0 auto;
}


.card-details h1 {
text-transform: capitalize;
}
Expand All @@ -365,6 +366,11 @@ section {
font-size: 25px;
}

.card:hover{
background: rgba(10, 3, 50, 0.227);
}


.social-icon a {
font-size: 1.5rem;
width: 3rem;
Expand Down Expand Up @@ -443,6 +449,7 @@ section {

.contribute-container {
padding: 50px;
margin-bottom: 40PX;
width: 800px;
text-align: center;
align-items: center;
Expand Down

0 comments on commit 9dba8df

Please sign in to comment.