Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #217 from MaruthiSingh/main
Browse files Browse the repository at this point in the history
Added me as participant
  • Loading branch information
Manas2403 authored Jan 12, 2024
2 parents 02470df + 5f8348b commit 91df36e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
25 changes: 10 additions & 15 deletions css/footer.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
:root {
--background: #24262b;
--boldtext: #00CF90;
--boldtext: #00cf90;
--iconbg: #ffffff;
--h4font: 18px;
}
Expand All @@ -16,11 +16,9 @@ body {
box-sizing: border-box;
}
.container {

display: flex;
flex-wrap: wrap;
justify-content: space-around;

}
#footer {
/* background: #091616; */
Expand Down Expand Up @@ -114,10 +112,10 @@ footer {
text-align: center;
} */
#footer .copyright {
margin-top: 40px;
color: #bbbbbb;
font-size: 1.2rem;
text-align: center;
margin-top: 40px;
color: #bbbbbb;
font-size: 1.2rem;
text-align: center;
}

#footer img {
Expand All @@ -128,10 +126,9 @@ footer {
width: 50%;
}


/*responsive*/
@media (max-width: 767px) {
.container{
.container {
flex-direction: column;
}
.footer-col {
Expand All @@ -144,10 +141,8 @@ footer {
}
.logo p {
padding-left: 40px;
}
.logo h5{
padding-left: 20px;
}


}
.logo h5 {
padding-left: 20px;
}
}
34 changes: 22 additions & 12 deletions data/participants.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"name": "Maruthi",
"imageurl": "https://avatars.githubusercontent.com/u/103304179?v=4",
"about": "Hello, I'm a web developer",
"college": "Rainbow CBSE college",
"facebook": "https://www.facebook.com/profile.php?id=100073035641785",
"github": "https://github.com/MaruthiSingh",
"twitter": "https://twitter.com/maruthi200611",
"referral": "Devfolio"
},
{
"name": "Mansi",
"imageurl": "https://avatars.githubusercontent.com/u/107349957?v=4",
Expand Down Expand Up @@ -1035,7 +1045,7 @@
"twitter": "",
"referral": ""
},
{
{
"name": "Dharshan",
"imageurl": "nill",
"about": "Hello, I'm a web developer",
Expand All @@ -1044,15 +1054,15 @@
"github": "https://github.com/dark-dragon01",
"twitter": "url",
"referral": ""
},
{
"name": "Thamarai Selvam",
"imageurl": "",
"about": "Hello, I'm front-end developer",
"college": "KG College of arts and science",
"facebook": "",
"github": "https://github.com/thamaraiselvamv",
"twitter": "https://twitter.com/Thamara52653108",
"referral": ""
}
},
{
"name": "Thamarai Selvam",
"imageurl": "",
"about": "Hello, I'm front-end developer",
"college": "KG College of arts and science",
"facebook": "",
"github": "https://github.com/thamaraiselvamv",
"twitter": "https://twitter.com/Thamara52653108",
"referral": ""
}
]

0 comments on commit 91df36e

Please sign in to comment.