Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantjagtap2909 authored Nov 13, 2023
1 parent 0115bae commit 2226f09
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Connecting - Connect Github users.</title>
<meta
name="description"
content="Connecting™ is focuses on making active community for GitHub users to connect likely skilled people with each other"
content="Connecting™ is focuses on making active community for GitHub users to connect likely skilled people with each other.."
/>
<link
rel="icon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Connecting",
"version": "1.0.0",
"description": "The website to connect the all active Github user",
"description": "The platform to connect with the active Github user",
"main": "scripts/app.js",
"scripts": {
"start": "serve -s .",
Expand Down
18 changes: 9 additions & 9 deletions profiles/profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,31 @@
"name": "Vaibhav Gaikwad",
"username": "vaibhavgaikwad8476"
},
{
{
"image": "https://avatars.githubusercontent.com/u/42183055?v=4",
"name": "Rahul Kumar",
"username": "rahullkumr"
},
{
{
"image": "https://avatars.githubusercontent.com/u/126690000?v=4",
"name" : "Vaibhav Pandarkar",
"username": "vaibhavpandarkar4040"
},
{
},
{
"image": "https://avatars.githubusercontent.com/u/146003237?v=4",
"name" : "Kaniz Fatma",
"username": "Kaniz-Fatma"
},
{
},
{
"image": "https://avatars.githubusercontent.com/u/78019442?v=4",
"name" : "Naman Agrahari",
"username": "Naman73598"
},
{
},
{
"image": "https://avatars.githubusercontent.com/u/71535757?v=4",
"name" : "Uthman Abdurrahman",
"username": "Codeknight-Dojo"
},
},
{
"image": "https://avatars.githubusercontent.com/u/112506922?v=4",
"name": "Ayush Anshu",
Expand Down
2 changes: 1 addition & 1 deletion scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ btn.addEventListener('click', e => {
document.body.classList.toggle('night-mode')
})

// load all profiles

loadProfiles();

3 changes: 1 addition & 2 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ nav {
top: 50%;
right: 0px;
transform: translateY(-50%);
/* Center the container vertically */


}

.input-div img {
Expand Down

0 comments on commit 2226f09

Please sign in to comment.