forked from shyamtawli/devFind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b729ef
commit 2936301
Showing
7 changed files
with
78 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
background: #1e2a47; | ||
margin-bottom: 1.5rem; | ||
padding: 1rem; | ||
height: 220px; | ||
color: #fff; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[ | ||
{ | ||
"name": "Shyam Tawli", | ||
"location": "Indore, India", | ||
"bio": "I am a Frontend Developer, Currently learning react and exploring open source. Pursuing my degree from Medi-Caps Universtity in Bachelor of Technology from IT department. ", | ||
"avatar": "https://github.com/shyamtawli.png", | ||
"portfolio": "https://github.com/shyamtawli", | ||
"skills": ["HTML", "CSS", "JavaScript", "ReactJS", "Java"], | ||
"social": { | ||
"GitHub": "https://github.com/shyamtawli", | ||
"Twitter": "https://twitter.com/shyam_tawli", | ||
"LinkedIn": "https://linkedin.com/in/shyamtawli" | ||
} | ||
}, | ||
{ | ||
"name": "John Doe", | ||
"location": "New York, USA", | ||
"bio": "I am a Full Stack Developer with expertise in JavaScript, Node.js, and MongoDB. I have 5 years of experience in building web applications and love to explore new technologies.", | ||
"avatar": "https://github.com/johndoe.png", | ||
"portfolio": "https://github.com/johndoe", | ||
"skills": ["JavaScript", "Node.js", "ReactJS", "MongoDB", "HTML", "CSS"], | ||
"social": { | ||
"GitHub": "https://github.com/johndoe", | ||
"Twitter": "https://twitter.com/johndoe", | ||
"LinkedIn": "https://linkedin.com/in/johndoe" | ||
} | ||
}, | ||
{ | ||
"name": "Alice Smith", | ||
"location": "London, UK", | ||
"bio": "I am a UX/UI Designer with a passion for creating clean and visually appealing user interfaces. I have experience in designing websites and mobile applications for various industries.", | ||
"avatar": "https://github.com/alicesmith.png", | ||
"portfolio": "https://github.com/alicesmith", | ||
"skills": [ | ||
"(UX) Design", | ||
"(UI) Design", | ||
"Sketch", | ||
"Figma", | ||
"InVision", | ||
"Adobe XD" | ||
], | ||
"social": { | ||
"GitHub": "https://github.com/alicesmith", | ||
"Twitter": "https://twitter.com/alicesmith", | ||
"LinkedIn": "https://linkedin.com/in/alicesmith" | ||
} | ||
}, | ||
|
||
{ | ||
"name": "Tawli Shyam", | ||
"location": "Indore, India", | ||
"bio": "Currently learning react and exploring open source. Pursuing my degree from Medi-Caps Universtity ", | ||
"avatar": "https://github.com/shyamtawli.png", | ||
"portfolio": "https://github.com/shyamtawli", | ||
"skills": ["JavaScript", "ReactJS", "Java"], | ||
"social": { | ||
"GitHub": "https://github.com/tawlishyam", | ||
"Twitter": "https://twitter.com/tawli_shyam", | ||
"LinkedIn": "https://linkedin.com/in/tawlishyam" | ||
} | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters