├── .DS_Store ├── Code-of-conduct.md ├── LICENSE ├── README.md ├── contribution.css ├── contribution.html ├── contribution.md ├── data.json ├── details.css ├── details.html ├── favicon ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico └── site.webmanifest ├── icons8-back-arrow-96.png ├── imgs ├── .DS_Store └── contriimg.png ├── index.html ├── index.js └── style.css /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijayyprajapati/Share-Your-Bookmarks/9482d97e802c87f2e8a5daee6825c8d43de1b07f/.DS_Store -------------------------------------------------------------------------------- /Code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Contributor Code of Conduct 2 | 3 | Our [society values](https://gdsc.community.dev/jss-academy-of-technical-education-noida/) guide us in our day-to-day interactions and decision-making. Our open source projects are no exception. Trust, respect, collaboration and transparency are core values we believe should live and breathe within our projects. Our community welcomes participants from around the world with different experiences, unique perspectives, and great ideas to share. 4 | 5 | ## Our Pledge 6 | 7 | In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. 8 | 9 | ## Our Standards 10 | 11 | Examples of behavior that contributes to creating a positive environment include: 12 | 13 | - Using welcoming and inclusive language 14 | - Being respectful of differing viewpoints and experiences 15 | - Gracefully accepting constructive criticism 16 | - Attempting collaboration before conflict 17 | - Focusing on what is best for the community 18 | - Showing empathy towards other community members 19 | 20 | Examples of unacceptable behavior by participants include: 21 | 22 | - Violence, threats of violence, or inciting others to commit self-harm 23 | - The use of sexualized language or imagery and unwelcome sexual attention or advances 24 | - Trolling, intentionally spreading misinformation, insulting/derogatory comments, and personal or political attacks 25 | - Public or private harassment 26 | - Publishing others' private information, such as a physical or electronic address, without explicit permission 27 | - Abuse of the reporting process to intentionally harass or exclude others 28 | - Advocating for, or encouraging, any of the above behavior 29 | - Other conduct which could reasonably be considered inappropriate in a professional setting 30 | 31 | ## Our Responsibilities 32 | 33 | Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. 34 | 35 | Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. 36 | 37 | ## Scope 38 | 39 | This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. 40 | 41 | ## Enforcement 42 | 43 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting us anonymously through our website. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. 44 | 45 | Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. 46 | 47 | If you are unsure whether an incident is a violation, or whether the space where the incident took place is covered by our Code of Conduct, **we encourage you to still report it**. We would prefer to have a few extra reports where we decide to take no action, than to leave an incident go unnoticed and unresolved that may result in an individual or group to feel like they can no longer participate in the community. Reports deemed as not a violation will also allow us to improve our Code of Conduct and processes surrounding it. If you witness a dangerous situation or someone in distress, we encourage you to report even if you are only an observer. 48 | 49 | ## Attribution 50 | 51 | This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), [version 1.4](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html). 52 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Vijay Kumar Prajapati 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
dschackfest
2 | 3 | 8 | 9 | 17 | 18 | ## Share-Your-Bookmark: 19 | 20 | A platform where anyone can make their profile, share their Twitter and LinkedIn bookmarks, see other shared bookmarks, and contribute to the community. 21 | 22 | #### Website for this repository : 23 | 24 | ## Technology Stack used: 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | - **Frontend**: HTML5, CSS3, JavaScript 33 | 34 | - **IDE**: [Visual Studio Code](https://code.visualstudio.com/download) 35 | - **Version Control**: [Git](https://git-scm.com/downloads) and [GitHub](https://git-scm.com/downloads) 36 | 37 | ## Steps to Contribute 38 | 39 | 1. **Fork** this repository by clicking on the fork button on the upper right corner. 40 | 2. **Clone** the repo by typing this command in your command prompt or git bash: 41 | 42 | ``` 43 | git clone git@github.com:/Share-Your-Bookmarks.git 44 | ``` 45 | 46 | 3. **Edit** `data.json` file in your favourite code editor by pasting this code at the end of the array. See others code for reference. 47 | 48 | ```json 49 | { 50 | "name": "your name here", 51 | "username": "your unique username here", 52 | "bio": "your bio here", 53 | 54 | "links": [ 55 | "your first bookmark link", 56 | "your second bookmark link", 57 | "your third bookmark link", 58 | "your fourth bookmark link", 59 | "your fifth bookmark link" 60 | ], 61 | "social": [ 62 | { 63 | "twitter": "your twitter/other handle here" 64 | }, 65 | { 66 | "linkedin": "your linkedin/other handle here" 67 | } 68 | ] 69 | }, 70 | ``` 71 | 72 | 4. Type these commands in your cmd/git bash to **stage, commit and push** the changes in your cloned repo. 73 | 74 | ``` 75 | git stage . 76 | git commit -m "your message" 77 | git push origin master 78 | ``` 79 | 80 | 5. Now, **create and submit a pull request** by clicking on Contribute button on your GitHub repo. But, first be sure to fetch and merge the upstream from the original repo by clicking on Sync fork > Update branch button. 81 | 82 | ## Our Contributors !! ✨ 83 | 84 | ### Thanks to these wonderful people: ✨ 85 | 86 | 87 | 88 | 93 | 94 |
89 | 90 | 91 | 92 |
95 | 96 | ## License 97 | 98 | Licensed under the [MIT license](LICENSE). 99 | -------------------------------------------------------------------------------- /contribution.css: -------------------------------------------------------------------------------- 1 | body{ 2 | background-color: #1a1c21; 3 | color: #fff; 4 | } 5 | .container { 6 | display: flex; 7 | justify-content: center; 8 | align-items: center; 9 | /* height: 100%; 10 | width: 100%; */ 11 | margin-top: 30px; 12 | font-size: 1.4rem; 13 | font-family: 'Bebas Neue', cursive; 14 | letter-spacing: 2px; 15 | text-decoration: underline; 16 | } 17 | .container .content p { 18 | font-size: 1.6rem; 19 | font-weight: bold; 20 | width: 50%; 21 | position: absolute; 22 | left: 5%; 23 | border-radius: 5px; 24 | margin: 20px; 25 | padding: 20px; 26 | background: linear-gradient(90deg, rgba(45,155,213,1) 42%, rgba(0,212,255,1) 65%); 27 | } 28 | .points{ 29 | position: relative; 30 | top: 80%; 31 | font-size: 1.5rem; 32 | width: 70%; 33 | left: 12%; 34 | } 35 | #note{ 36 | font-size: 1.6rem; 37 | font-weight: bold; 38 | width: 70%; 39 | left: 15%; 40 | border-radius: 5px; 41 | background: linear-gradient(90deg, rgba(45,155,213,1) 30%, rgba(88,175,209,1) 51%, rgba(88,175,209,1) 59%); 42 | position: relative; 43 | top: 10%; 44 | padding-left: 2%; 45 | padding-top: 0.025%; 46 | padding-bottom: 0.025%; 47 | font-family: 'Anton', sans-serif; 48 | box-shadow: 5px 5px 10px 2px #8efafa; 49 | text-align: center; 50 | 51 | } 52 | 53 | .points li{ 54 | margin: 3%; 55 | font-family: 'Nunito', sans-serif; 56 | } 57 | img{ 58 | width: 30rem; 59 | position: absolute; 60 | left: 55%; 61 | top: 50%; 62 | } 63 | .content{ 64 | display: flex; 65 | flex-direction: column; 66 | flex-wrap: wrap; 67 | align-content: flex-start; 68 | align-items: flex-start; 69 | justify-content: flex-start; 70 | } 71 | @media(max-width:850px){ 72 | img{ 73 | width: 20rem; 74 | position: absolute; 75 | left: 10%; 76 | top: 60vh; 77 | opacity: 0.1; 78 | } 79 | .container{ 80 | text-align: center; 81 | } 82 | #note{ 83 | height: 4rem; 84 | font-size: 1rem; 85 | display: flex; 86 | align-content: center; 87 | flex-wrap: wrap; 88 | } 89 | } -------------------------------------------------------------------------------- /contribution.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | CONTRIBUTION GUIDELINES 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 21 | 27 | 33 | 34 | 35 | 36 |
37 |

CONTRIBUTION GUIDELINES

38 |
39 | 40 |
41 |
42 |

Note: Make sure to star 43 | 44 | the repository.

45 |
46 |
    47 | 48 |
  1. 49 | Your username should be unique . To find that your username is unique or not, open data.json file and press Ctrl+f and check. 50 |
  2. 51 | 52 |
  3. 53 | You must provide atleast 5 links for your pull request to be merged. 54 |
  4. 55 |
  5. 56 | Provided links should be genuine. 57 |
  6. 58 |
59 | 60 | 61 | 62 | 63 |
64 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /contribution.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | When contributing to this repository, please first discuss the change you wish to make via issue, 4 | email, or any other method with the owners of this repository before making a change. 5 | 6 | Please note we have a code of conduct, please follow it in all your interactions with the project. 7 | 8 | ## Pull Request Process 9 | 10 | 1. Ensure any install or build dependencies are removed before the end of the layer when doing a 11 | build. 12 | 2. Update the README.md with details of changes to the interface, this includes new environment 13 | variables, exposed ports, useful file locations and container parameters. 14 | 4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you 15 | do not have permission to do that, you may request the second reviewer to merge it for you. 16 | 17 | ## Code of Conduct 18 | 19 | ### Our Pledge 20 | 21 | In the interest of fostering an open and welcoming environment, we as 22 | contributors and maintainers pledge to making participation in our project and 23 | our community a harassment-free experience for everyone, regardless of age, body 24 | size, disability, ethnicity, gender identity and expression, level of experience, 25 | nationality, personal appearance, race, religion, or sexual identity and 26 | orientation. 27 | 28 | ### Our Standards 29 | 30 | Examples of behavior that contributes to creating a positive environment 31 | include: 32 | 33 | * Using welcoming and inclusive language 34 | * Being respectful of differing viewpoints and experiences 35 | * Gracefully accepting constructive criticism 36 | * Focusing on what is best for the community 37 | * Showing empathy towards other community members 38 | 39 | Examples of unacceptable behavior by participants include: 40 | 41 | * The use of sexualized language or imagery and unwelcome sexual attention or 42 | advances 43 | * Trolling, insulting/derogatory comments, and personal or political attacks 44 | * Public or private harassment 45 | * Publishing others' private information, such as a physical or electronic 46 | address, without explicit permission 47 | * Other conduct which could reasonably be considered inappropriate in a 48 | professional setting 49 | 50 | ### Our Responsibilities 51 | 52 | Project maintainers are responsible for clarifying the standards of acceptable 53 | behavior and are expected to take appropriate and fair corrective action in 54 | response to any instances of unacceptable behavior. 55 | 56 | Project maintainers have the right and responsibility to remove, edit, or 57 | reject comments, commits, code, wiki edits, issues, and other contributions 58 | that are not aligned to this Code of Conduct, or to ban temporarily or 59 | permanently any contributor for other behaviors that they deem inappropriate, 60 | threatening, offensive, or harmful. 61 | 62 | ### Scope 63 | 64 | This Code of Conduct applies both within project spaces and in public spaces 65 | when an individual is representing the project or its community. Examples of 66 | representing a project or community include using an official project e-mail 67 | address, posting via an official social media account, or acting as an appointed 68 | representative at an online or offline event. Representation of a project may be 69 | further defined and clarified by project maintainers. 70 | 71 | ### Enforcement 72 | 73 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 74 | reported by contacting the project team at [INSERT EMAIL ADDRESS]. All 75 | complaints will be reviewed and investigated and will result in a response that 76 | is deemed necessary and appropriate to the circumstances. The project team is 77 | obligated to maintain confidentiality with regard to the reporter of an incident. 78 | Further details of specific enforcement policies may be posted separately. 79 | 80 | Project maintainers who do not follow or enforce the Code of Conduct in good 81 | faith may face temporary or permanent repercussions as determined by other 82 | members of the project's leadership. 83 | 84 | ### Attribution 85 | 86 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 87 | available at [http://contributor-covenant.org/version/1/4][version] 88 | 89 | [homepage]: http://contributor-covenant.org 90 | [version]: http://contributor-covenant.org/version/1/4/ 91 | -------------------------------------------------------------------------------- /data.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Krishnadev P Melevila", 4 | "username": "krishnadevpmelevila", 5 | "bio": "Hello, I am a cyber security researcher and self-learned ethical hacker. Krishnadev P Melevila was born on 17-04-2002 and bought up in the Kerala state of India. He is an expert in cybersecurity and penetration testing and is mainly focused on web application security. Krishnadev P Melevila had secured many websites around the world including Speed exams, Entri App, MG University, Kerala Public Service Commission, and 20+ more companies. ", 6 | 7 | "links": [ 8 | "https://github.com/krishnadevpmelevila/", 9 | "https://krishnadevpmelevila.medium.com", 10 | "https://krishnadevpmelevila.com/", 11 | "https://youtube.com/nodeista", 12 | "https://beta.openai.com/playground" 13 | ], 14 | "social": [ 15 | { 16 | "twitter": "https://twitter.com/krishnadev_p_m" 17 | }, 18 | { 19 | "linkedin": "https://www.linkedin.com/in/krishnadevpmelevila/" 20 | } 21 | ] 22 | }, 23 | { 24 | "name": "Harsh Bhagat", 25 | "username": "BhaguBhai", 26 | "bio": "Hello, I am Harsh Bhagat. I am a passionate programmer who loves competitive programming and Developing meaningful things, I am 3* at CodeChef, and I know Java,c,c++, python, JS, and dart. I am interested in the MERN stack and currently sharpening my skills there.", 27 | 28 | "links": [ 29 | "https://github.com/BhagatHarsh/", 30 | "https://devfolio.co/@HarshBhagat", 31 | "https://hacktoberfest.com/", 32 | "https://youtube.com/", 33 | "https://cp-algorithms.com/" 34 | ], 35 | "social": [ 36 | { 37 | "twitter": "None" 38 | }, 39 | { 40 | "linkedin": "https://www.linkedin.com/in/harsh-bhagat-376446235" 41 | } 42 | ] 43 | }, 44 | { 45 | "name": "Abhay Kumar", 46 | "username": "Mr. Abhi", 47 | "bio": "Student", 48 | "links": [ 49 | "https://twitter.com/naval/status/1002103360646823936?s=20&t=g-xKxHA696ytxfBzbjZhig", 50 | "https://www.youtube.com/watch?v=61a7UkDO50s&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s", 51 | "https://www.youtube.com/watch?v=uufDGjTuq34&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s", 52 | "https://cp-algorithms.com/", 53 | "https://www.bookmarks.design/", 54 | "https://www.lapa.ninja/" 55 | ], 56 | "social": [ 57 | { 58 | "twitter": "https://twitter.com/abhi10799" 59 | }, 60 | { 61 | "linkedin": "#" 62 | } 63 | ] 64 | }, 65 | { 66 | "name": "Bindal", 67 | "username": "Bindal", 68 | "bio": "Student", 69 | "links": [ 70 | "https://twitter.com/naval/status/1002103360646823936?s=20&t=g-xKxHA696ytxfBzbjZhig", 71 | "https://www.lapa.ninja/", 72 | "https://www.instagram.com/p/CJ8CVk1Bvd8/?hl=en", 73 | "https://resumeb.netlify.app/", 74 | "https://www.bookmarks.design", 75 | "https://twitter.com/vandadnp/status/1578615081381740544", 76 | "https://twitter.com/Kynsofficial/status/1510206424823083008" 77 | ], 78 | "social": [ 79 | { 80 | "twitter": "https://twitter.com/bindal" 81 | }, 82 | { 83 | "linkedin": "#" 84 | } 85 | ] 86 | }, 87 | { 88 | "name": "Ishika Saraf", 89 | "username": "Ishikasaraf20", 90 | "bio": "cp-Lead GDSC Flutter Enthusiast", 91 | 92 | "links": [ 93 | "https://playground.tensorflow.org/#activation=relu&batchSize=10&dataset=circle®Dataset=reg-plane&learningRate=0.03®ularizationRate=0&noise=0&networkShape=4,2&seed=0.69567&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=false&xSquared=false&ySquared=false&cosX=false&sinX=false&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false", 94 | "https://medium.com/solana-labs/7-innovations-that-make-solana-the-first-web-scale-blockchain-ddc50b1defda", 95 | "https://classroom.google.com/h", 96 | "https://codeforces.com/", 97 | "https://www.chess.com/" 98 | ], 99 | "social": [ 100 | { 101 | "twitter": "https://twitter.com/RajshreePande10" 102 | }, 103 | { 104 | "linkedin": "https://www.linkedin.com/in/ishika-saraf-263215210/" 105 | } 106 | ] 107 | }, 108 | { 109 | "name": "italo Almeida", 110 | "username": "all0cer", 111 | "bio": "Student TADS", 112 | 113 | "links": [ 114 | "https://resumeb.netlify.app/", 115 | "https://www.bookmarks.design", 116 | "https://www.lapa.ninja/", 117 | "https://twitter.com/MentorWebDev/status/1579766236031995906", 118 | "https://www.linkedin.com/company/codingame/" 119 | ], 120 | "social": [ 121 | { 122 | "twitter": "I no have" 123 | }, 124 | { 125 | "linkedin": "https://www.linkedin.com/br/italo-almeida/" 126 | } 127 | ] 128 | }, 129 | { 130 | "name": "Faizan Potrick", 131 | "username": "FaizanPotrick", 132 | "bio": "Full Stack Web Developer", 133 | "links": [ 134 | "https://faizanpotrick.github.io/my-todos/", 135 | "https://dmcecommitteeportal.herokuapp.com/", 136 | "https://technitude2022.netlify.app/", 137 | "https://resumeb.netlify.app/", 138 | "https://webgdsc.herokuapp.com/", 139 | "https://apnashops.vercel.app/" 140 | ], 141 | "social": [ 142 | { 143 | "github": "https://github.com/FaizanPotrick" 144 | }, 145 | { 146 | "linkedin": "www.linkedin.com/in/faizan-potrick" 147 | } 148 | ] 149 | }, 150 | { 151 | "name": "Anmol Yadav", 152 | "username": "ANMOLYADAV1402", 153 | "bio": "Full Stack Web Developer", 154 | "links": [ 155 | "https://www.youtube.com/watch?v=1SnPKhCdlsU&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s", 156 | "https://www.youtube.com/watch?v=oSIv-E60NiU&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s", 157 | "https://www.youtube.com/watch?v=gwWKnnCMQ5c&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s", 158 | "https://www.youtube.com/watch?v=gfDE2a7MKjA&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s", 159 | "https://www.youtube.com/watch?v=61a7UkDO50s&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s", 160 | "https://www.youtube.com/watch?v=uufDGjTuq34&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s" 161 | ], 162 | "social": [ 163 | { 164 | "github": "https://github.com/ANMOLYADAV1402" 165 | }, 166 | { 167 | "linkedin": "https://www.linkedin.com/in/anmol-yadav-15200022a/" 168 | } 169 | ] 170 | }, 171 | { 172 | "name": "Ragina Phalangae", 173 | "username": "RaginaPhalangae", 174 | "bio": "Front-End Developer", 175 | "links": [ 176 | "http://lianox.com/sugarmyy", 177 | "https://ko-fi.com/A0A8UWP1", 178 | "https://nordvpn.com/sugarmyy", 179 | "https://www.klootbox.com", 180 | "https://www.youtube.com/channel/UCfN0lCslFXmFXAVxE2GOunw", 181 | "https://www.youtube.com/watch?v=mh79BvbQCBs&t=68s" 182 | ], 183 | "social": [ 184 | { 185 | "github": "https://github.com/RaginaPhalangae" 186 | }, 187 | { 188 | "linkedin": "https://www.linkedin.com/in/ragina-halangae-15267522a/" 189 | } 190 | ] 191 | }, 192 | { 193 | "name": "Shyamlee Kumari Gupta", 194 | "username": "Shyamlee-1207", 195 | "bio": "Front end Developer", 196 | "links": [ 197 | " https://www.takeuforward.org/", 198 | "https://practice.geeksforgeeks.org/courses", 199 | "https://wazirx.com/invite/xexnpc4u ", 200 | "https://app.groww.in/v3cO/8hu879t0 ", 201 | "https://linktr.ee/takeUforward ", 202 | "https://linktr.ee/takeUforward" 203 | ], 204 | "social": [ 205 | { 206 | "github": "https://github.com/Shyamlee-1207" 207 | }, 208 | { 209 | "linkedin": "https://www.linkedin.com/in/shyamlee-gupta-15299922a/" 210 | } 211 | ] 212 | }, 213 | { 214 | "name": "Ruchita Sonawale", 215 | "username": "ruchi-115", 216 | "bio": "Full Stack Web Developer", 217 | "links": [ 218 | "https://ruchita.vercel.app/", 219 | "https://spotify-clone-6de9b.web.app/#", 220 | "https://planets-gilt.vercel.app/", 221 | "https://doctor-chatbot-11.vercel.app/", 222 | "https://ideacon-gdsc.vercel.app/", 223 | "https://ruchi-115.github.io/Plantae-QR-Garden/" 224 | ], 225 | "social": [ 226 | { 227 | "github": "https://github.com/ruchi-115" 228 | }, 229 | { 230 | "linkedin": "https://www.linkedin.com/in/ruchita-sonawale-475063196/" 231 | } 232 | ] 233 | }, 234 | 235 | { 236 | "name": "Ajitkumar Sharma ", 237 | "username": "Ajit619", 238 | "bio": "Web Developer", 239 | "links": [ 240 | "https://www.linkedin.com/in/ajitkumar-sharma-72b2101bb", 241 | "https://www.linkedin.com/in/ajitkumar-sharma-72b2101bb", 242 | "https://www.linkedin.com/in/ajitkumar-sharma-72b2101bb", 243 | "https://www.linkedin.com/in/ajitkumar-sharma-72b2101bb", 244 | "https://www.linkedin.com/in/ajitkumar-sharma-72b2101bb" 245 | ], 246 | "social": [ 247 | { 248 | "linkedin": "https://www.linkedin.com/in/ajitkumar-sharma-72b2101bb" 249 | }, 250 | { 251 | "linkedin": "https://www.linkedin.com/in/ajitkumar-sharma-72b2101bb" 252 | } 253 | ] 254 | }, 255 | { 256 | "name": "Arya Singh", 257 | "username": "GitArya27", 258 | "bio": "Full Stack Web Developer", 259 | "links": [ 260 | "https://amzn.to/38fKSM1", 261 | "https://amzn.to/3w8iZh6", 262 | "https://amzn.to/3yjcn23", 263 | "https://amzn.to/39yEMGS", 264 | "https://amzn.to/3kMnKYf", 265 | "https://amzn.to/3kMohtd" 266 | ], 267 | "social": [ 268 | { 269 | "github": "https://github.com/GitArya27" 270 | }, 271 | { 272 | "linkedin": "https://www.linkedin.com/in/arya-singh-15267522a/" 273 | } 274 | ] 275 | }, 276 | { 277 | "name": "Sayan Nandy ", 278 | "username": "sayan81", 279 | "bio": "Enthusiast", 280 | "links": [ 281 | "https://twitter.com/naval/status/1002103360646823936?s=20&t=g-xKxHA696ytxfBzbjZhig", 282 | "https://twitter.com/heyeaslo/status/1556460201850462208?s=20&t=uTM6FvljPRkrfwXQ8P2DRg", 283 | "https://www.bookmarks.design/", 284 | "https://twitter.com/MentorWebDev/status/1579766236031995906", 285 | "https://twitter.com/kamranahmedse/status/1501116746811547654" 286 | ], 287 | "social": [ 288 | { 289 | "twitter": "https://twitter.com/SAYAN3270" 290 | }, 291 | { 292 | "linkedin": "https://www.linkedin.com/in/sayan-nandy-tech/" 293 | } 294 | ] 295 | }, 296 | { 297 | "name": "Ashish Khare", 298 | "username": "hugekontrast", 299 | "bio": "I dive faster than average.", 300 | "links": [ 301 | "https://bio.link/ashishk", 302 | "https://twitter.com/archillect/status/1546140862270283779", 303 | "https://twitter.com/verge/status/1560606190996017153", 304 | "https://twitter.com/FrameworkPuter/status/1565161695454015489", 305 | "https://twitter.com/siddharthkp/status/1571779293507719171", 306 | "https://twitter.com/github/status/1574149750370308100", 307 | "https://twitter.com/realpython/status/1579668118888058880", 308 | "https://twitter.com/Hacksterio/status/1579610914411917315", 309 | "https://twitter.com/supabase/status/1580590965605036034", 310 | "https://twitter.com/kepano/status/1515772098530095104" 311 | ], 312 | "social": [ 313 | { 314 | "twitter": "https://twitter.com/AshishK133" 315 | }, 316 | { 317 | "linkedin": "https://www.linkedin.com/in/ashish-khare-84a16a199/" 318 | } 319 | ] 320 | }, 321 | { 322 | "name": "Vijay Kumar Prajapati ", 323 | "username": "vijayyprajapati", 324 | "bio": "Web Developer", 325 | "links": [ 326 | "https://twitter.com/Prathkum/status/1567929139323351041?s=20&t=k7geimnNjB0ONv2wrv4CZQ", 327 | "https://twitter.com/SystemSunday/status/1563865370003374080?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 328 | "https://twitter.com/neembu_paani31/status/1560879159043584001?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 329 | "https://twitter.com/ChrisStaud/status/1547453276798570496?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 330 | "https://twitter.com/Akshat_World/status/1578052945635004416?s=20&t=GI7CFU4gmYAw8giOsKYDIw" 331 | ], 332 | "social": [ 333 | { 334 | "twitter": "https://twitter.com/vijayyprajapati" 335 | }, 336 | { 337 | "linkedin": "https://www.linkedin.com/in/vijayyprajapati/" 338 | } 339 | ] 340 | }, 341 | { 342 | "name": "Samarth P", 343 | "username": "samarth777", 344 | "bio": "ARTIST | ASTROPHILE | DEVELOPER", 345 | "links": [ 346 | "https://www.youtube.com/watch?v=LzFLDdWyaRI", 347 | "https://www.youtube.com/watch?v=HnzExLwH2dI", 348 | "https://www.youtube.com/watch?v=wqr01LRDw5Y", 349 | "https://www.youtube.com/watch?v=onYRbdfwN2A", 350 | "https://www.youtube.com/watch?v=bBv5q5REiGE" 351 | ], 352 | "social": [ 353 | { 354 | "twitter": "https://twitter.com/SamarthP6" 355 | }, 356 | { 357 | "linkedin": "https://www.linkedin.com/in/samarth-p-3964721b3/" 358 | } 359 | ] 360 | }, 361 | { 362 | "name": "Pulak Tandon", 363 | "username": "pulaktandon", 364 | "bio": "Enthusiast", 365 | "links": [ 366 | "https://twitter.com/frontendilia/status/1529103411882381312", 367 | "https://www.bookmarks.design/", 368 | "https://www.lapa.ninja/", 369 | "https://www.instagram.com/p/CJ8CVk1Bvd8/?hl=en", 370 | "https://www.reddit.com/r/Art/comments/dhigop/day_job_me_acrylic_2019/?utm_source=share&utm_medium=web2x&context=3", 371 | "https://twitter.com/omarsar0/status/1547950844347162624", 372 | "https://twitter.com/subhashchy/status/1536769360844361729" 373 | ], 374 | "social": [ 375 | { 376 | "twitter": "https://twitter.com/pulaktandon" 377 | }, 378 | { 379 | "linkedin": "https://www.linkedin.com/in/pulak-tandon-9a9620214/" 380 | } 381 | ] 382 | }, 383 | { 384 | "name": "Anant Dubey ", 385 | "username": "dubeyanant", 386 | "bio": "A code enthusiast!", 387 | "links": [ 388 | "https://twitter.com/naval/status/1002103360646823936", 389 | "https://www.youtube.com/watch?v=jG7dSXcfVqE&list=FLy-J3Eu4L0pvq4hMZmygJ2w&index=12", 390 | "https://www.youtube.com/watch?v=276RZVt-SDk&list=FLy-J3Eu4L0pvq4hMZmygJ2w&index=28&t=12s", 391 | "https://www.instagram.com/p/CJ8CVk1Bvd8/?hl=en", 392 | "https://www.reddit.com/r/Art/comments/dhigop/day_job_me_acrylic_2019/?utm_source=share&utm_medium=web2x&context=3" 393 | ], 394 | "social": [ 395 | { 396 | "twitter": "https://twitter.com/_aanant" 397 | }, 398 | { 399 | "linkedin": "www.linkedin.com/in/anantdubey/" 400 | } 401 | ] 402 | }, 403 | { 404 | "name": "Adarsh Dubey ", 405 | "username": "inclinedadarsh", 406 | "bio": "Web Developer & UI/UX Designer", 407 | "links": [ 408 | "https://twitter.com/naval/status/1002103360646823936?s=20&t=g-xKxHA696ytxfBzbjZhig", 409 | "https://twitter.com/heyeaslo/status/1556460201850462208?s=20&t=uTM6FvljPRkrfwXQ8P2DRg", 410 | "https://www.bookmarks.design/", 411 | "https://www.lapa.ninja/", 412 | "https://www.landingfolio.com/" 413 | ], 414 | "social": [ 415 | { 416 | "twitter": "https://twitter.com/inclinedadarsh" 417 | }, 418 | { 419 | "linkedin": "https://www.linkedin.com/in/inclinedadarsh/" 420 | } 421 | ] 422 | }, 423 | { 424 | "name": "Mahendra Chaudhari", 425 | "username": "mahendra4312", 426 | "bio": "Web Developer & ML engineer", 427 | "links": [ 428 | "https://twitter.com/AnupamPKher/status/1437610937939279872", 429 | "https://twitter.com/iamdanztee/status/1581895735775485952", 430 | "https://www.youtube.com/watch?v=B-kxUMHBxNo", 431 | "https://www.linkedin.com/posts/dholiya-gaushal-29880a213_hello-connection-here-is-my-new-web-development-ugcPost-6984038497447776256-DgmG?utm_source=share&utm_medium=member_desktop", 432 | "https://www.reddit.com/r/wholesomememes/comments/y5r8a0/still_friends_37_years_later/?utm_source=share&utm_medium=web2x&context=3" 433 | ], 434 | "social": [ 435 | { 436 | "twitter": "https://twitter.com/Mahendra_1702" 437 | }, 438 | { 439 | "linkedin": "https://www.linkedin.com/in/mahendra-chaudhari-0a94b6205/" 440 | } 441 | ] 442 | }, 443 | { 444 | "name": "Sanjay", 445 | "username": "sanjayk0508", 446 | "bio": "Front-end developer & UI/UX Designer", 447 | "links": [ 448 | "https://twitter.com/omarsar0/status/1582010269207007232", 449 | "https://twitter.com/Momentswithbren/status/1574075649362370562", 450 | "https://twitter.com/omarsar0/status/1547950844347162624", 451 | "https://twitter.com/subhashchy/status/1536769360844361729" 452 | ], 453 | "social": [ 454 | { 455 | "twitter": "https://twitter.com/Sanjay_0508" 456 | }, 457 | { 458 | "linkedin": "https://in.linkedin.com/in/sanjay-kumar-86a88421a" 459 | } 460 | ] 461 | }, 462 | { 463 | "name": "Krishna Sahu", 464 | "username": "krishna120801", 465 | "bio": "Associate cloud Engineer", 466 | "links": [ 467 | "https://itnext.io/gcp-command-line-cheatsheet-5e4434ca2c84#05b7", 468 | "https://medium.com/gowthamlabs/google-cloud-associate-engineer-notes-gcp-ace-8d2260cb3882", 469 | "https://blog.economize.cloud/how-to-use-google-cloud-shell/", 470 | "https://faun.pub/google-cloud-cli-commands-d97c0ff8c99a", 471 | "https://medium.com/swlh/10-things-you-should-know-about-tuples-in-python-b71189bdba1f" 472 | ], 473 | "social": [ 474 | { 475 | "twitter": "https://twitter.com/ksahuS5o5" 476 | }, 477 | { 478 | "linkedin": "https://www.linkedin.com/in/krishna120801" 479 | } 480 | ] 481 | }, 482 | { 483 | "name": "Piyush Kumar", 484 | "username": "devocoe", 485 | "bio": "Programmer", 486 | "links": [ 487 | "https://github.com/codecrafters-io/build-your-own-x", 488 | "https://github.com/goldbergyoni/nodebestpractices/", 489 | "https://rang.devocoe.in/", 490 | "https://devocoe.in/" 491 | ], 492 | "social": [ 493 | { 494 | "twitter": "https://twitter.com/devocoe_" 495 | }, 496 | { 497 | "linkedin": "https://www.linkedin.com/in/devocoe/" 498 | } 499 | ] 500 | }, 501 | 502 | { 503 | "name": "Krapi Rastogi", 504 | "username": "krapirastogi", 505 | "bio": "Learning new web technolgies ", 506 | "links": [ 507 | "https://twitter.com/BhavishyaP9/status/1577148660256997378?t=__sUEisKBqq2c11P6YfcNA&s=19", 508 | "https://twitter.com/juliafmorgado/status/1575462162038161409?t=bTJvG3IlH88FA3-Na7ekDQ&s=19", 509 | "https://twitter.com/shrayjayn8/status/1574705931572899841?t=C_IVY9rvpmw1JLbO9Hp7AA&s=19", 510 | "https://twitter.com/swapnakpanda/status/1574368252607995905?t=_0hChtu0BP2OgzAch8N3ZQ&s=19", 511 | "https://twitter.com/Sauain/status/1573962987685249024?t=6wqg1PD2SVtysy83rvEYYw&s=19" 512 | ], 513 | "social": [ 514 | { 515 | "twitter": "https://twitter.com/krapeeee_?t=kYNpzMNToQjF_wqV1MmmFA&s=08" 516 | }, 517 | { 518 | "linkedin": "https://www.linkedin.com/in/krapi-rastogi-ab7307213" 519 | } 520 | ] 521 | }, 522 | { 523 | "name": "Ayushi Gautam", 524 | "username": "AyushiGautam9", 525 | "bio": "Mern Developer", 526 | "links": [ 527 | "https://www.instagram.com/yo_pranshul_/", 528 | "https://wazirx.com/invite/xexnpc4u", 529 | "https://www.linkedin.com/in/luvk1412/", 530 | "https://linktr.ee/takeUforward", 531 | "https://www.codewithluv.in" 532 | ], 533 | "social": [ 534 | { 535 | "github": "https://github.com/AyushiGautam9" 536 | }, 537 | { 538 | "linkedin": "https://www.linkedin.com/in/ayushi-gautam-6b2361229/" 539 | } 540 | ] 541 | }, 542 | { 543 | "name": "Maxime Perraud", 544 | "username": "Maxime P", 545 | "bio": "Student ", 546 | "links": [ 547 | "https://twitter.com/imAlfaiz/status/1576460228031225857", 548 | "https://twitter.com/reactive_dude/status/1535930425033510913", 549 | "https://twitter.com/ChallengesCss/status/1520373724503060481", 550 | "https://twitter.com/DataScienceDojo/status/1435740231525965826" 551 | ], 552 | "social": [ 553 | { 554 | "twitter": "https://twitter.com/Maximep_dev" 555 | }, 556 | { 557 | "linkedin": "https://www.linkedin.com/in/maxime-perraud/" 558 | } 559 | ] 560 | }, 561 | { 562 | "name": "Suresh MuthuSelvam", 563 | "username": "suresh37", 564 | "bio": "Software Developer", 565 | "links": [ 566 | "https://twitter.com/frontendilia/status/1529103411882381312", 567 | "https://twitter.com/madzadev/status/1579149302081126401", 568 | "https://twitter.com/kamranahmedse/status/1501116746811547654", 569 | "https://twitter.com/JavaScriptDaily/status/1550174519784050690" 570 | ], 571 | "social": [ 572 | { 573 | "twitter": "https://twitter.com/sureysh_karthi" 574 | }, 575 | { 576 | "linkedin": "https://www.linkedin.com/in/suresh37" 577 | } 578 | ] 579 | }, 580 | { 581 | "name": "Pranjal Agarwal", 582 | "username": "Pranjal360Agarwal", 583 | "bio": "Passionate Competitive Programmer and a Web Developer", 584 | "links": [ 585 | "https://github.com/codingforentrepreneurs", 586 | "https://github.com/charles-wangkai/codechef", 587 | "https://github.com/SanjeevkMishra/Generic_Training_Python_INFY/tree/master/Fundamental%20Programming%20Part%201" 588 | ], 589 | "social": [ 590 | { 591 | "twitter": "https://twitter.com/Pranjal12393385" 592 | }, 593 | { 594 | "linkedin": "https://www.linkedin.com/in/pranjal-agarwal-11b543226/" 595 | } 596 | ] 597 | }, 598 | { 599 | "name": "Kalash Saini", 600 | "username": "insfirred", 601 | "bio": "Student", 602 | "links": [ 603 | "https://twitter.com/vandadnp/status/1578615081381740544", 604 | "https://twitter.com/Kynsofficial/status/1510206424823083008", 605 | "https://twitter.com/ujjwalscript/status/1577907277381640192", 606 | "https://twitter.com/prakharrai1609/status/1579679581946392581", 607 | "https://twitter.com/AdhamDannaway/status/1579598853837582336" 608 | ], 609 | "social": [ 610 | { 611 | "twitter": "https://twitter.com/insfirred" 612 | }, 613 | { 614 | "linkedin": "https://www.linkedin.com/in/kalashsaini27/" 615 | } 616 | ] 617 | }, 618 | { 619 | "name": "Aditya Shekhar", 620 | "username": "adishekh", 621 | "bio": "Ethical Hacker", 622 | "links": [ 623 | "https://twitter.com/naval/status/1002103360646823936", 624 | "https://twitter.com/SystemSunday/status/1563865370003374080?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 625 | "https://twitter.com/neembu_paani31/status/1560879159043584001?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 626 | "https://twitter.com/neembu_paani31/status/1560879159043584001?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 627 | "https://twitter.com/ChrisStaud/status/1547453276798570496?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 628 | "https://twitter.com/naval/status/1002103360646823936", 629 | "https://www.youtube.com/watch?v=jG7dSXcfVqE&list=FLy-J3Eu4L0pvq4hMZmygJ2w&index=12" 630 | ], 631 | "social": [ 632 | { 633 | "twitter": "https://twitter.com/adishekh" 634 | }, 635 | { 636 | "linkedin": "www.linkedin.com/in/adishekh" 637 | } 638 | ] 639 | }, 640 | { 641 | "name": "Siddhant Gupta", 642 | "username": "siddhantGupta", 643 | "bio": "Web Developer", 644 | "links": [ 645 | "https://twitter.com/GargEtisha/status/1579891136696438784?s=20&t=f7RUOY1MYIheKYfbgcHF4w", 646 | "https://twitter.com/thefarooqii/status/1580987551493521417?s=20&t=bfOiSBMafhGuCowWajYxQg", 647 | "https://twitter.com/PinakiLaskar/status/1580973816972394498?s=20&t=bfOiSBMafhGuCowWajYxQg", 648 | "https://twitter.com/neembu_paani31/status/1560879159043584001?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 649 | "https://twitter.com/neembu_paani31/status/1560879159043584001?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 650 | "https://twitter.com/ChrisStaud/status/1547453276798570496?s=20&t=GI7CFU4gmYAw8giOsKYDIw" 651 | ], 652 | "social": [ 653 | { 654 | "twitter": "https://twitter.com/Siddhan62746072" 655 | }, 656 | { 657 | "linkedin": "https://www.linkedin.com/in/siddhant-gupta-92493b211/" 658 | } 659 | ] 660 | }, 661 | { 662 | "name": "Pranjal Varshney", 663 | "username": "PranjalSays", 664 | "bio": "Web Developer", 665 | "links": [ 666 | "https://twitter.com/F1/status/1579026174881067008", 667 | "https://twitter.com/dazalexf1/status/1579482474681597952", 668 | "https://twitter.com/FeniksTVx/status/1578990477860540417", 669 | "https://twitter.com/FabrizioRomano/status/1580127728530903040", 670 | "https://twitter.com/FabrizioRomano/status/1580080071976460288" 671 | ], 672 | "social": [ 673 | { 674 | "twitter": "https://twitter.com/PranjalSay" 675 | }, 676 | { 677 | "linkedin": "https://www.linkedin.com/in/pranjal-varshney-1318a2220/" 678 | } 679 | ] 680 | }, 681 | { 682 | "name": "Nipun Khatri", 683 | "username": "CODEIT", 684 | "bio": "Mern stack developer", 685 | "links": [ 686 | "https://twitter.com/MentorWebDev/status/1580806078505582592", 687 | "https://www.instagram.com/p/Cjj5rW0LEWf/", 688 | "https://www.instagram.com/p/ChbbToOr034/", 689 | "https://twitter.com/Damldriven/status/1566892918853570562", 690 | "https://twitter.com/MentorWebDev/status/1579766236031995906" 691 | ], 692 | "social": [ 693 | { 694 | "twitter": "https://twitter.com/2Khattri" 695 | }, 696 | { 697 | "linkedin": "https://www.linkedin.com/in/nipun-khatri-80b168224/" 698 | } 699 | ] 700 | }, 701 | { 702 | "name": "Jayati Dixit", 703 | "username": "ErzaScarlet", 704 | "bio": "Software Developer", 705 | "links": [ 706 | "https://twitter.com/DeepakshiSud/status/1377997646992867331?s=20&t=bfOiSBMafhGuCowWajYxQg", 707 | "https://twitter.com/thefarooqii/status/1580987551493521417?s=20&t=bfOiSBMafhGuCowWajYxQg", 708 | "https://twitter.com/PinakiLaskar/status/1580973816972394498?s=20&t=bfOiSBMafhGuCowWajYxQg", 709 | "https://twitter.com/KirkDBorne/status/1580747356911579136?s=20&t=bfOiSBMafhGuCowWajYxQg", 710 | "https://twitter.com/AINewsFeed/status/1583473903292121088?s=20&t=EOoqy-UzxF-eDm96Flxigg" 711 | ], 712 | "social": [ 713 | { 714 | "twitter": "https://twitter.com/Evren_1502" 715 | }, 716 | { 717 | "linkedin": "https://www.linkedin.com/in/jayati-dixit-931a98203/" 718 | } 719 | ] 720 | }, 721 | { 722 | "name": "Pulkit London", 723 | "username": "Devil's Master", 724 | "bio": "Plant", 725 | "links": [ 726 | "https://twitter.com/frontendilia/status/1529103411882381312", 727 | "https://www.youtube.com/watch?v=uufDGjTuq34&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=1&t=0s", 728 | "https://cp-algorithms.com/", 729 | "https://www.bookmarks.design/" 730 | ], 731 | "social": [ 732 | { 733 | "twitter": "https://twitter.com/pulkitbl" 734 | }, 735 | { 736 | "linkedin": "https://www.linkedin.com/in/pulkit-London-9a9620245/" 737 | } 738 | ] 739 | }, 740 | { 741 | "name": "Darth Raider", 742 | "username": "Darth", 743 | "bio": "Noob", 744 | "links": [ 745 | "https://twitter.com/DeepakshiSud/status/1377997646992867331?s=20&t=bfOiSBMafhGuCowWajYxQg", 746 | "https://twitter.com/thefarooqii/status/1580987551493521417?s=20&t=bfOiSBMafhGuCowWajYxQg", 747 | "https://twitter.com/PinakiLaskar/status/1580973816972394498?s=20&t=bfOiSBMafhGuCowWajYxQg", 748 | "https://twitter.com/shrayjayn8/status/1574705931572899841?t=C_IVY9rvpmw1JLbO9Hp7AA&s=19", 749 | "https://twitter.com/KirkDBorne/status/1580747356911579136?s=20&t=bfOiSBMafhGuCowWajYxQg", 750 | "https://twitter.com/Damldriven/status/1566892918853570562", 751 | "https://twitter.com/marmooznet/status/1494027549495599108", 752 | "https://www.lapa.ninja/", 753 | "https://www.instagram.com/p/CJ8CVk1Bvd8/?hl=en", 754 | "https://resumeb.netlify.app/", 755 | "https://www.bookmarks.design", 756 | "https://twitter.com/MentorWebDev/status/1579766236031995906" 757 | ], 758 | "social": [ 759 | { 760 | "twitter": "https://twitter.com/" 761 | }, 762 | { 763 | "linkedin": "https://www.linkedin.com/in/" 764 | } 765 | ] 766 | }, 767 | { 768 | "name": "Felipe Fama", 769 | "username": "FelipeFama", 770 | "bio": "Web Developer", 771 | "links": [ 772 | "https://github.com/florinpop17/app-ideas", 773 | "https://github.com/thedaviddias/Front-End-Checklist", 774 | "https://www.linkedin.com/company/codingame/", 775 | "https://www.linkedin.com/company/exercism/", 776 | "https://www.linkedin.com/company/codewars/" 777 | ], 778 | "social": [ 779 | { 780 | "twitter": "https://www.instagram.com/lipeh.fama.dev/" 781 | }, 782 | { 783 | "linkedin": "https://www.linkedin.com/in/felipe-fama/" 784 | } 785 | ] 786 | }, 787 | { 788 | "name": "Popper ", 789 | "username": "poppins", 790 | "bio": "Web Developer", 791 | "links": [ 792 | "https://twitter.com/Prathkum/status/1567929139323351041?s=20&t=k7geimnNjB0ONv2wrv4CZQ", 793 | "https://twitter.com/ChrisStaud/status/1547453276798570496?s=20&t=ocIehP3sNZGegcvBv0_R_Q", 794 | "https://twitter.com/nevrekaraishwa2/status/1546776814055411713?s=20&t=ocIehP3sNZGegcvBv0_R_Q", 795 | "https://twitter.com/SystemSunday/status/1563865370003374080?s=20&t=ocIehP3sNZGegcvBv0_R_Q", 796 | "https://twitter.com/IrffanAsiff/status/1562779969062809611?s=20&t=ocIehP3sNZGegcvBv0_R_Q", 797 | "https://twitter.com/Prathkum/status/1567929139323351041?s=20&t=k7geimnNjB0ONv2wrv4CZQ", 798 | "https://twitter.com/Phi_of_Mind/status/1561255537471156224?s=20&t=ocIehP3sNZGegcvBv0_R_Q", 799 | "https://twitter.com/neembu_paani31/status/1560879159043584001?s=20&t=ocIehP3sNZGegcvBv0_R_Q" 800 | ], 801 | "social": [ 802 | { 803 | "twitter": "https://twitter.com/vijayyprajapati" 804 | }, 805 | { 806 | "linkedin": "https://www.linkedin.com/in/vijayyprajapati/" 807 | } 808 | ] 809 | }, 810 | { 811 | "name": "Gopal Singh Chauhan", 812 | "username": "Gopal2021025", 813 | "bio": "CP enthusiast & Web Developer", 814 | "links": [ 815 | "https://www.linkedin.com/company/codesscafe/", 816 | "https://www.linkedin.com/company/girlscriptsoc/", 817 | "https://www.linkedin.com/company/geeksforgeeks/", 818 | "https://www.linkedin.com/company/leet-code/", 819 | "https://www.linkedin.com/company/codingninjas/" 820 | ], 821 | "social": [ 822 | { 823 | "twitter": "https://www.instagram.com/gopalsingh025/?next=%2F" 824 | }, 825 | { 826 | "linkedin": "https://www.linkedin.com/in/gopal-singh-chauhan-7a38bb229/" 827 | } 828 | ] 829 | }, 830 | { 831 | "name": "Pitambar Mishra", 832 | "username": "pitssRock", 833 | "bio": "Noob", 834 | "links": [ 835 | "https://twitter.com/i/events/1580410110421004291", 836 | "https://twitter.com/thefarooqii/status/1580987551493521417?s=20&t=bfOiSBMafhGuCowWajYxQg", 837 | "https://twitter.com/PinakiLaskar/status/1580973816972394498?s=20&t=bfOiSBMafhGuCowWajYxQg", 838 | "https://twitter.com/nevrekaraishwa2/status/1546776814055411713?s=20&t=ocIehP3sNZGegcvBv0_R_Q", 839 | "https://twitter.com/KirkDBorne/status/1580747356911579136?s=20&t=bfOiSBMafhGuCowWajYxQg", 840 | "https://twitter.com/Damldriven/status/1566892918853570562", 841 | "https://www.youtube.com/watch?v=HnzExLwH2dI", 842 | "https://twitter.com/MentorWebDev/status/1579766236031995906" 843 | ], 844 | "social": [ 845 | { 846 | "twitter": "https://twitter.com/pitts" 847 | }, 848 | { 849 | "linkedin": "https://www.linkedin.com/in/" 850 | } 851 | ] 852 | }, 853 | { 854 | "name": "Sachin Rastogi", 855 | "username": "ShmitScah", 856 | "bio": "Software Developer", 857 | "links": [ 858 | "https://twitter.com/i/events/1580410110421004291", 859 | "https://twitter.com/MentorWebDev/status/1579766236031995906", 860 | "https://twitter.com/thefarooqii/status/1580987551493521417?s=20&t=bfOiSBMafhGuCowWajYxQg", 861 | "https://twitter.com/PinakiLaskar/status/1580973816972394498?s=20&t=bfOiSBMafhGuCowWajYxQg", 862 | "https://twitter.com/AAXExchange/status/1557616725264564224", 863 | "https://twitter.com/CoderBull/status/1256586681030856705?s=20&t=bo5QQJCewHMx27PDz6tO_w", 864 | "https://twitter.com/BoketoMedia/status/1532829184896147458?s=20&t=bo5QQJCewHMx27PDz6tO_w", 865 | "https://twitter.com/MetaverseCh/status/1565037447309918211" 866 | ], 867 | "social": [ 868 | { 869 | "twitter": "https://twitter.com/rocksach" 870 | }, 871 | { 872 | "linkedin": "https://www.linkedin.com/in/" 873 | } 874 | ] 875 | }, 876 | { 877 | "name": "Parakh Agrawal", 878 | "username": "blacksaw", 879 | "bio": "Software Developer", 880 | "links": [ 881 | "https://twitter.com/i/events/1580410110421004291", 882 | "https://twitter.com/SystemSunday/status/1563865370003374080?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 883 | "https://twitter.com/neembu_paani31/status/1560879159043584001?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 884 | "https://twitter.com/juliafmorgado/status/1575462162038161409?t=bTJvG3IlH88FA3-Na7ekDQ&s=19", 885 | "https://twitter.com/shrayjayn8/status/1574705931572899841?t=C_IVY9rvpmw1JLbO9Hp7AA&s=19", 886 | "https://twitter.com/madzadev/status/1579149302081126401", 887 | "https://twitter.com/kamranahmedse/status/1501116746811547654" 888 | ], 889 | "social": [ 890 | { 891 | "twitter": "https://twitter.com/ParakhAgrawal16" 892 | }, 893 | { 894 | "linkedin": "https://www.linkedin.com/in/parakh-agrawal-2b9164221/" 895 | } 896 | ] 897 | }, 898 | { 899 | "name": "Pratyush shukla", 900 | "username": "Pratyush4", 901 | "bio": "Web Developer", 902 | "links": [ 903 | "https://twitter.com/i/events/1580410110421004291", 904 | "https://twitter.com/SystemSunday/status/1563865370003374080?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 905 | "https://twitter.com/neembu_paani31/status/1560879159043584001?s=20&t=GI7CFU4gmYAw8giOsKYDIw", 906 | "https://www.linkedin.com/feed/update/urn:li:activity:6985093311485128705?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A6985093311485128705%29", 907 | "https://twitter.com/kamranahmedse/status/1501116746811547654", 908 | "https://www.linkedin.com/feed/update/urn:li:activity:6977615125616750592?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A6977615125616750592%29", 909 | "https://www.linkedin.com/feed/update/urn:li:activity:6984404536148803584?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A6984404536148803584%29" 910 | ], 911 | "social": [ 912 | { 913 | "twitter": "https://twitter.com/Pratyus76846148" 914 | }, 915 | { 916 | "linkedin": "https://www.linkedin.com/in/pratyush-shukla-381683201/" 917 | } 918 | ] 919 | }, 920 | { 921 | "name": "Piyush yadav", 922 | "username": "Piyush_Yadav", 923 | "bio": "Web Developer", 924 | "links": [ 925 | "https://twitter.com/CoderBull/status/1256586681030856705?s=20&t=bo5QQJCewHMx27PDz6tO_w", 926 | "https://twitter.com/BoketoMedia/status/1532829184896147458?s=20&t=bo5QQJCewHMx27PDz6tO_w", 927 | "https://twitter.com/BBarbourDev/status/1206276586498142209?s=20&t=bo5QQJCewHMx27PDz6tO_w", 928 | "https://twitter.com/revolution_sdc/status/1339201197190864900?s=20&t=bo5QQJCewHMx27PDz6tO_w", 929 | "https://www.linkedin.com/posts/anil-kumar-005b6151_hiring-java-webdevelopment-activity-6984486413870223361-0MXn?utm_source=share&utm_medium=member_desktop", 930 | "https://www.linkedin.com/feed/update/urn:li:activity:6985458185708953600?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A6985458185708953600%29", 931 | "https://twitter.com/SystemSunday/status/1563865370003374080?s=20&t=GI7CFU4gmYAw8giOsKYDIw" 932 | ], 933 | "social": [ 934 | { 935 | "twitter": "https://twitter.com/piyush_yadav94" 936 | }, 937 | { 938 | "linkedin": "https://www.linkedin.com/in/piyush-yadav-94b347207/" 939 | } 940 | ] 941 | }, 942 | { 943 | "name": "Dakshesh Apkare", 944 | "username": "Daksheshapkare", 945 | "bio": "A beginner Web developer", 946 | "links": [ 947 | "https://twitter.com/hacktoberfest?t=lqizwWrJSHW-AtAsvMdEgw&s=09", 948 | "https://twitter.com/LeetCode?t=XQOAsnUHVHg3P2Xv5kmXHw&s=09", 949 | "https://twitter.com/kunalstwt?t=zthg0x0hrKDdLYr3VFnbtA&s=09", 950 | "https://youtu.be/VYQVlVoWoPY", 951 | "https://youtu.be/Nckx9qMy_kw" 952 | ], 953 | "social": [ 954 | { 955 | "twitter": "htps://twitter.com/DaksheshApkare?t=BTpowy10Wsg0atN9-UPdBw&s=09" 956 | }, 957 | { 958 | "linkedin": "https://github.com/Daksheshapkare" 959 | } 960 | ] 961 | }, 962 | { 963 | "name": "Sayan Nandy ", 964 | "username": "sayan3270", 965 | "bio": "noob and learning web development", 966 | "links": [ 967 | "https://twitter.com/naval/status/1002103360646823936?s=20&t=g-xKxHA696ytxfBzbjZhig", 968 | "https://twitter.com/heyeaslo/status/1556460201850462208?s=20&t=uTM6FvljPRkrfwXQ8P2DRg", 969 | "https://www.bookmarks.design/", 970 | "https://twitter.com/MentorWebDev/status/1579766236031995906", 971 | "https://twitter.com/kamranahmedse/status/1501116746811547654" 972 | ], 973 | "social": [ 974 | { 975 | "twitter": "https://twitter.com/SAYAN3270" 976 | }, 977 | { 978 | "linkedin": "https://www.linkedin.com/in/sayan-nandy-tech/" 979 | } 980 | ] 981 | }, 982 | { 983 | "name": "Lai Kok Wui", 984 | "username": "Laikokwui", 985 | "bio": "Fresh Graduate", 986 | "links": [ 987 | "https://firebase.google.com/", 988 | "https://pandas.pydata.org/", 989 | "https://pytorch.org/", 990 | "https://www.tensorflow.org/", 991 | "https://laravel.com/", 992 | "https://tailwindcss.com/" 993 | ], 994 | "social": [ 995 | { 996 | "twitter": "https://twitter.com/Kokwei325" 997 | }, 998 | { 999 | "linkedin": "https://www.linkedin.com/in/kok-wui-lai-b20a781aa/" 1000 | } 1001 | ] 1002 | }, 1003 | { 1004 | "name": "Harinadh Tanna", 1005 | "username": "harinadh76", 1006 | "bio": "Web Developer", 1007 | "links": [ 1008 | "https://twitter.com/thedavescience/status/1572572894835933185", 1009 | "https://twitter.com/mdjunaidap/status/1547821005296377858", 1010 | "https://twitter.com/amankk_9/status/1509755977792655360", 1011 | "https://twitter.com/marmooznet/status/1494027549495599108", 1012 | "https://twitter.com/Param_eth/status/1489950490687598596" 1013 | ], 1014 | "social": [ 1015 | { 1016 | "twitter": "https://twitter.com/me_harinadh" 1017 | }, 1018 | { 1019 | "linkedin": "https://www.linkedin.com/in/harinadh-tanna-45b392211/" 1020 | } 1021 | ] 1022 | }, 1023 | { 1024 | "name": "Prakhar Sinha", 1025 | "username": "PrakharSinha-09", 1026 | "bio": "Tech Enthusiast! Learner, Java is Love!", 1027 | "links": [ 1028 | "https://twitter.com/freeCodeCamp/status/1576920253380034563", 1029 | "https://twitter.com/sumitsaurabh927/status/1566441003850031107", 1030 | "https://twitter.com/YajasSardana/status/1531174222633963521", 1031 | "https://twitter.com/saviomartin7/status/1471418694085623809", 1032 | "https://twitter.com/TessaRDavis/status/1546435834580189184" 1033 | ], 1034 | "social": [ 1035 | { 1036 | "twitter": "https://twitter.com/i_M_Prakhar09" 1037 | }, 1038 | { 1039 | "linkedin": "www.linkedin.com/in/prakhar-sinha-a81672213" 1040 | } 1041 | ] 1042 | }, 1043 | { 1044 | "name": "Udit Kotecha", 1045 | "username": "kirito-udit", 1046 | "bio": "I love trekking and maggie", 1047 | "links": [ 1048 | "https://twitter.com/DeepakshiSud/status/1377997646992867331?s=20&t=bfOiSBMafhGuCowWajYxQg", 1049 | "https://twitter.com/thefarooqii/status/1580987551493521417?s=20&t=bfOiSBMafhGuCowWajYxQg", 1050 | "https://twitter.com/PinakiLaskar/status/1580973816972394498?s=20&t=bfOiSBMafhGuCowWajYxQg", 1051 | "https://twitter.com/KirkDBorne/status/1580747356911579136?s=20&t=bfOiSBMafhGuCowWajYxQg" 1052 | ], 1053 | "social": [ 1054 | { 1055 | "twitter": "https://twitter.com/nooob_memer" 1056 | }, 1057 | { 1058 | "linkedin": "www.linkedin.com/in/udit_kotecha" 1059 | } 1060 | ] 1061 | }, 1062 | { 1063 | "name": "ANIKET SINHA", 1064 | "username": "aniketsinha2002", 1065 | "bio": "A Web3 and cloud enthuist | Web Developer by Passion | Love to Explore", 1066 | "links": [ 1067 | "https://twitter.com/freeCodeCamp/status/1576920253380034563", 1068 | "https://twitter.com/dazalexf1/status/1579482474681597952", 1069 | "https://twitter.com/FeniksTVx/status/1578990477860540417", 1070 | "https://twitter.com/FabrizioRomano/status/1580127728530903040", 1071 | "https://twitter.com/Momentswithbren/status/1574075649362370562" 1072 | ], 1073 | "social": [ 1074 | { 1075 | "twitter": "https://twitter.com/aniketsinha2002" 1076 | }, 1077 | { 1078 | "linkedin": "https://www.linkedin.com/in/aniketsinha2002/" 1079 | } 1080 | ] 1081 | }, 1082 | { 1083 | "name": "Shivam Sinha", 1084 | "username": "Broly08", 1085 | "bio": "I am oprn to contribute.", 1086 | "links": [ 1087 | "https://www.youtube.com/watch?v=GtPvCa3vvxA&list=RDGtPvCa3vvxA&start_radio=1&ab_channel=T-Series", 1088 | "https://www.youtube.com/watch?v=VMEXKJbsUmE&list=RDGtPvCa3vvxA&index=6&ab_channel=T-Series", 1089 | "https://www.youtube.com/watch?v=Tnfs0MZsBBE&list=RDGtPvCa3vvxA&index=4&ab_channel=KaanPhodMusic", 1090 | "https://www.youtube.com/watch?v=5-OqPhet-NU&list=RDGtPvCa3vvxA&index=8&ab_channel=AKSMusic4U" 1091 | ], 1092 | "social": [ 1093 | { 1094 | "twitter": "https://twitter.com/BrolyOO" 1095 | }, 1096 | { 1097 | "linkedin": "www.linkedin.com/in/shivam-sinha-7abb721a3" 1098 | } 1099 | ] 1100 | }, 1101 | { 1102 | "name": "Piyush Kumar Das", 1103 | "username": "piyushkdas0611", 1104 | "bio": "Loves compitetive coding, CTFs and open source contributions", 1105 | "links": [ 1106 | "https://twitter.com/codek_tv/status/1579284659456081921", 1107 | "https://twitter.com/KiranParmar1255/status/1582196136592691200", 1108 | "https://twitter.com/pragyanatvade/status/1581811804392812544", 1109 | "https://twitter.com/Innov_Inf/status/1580445731625861120", 1110 | "https://twitter.com/thefarooqii/status/1582333168496959490" 1111 | ], 1112 | "social": [ 1113 | { 1114 | "twitter": "https://twitter.com/Piyush_k_das" 1115 | }, 1116 | { 1117 | "linkedin": "https://www.linkedin.com/in/piyush-k-das-943b901bb/" 1118 | } 1119 | ] 1120 | }, 1121 | { 1122 | "name": "Abhimanyu Singh", 1123 | "username": "DEVIL", 1124 | "bio": "Programmer", 1125 | "links": [ 1126 | "https://github.com/codecrafters-io/build-your-own-x", 1127 | "https://www.youtube.com/watch?v=GtPvCa3vvxA&list=RDGtPvCa3vvxA&start_radio=1&ab_channel=T-Series", 1128 | "https://www.youtube.com/watch?v=VMEXKJbsUmE&list=RDGtPvCa3vvxA&index=6&ab_channel=T-Series", 1129 | "https://www.instagram.com/p/CJ8CVk1Bvd8/?hl=en", 1130 | "https://www.reddit.com/r/Art/comments/dhigop/day_job_me_acrylic_2019/?utm_source=share&utm_medium=web2x&context=3", 1131 | "https://www.youtube.com/watch?v=jG7dSXcfVqE&list=FLy-J3Eu4L0pvq4hMZmygJ2w&index=12", 1132 | "https://www.youtube.com/watch?v=276RZVt-SDk&list=FLy-J3Eu4L0pvq4hMZmygJ2w&index=28&t=12s" 1133 | ], 1134 | "social": [ 1135 | { 1136 | "twitter": "https://twitter.com/Abhimanyunarka5" 1137 | }, 1138 | { 1139 | "linkedin": "https://www.linkedin.com/in/abhimanyunaru/" 1140 | } 1141 | ] 1142 | }, 1143 | { 1144 | "name": "Krish Patel", 1145 | "username": "krishpatel2383", 1146 | "bio": "passionate Competitive Coder and java developer", 1147 | "links": [ 1148 | "https://dev.to/suchitra_13/complete-roadmap-to-learn-data-structure-and-algorithms-1pka", 1149 | "https://www.upgrad.com/blog/career-in-java/", 1150 | "https://www.pepcoding.com/resources/online-java-foundation", 1151 | "https://youtu.be/cEBkvm0-rg0", 1152 | "https://youtu.be/lvgM39UgHbA", 1153 | "https://youtu.be/o1ZqBL9hJkA", 1154 | "https://youtu.be/eGguwYPC32I", 1155 | "https://www.instagram.com/reel/CitE1snDr5n/?utm_source=ig_web_copy_link", 1156 | "https://www.instagram.com/p/Ci_8ACapFCt/?utm_source=ig_web_copy_link", 1157 | "https://www.instagram.com/reel/CVhXuKzAUeu/?utm_source=ig_web_copy_link" 1158 | ], 1159 | "social": [ 1160 | { 1161 | "twitter": "https://twitter.com/krishpatel_2383" 1162 | }, 1163 | { 1164 | "linkedin": "https://www.linkedin.com/in/krish-patel-32a2bb201/" 1165 | } 1166 | ] 1167 | }, 1168 | { 1169 | "name": "Tatwansh Jaiswal", 1170 | "username": "Storm Crasher TaJ", 1171 | "bio": "Learning something every second", 1172 | "links": [ 1173 | "https://github.com/Tatwansh", 1174 | "https://www.youtube.com/c/eddiejaoude", 1175 | "https://www.linkedin.com/groups/25827/" 1176 | ], 1177 | "social": [ 1178 | { 1179 | "twitter": "https://twitter.com/MeenuJaiswal15" 1180 | }, 1181 | { 1182 | "linkedin": "https://www.linkedin.com/in/tatwansh-j-232757217/" 1183 | } 1184 | ] 1185 | }, 1186 | { 1187 | "name": "Tenzin Lekshey", 1188 | "username": "Tenzin", 1189 | "bio": "A passionate Web Developer", 1190 | "links": [ 1191 | "https://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html", 1192 | "https://jovian.ai/learn/data-structures-and-algorithms-in-python?enroll=t", 1193 | "https://betterexplained.com/", 1194 | "https://pfpmaker.com/", 1195 | "https://www.photopea.com/" 1196 | ], 1197 | "social": [ 1198 | { 1199 | "twitter": "https://twitter.com/Tenzin47790731" 1200 | }, 1201 | { 1202 | "linkedin": "https://www.linkedin.com/in/tenzin-lekshey-66120a211/" 1203 | } 1204 | ] 1205 | }, 1206 | { 1207 | "name": "muhammad rizky r", 1208 | "username": "script000kiddies000", 1209 | "bio": "A passionate VA/PT", 1210 | "links": [ 1211 | "https://portswigger.net/web-security/all-labs", 1212 | "https://tryhackme.com/room/burpsuitebasics", 1213 | "https://app.hackthebox.com/", 1214 | "https://hacktrace-ranges.id/", 1215 | "https://t.me/ctfbersama" 1216 | ], 1217 | "social": [ 1218 | { 1219 | "twitter": "xxxx" 1220 | }, 1221 | { 1222 | "linkedin": "https://www.linkedin.com/in/muhammad-rizky-rahmattullah/" 1223 | } 1224 | ] 1225 | }, 1226 | { 1227 | "name": "Anupesh Kumar Verma", 1228 | "username": "anupeshverma", 1229 | "bio": "Web Developer", 1230 | "links": [ 1231 | "https://github.com/jina-ai/jina", 1232 | "https://github.com/freeCodeCamp/freeCodeCamp", 1233 | "https://github.com/Rutuj-Runwal/RR-Adblocker", 1234 | "https://github.com/abhaygupta08/Hacktober-2022" 1235 | ], 1236 | "social": [ 1237 | { 1238 | "twitter": "https://twitter.com/AnupeshVerma" 1239 | }, 1240 | { 1241 | "linkedin": "https://www.linkedin.com/in/anupesh-kumar-verma-81a711203/" 1242 | } 1243 | ] 1244 | }, 1245 | { 1246 | "name": "Ayush Shrotriya", 1247 | "username": "ayushsgit", 1248 | "bio": "Keen Programmer", 1249 | "links": [ 1250 | "https://twitter.com/I_saloni92/status/1582083399434768385?t=rsNCq7L7tZHse34vkLGVUg&s=19", 1251 | "https://twitter.com/TessaRDavis/status/1579089091848966144?t=atl9ZDYj_UXgFN-Sk7udVA&s=19", 1252 | "https://twitter.com/ujjwalscript/status/1581913694086213632?t=GnvSesLGY3GCOvQ8ZoWj1A&s=19", 1253 | "https://twitter.com/Eng_khairallah1/status/1582016357163421696?t=ZMCbOwOmtApQoedWRCWpoQ&s=19", 1254 | "https://twitter.com/im_niteshy/status/1582338985489477632" 1255 | ], 1256 | "social": [ 1257 | { 1258 | "twitter": "https://twitter.com/Ayushsstwt" 1259 | }, 1260 | { 1261 | "linkedin": "https://www.linkedin.com/in/" 1262 | } 1263 | ] 1264 | }, 1265 | { 1266 | "name": "Viveena", 1267 | "username": "viveena30", 1268 | "bio": "Hi, I am a web developer", 1269 | "links": [ 1270 | "https://viveena.netlify.app/", 1271 | "https://artbyviveena.wordpress.com/2021/10/08/stay-strong/", 1272 | "https://www.instagram.com/palette_point/", 1273 | "https://www.instagram.com/viveenarathi_" 1274 | ], 1275 | "social": [ 1276 | { 1277 | "twitter": "https://twitter.com/viveenaa" 1278 | }, 1279 | { 1280 | "linkedin": "https://www.linkedin.com/in/viveena-rathi-8977a6205/" 1281 | } 1282 | ] 1283 | }, 1284 | { 1285 | "name": "Ashish Kumar Sharma", 1286 | "username": "AshishSharma1203", 1287 | "bio": "Btech '24 at NIT-Allahabad. Web Developer , Learning DSA", 1288 | "links": [ 1289 | "https://github.com/cncf/mentoring", 1290 | "https://github.com/freeCodeCamp/freeCodeCamp", 1291 | "https://github.com/kunal-kushwaha/DevOps-Bootcamp", 1292 | "https://github.com/novuhq/novu", 1293 | "https://github.com/jina-ai/jina" 1294 | ], 1295 | "social": [ 1296 | { 1297 | "twitter": "https://twitter.com/_Ashish_AA" 1298 | }, 1299 | { 1300 | "linkedin": "https://www.linkedin.com/in/ashish-kumar-sharma-533025204/" 1301 | } 1302 | ] 1303 | }, 1304 | { 1305 | "name": "Yentl Hendrickx", 1306 | "username": "YentlHendrickx", 1307 | "bio": "Application Development Student @ Thomas More Geel, Belgium", 1308 | "links": [ 1309 | "https://yentl.sinners.be/", 1310 | "https://cryptotracker.sinners.be/", 1311 | "https://github.com/YentlHendrickx", 1312 | "https://www.facebook.com/ToegepasteInformatica.ThomasMoreBE/" 1313 | ], 1314 | "social": [ 1315 | { 1316 | "twitter": "https://twitter.com/hendrickx_yentl" 1317 | }, 1318 | { 1319 | "linkedin": "https://www.linkedin.com/in/yentl-hendrickx-3a3533223/" 1320 | } 1321 | ] 1322 | }, 1323 | { 1324 | "name": "Vishnu H S", 1325 | "username": "VishMaster17", 1326 | "bio": "Backend developer", 1327 | "links": [ 1328 | "https://twitter.com/naval/status/1002103360646823936", 1329 | "https://twitter.com/Param_eth/status/1525435042230849536", 1330 | "https://pepcoding.com/resources/", 1331 | "https://twitter.com/neembu_paani31/status/1560879159043584001", 1332 | "https://twitter.com/simonholdorf/status/1582625571766292481" 1333 | ], 1334 | "social": [ 1335 | { 1336 | "twitter": "https://twitter.com/VishMaster17" 1337 | }, 1338 | { 1339 | "linkedin": "https://www.linkedin.com/in/vishnu-h-s-74969730/" 1340 | } 1341 | ] 1342 | }, 1343 | { 1344 | "name": "Jayshree Tundele", 1345 | "username": "jayshreetundele", 1346 | "bio": "Designer", 1347 | "links": [ 1348 | "https://www.shapedivider.app/", 1349 | "https://sitesee.co/", 1350 | "https://unblast.com/", 1351 | "https://www.checklist.design/", 1352 | "https://bestwebsite.gallery/sites" 1353 | ], 1354 | "social": [ 1355 | { 1356 | "twitter": "#" 1357 | }, 1358 | { 1359 | "linkedin": "https://www.linkedin.com/in/jayshree-tundele-00a527206/" 1360 | } 1361 | ] 1362 | }, 1363 | { 1364 | "name": "Gopi Vaibhav", 1365 | "username": "gopivaibhav", 1366 | "bio": "Full Stack web developer with Django and MERN stack", 1367 | "links": [ 1368 | "https://github.com/MunGell/awesome-for-beginners", 1369 | "https://github.com/vijayyprajapati/Share-Your-Bookmarks", 1370 | "https://hacktoberfest.com/", 1371 | "https://www.youtube.com/watch?v=BddP6PYo2gs&list=RDvJQMhj6WYZA&index=6" 1372 | ], 1373 | "social": [ 1374 | { 1375 | "twitter": "https://twitter.com/gopi_vaibhav" 1376 | }, 1377 | { 1378 | "linkedin": "https://www.linkedin.com/in/gopivaibhav" 1379 | } 1380 | ] 1381 | }, 1382 | { 1383 | "name": "Akshat Khandelwal", 1384 | "username": "AkshatK1", 1385 | "bio": "Java and Android Developer", 1386 | "links": [ 1387 | "https://developer.android.com/docs", 1388 | "https://www.youtube.com/c/KunalKushwaha", 1389 | "https://www.youtube.com/watch?v=uPEflEXJec4", 1390 | "https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ", 1391 | "https://www.udacity.com/courses/all?price=Free" 1392 | ], 1393 | "social": [ 1394 | { 1395 | "twitter": "https://twitter.com/MaelstromWhirl" 1396 | }, 1397 | { 1398 | "linkedin": "https://www.linkedin.com/in/akshatk1/" 1399 | } 1400 | ] 1401 | }, 1402 | { 1403 | "name": "Pronajit Dey", 1404 | "username": "PronajitDey", 1405 | "bio": "AOTian | Explorer 🤠🚀 | Web Developer 👨‍💻", 1406 | "links": [ 1407 | "https://twitter.com/mdjunaidap/status/1564491922298871808?s=20&t=Ga1aoV45SkwmzTgr0RECqA", 1408 | "https://twitter.com/Div_pradeep/status/1548270574241136643?s=20&t=Ga1aoV45SkwmzTgr0RECqA", 1409 | "https://twitter.com/GithubProjects/status/1488421211109421056?s=20&t=Ga1aoV45SkwmzTgr0RECqA", 1410 | "https://twitter.com/mujeeb0147/status/1562788039780605955?s=20&t=Ga1aoV45SkwmzTgr0RECqA", 1411 | "https://twitter.com/mujeeb0147/status/1562281056325083138?s=20&t=Ga1aoV45SkwmzTgr0RECqA" 1412 | ], 1413 | "social": [ 1414 | { 1415 | "twitter": "https://twitter.com/PronajitDey" 1416 | }, 1417 | { 1418 | "linkedin": "https://www.linkedin.com/in/pronajit-dey-2735a721b/" 1419 | } 1420 | ] 1421 | }, 1422 | { 1423 | "name": "Bhai Tabahi", 1424 | "username": "bhaitabahi786", 1425 | "bio": "Ethical Hacker", 1426 | "links": [ 1427 | "https://github.com/CyberSecurityUP/Awesome-Red-Team-Operations", 1428 | "https://github.com/JohnHammond/ctf-katana", 1429 | "https://skillsforall.com/career-path/cybersecurity", 1430 | "https://gowthams.gitbook.io/bughunter-handbook/", 1431 | "https://github.com/thezakman/CTF-Heaven", 1432 | "https://requestcatcher.com/", 1433 | "https://www.rangeforce.com/", 1434 | "https://natlas.io/" 1435 | ], 1436 | "social": [ 1437 | { 1438 | "twitter": "https://twitter.com/bhai_tabahi_786" 1439 | }, 1440 | { 1441 | "linkedin": "your linkedin/other handle here" 1442 | } 1443 | ] 1444 | }, 1445 | { 1446 | "name": "Shreeja Mehta", 1447 | "username": "Shreeja_Mehta", 1448 | "bio": "Full Stack web developer(MERN Stack)", 1449 | "links": [ 1450 | "https://twitter.com/prathkum/status/1577694853504327680?s=21&t=fs059n8yrnTHOM1ISEtOfg", 1451 | "https://twitter.com/insharamin/status/1572110852853010432?s=21&t=fs059n8yrnTHOM1ISEtOfg", 1452 | "https://twitter.com/prathkum/status/1562857375308005377?s=21&t=fs059n8yrnTHOM1ISEtOfg", 1453 | "https://twitter.com/ujjwalscript/status/1560115594640310272?s=21&t=fs059n8yrnTHOM1ISEtOfg", 1454 | "https://twitter.com/prathkum/status/1554152843556290561?s=21&t=fs059n8yrnTHOM1ISEtOfg" 1455 | ], 1456 | "social": [ 1457 | { 1458 | "twitter": "https://twitter.com/shreeja_mehta" 1459 | }, 1460 | { 1461 | "linkedin": "https://www.linkedin.com/in/shreejamehta/" 1462 | } 1463 | ] 1464 | }, 1465 | { 1466 | "name": "Sukarayam Janjua", 1467 | "username": "SukarayamJanjua", 1468 | "bio": "Student Web-Game-3D developer", 1469 | "links": [ 1470 | "https://github.com/SukarayamJanjua", 1471 | "https://www.commclassroom.org/android-roadmap", 1472 | "https://www.youtube.com/c/Brackeys", 1473 | "https://learn.unity.com/", 1474 | "https://github.com/freeCodeCamp/freeCodeCamp" 1475 | ], 1476 | "social": [ 1477 | { 1478 | "twitter": "https://twitter.com/sukarayam" 1479 | }, 1480 | { 1481 | "linkedin": "https://www.linkedin.com/in/sukarayam-janjua/" 1482 | } 1483 | ] 1484 | }, 1485 | { 1486 | "name": "Pratap Parui", 1487 | "username": "pratap360", 1488 | "bio": "Frontend Developer 👨🏻‍💻 | ✨Graphic Designer | Blogger ✍", 1489 | "links": [ 1490 | "https://www.mrparuiweb.dev/", 1491 | "https://pratapparui.bio.link/", 1492 | "https://github.com/pratap360/MyToolKits", 1493 | "https://medium.com/@Parui_Pratap", 1494 | "https://www.patatap.com/", 1495 | "https://venge.io/", 1496 | "https://www.discudemy.com/" 1497 | ], 1498 | "social": [ 1499 | { 1500 | "twitter": "https://twitter.com/parui_pratap" 1501 | }, 1502 | { 1503 | "linkedin": "https://www.linkedin.com/in/pratap-parui-mr-sumbuddy/" 1504 | } 1505 | ] 1506 | }, 1507 | { 1508 | "name": "Kenee Patel", 1509 | "username": "KeneePatel", 1510 | "bio": "angsty college kid trying to code and watch anime", 1511 | "links": [ 1512 | "https://unblockit.bet", 1513 | "https://lofi.cafe", 1514 | "https://www.tldraw.com", 1515 | "https://nyaa.si", 1516 | "https://gift4designer.net", 1517 | "https://comick.fun" 1518 | ], 1519 | "social": [ 1520 | { 1521 | "twitter": "https://twitter.com/KPatelD1" 1522 | }, 1523 | { 1524 | "linkedin": "https://www.linkedin.com/in/patelkenee" 1525 | } 1526 | ] 1527 | }, 1528 | { 1529 | "name": "Divya Aggarwal", 1530 | "username": "divya520357", 1531 | "bio": "B.Tech Undergrad, just trying to succeed in this world", 1532 | "links": [ 1533 | "hhttps://www.instagram.com/thequirkyfella", 1534 | "https://notesgenix.vercel.app/", 1535 | "https://designgenix.netlify.app/", 1536 | "https://mlsacbvp.vercel.app/" 1537 | ], 1538 | "social": [ 1539 | { 1540 | "twitter": "https://twitter.com/520357Divya" 1541 | }, 1542 | { 1543 | "linkedin": "https://www.linkedin.com/in/divya098" 1544 | } 1545 | ] 1546 | }, 1547 | { 1548 | "name": "David", 1549 | "username": "davidzcode", 1550 | "bio": "A passionate fullstack developer", 1551 | "links": [ 1552 | "https://github.com/davidzcode", 1553 | "https://dev.to/davidzcode", 1554 | "https://codepen.io/davidzcode", 1555 | "https://stackoverflow.com/users/11394132/davidzcode", 1556 | "https://app.daily.dev/davidzcode" 1557 | ], 1558 | "social": [ 1559 | { 1560 | "twitter": "https://github.com/davidzcode" 1561 | }, 1562 | { 1563 | "linkedin": "https://dev.to/davidzcode" 1564 | } 1565 | ] 1566 | }, 1567 | { 1568 | "name": "Anushtha Bageria", 1569 | "username": "Anushtha Bageria", 1570 | "bio": "Upcoming SWE intern'23@Microsoft || Microsoft Engage'22 || Harvard Wecode scholar'22 || Frontend Developer || UI/UX Designer || IIIT Allahabad'24", 1571 | "links": [ 1572 | "https://www.linkedin.com/posts/shubham-upadhyay07_oops-notes-ugcPost-6956218874543398912-svUc?utm_source=share&utm_medium=member_desktop", 1573 | "https://www.linkedin.com/postsamanbarnwal_50-projects-for-react-static-web-ugcPost-6953651306846662656-zHZv?utm_source=share&utm_medium=member_desktop", 1574 | "https://www.linkedin.com/posts/ashwani521_dsa-cheat-sheet-ugcPost-6954421955550736384-HhD3?utm_source=share&utm_medium=member_desktop", 1575 | "https://www.linkedin.com/posts/rohit-pandey-8a6896174_recursion-and-backtracking-notes-ugcPost-6954121333987307520-P0zi?utm_source=share&utm_medium=member_desktop", 1576 | "https://www.linkedin.com/posts/shubham-upadhyay07_students-coding-programming-activity-6953582875627634688-OSc1?utm_source=share&utm_medium=member_desktop", 1577 | "https://www.linkedin.com/posts/riti2409_notesbyriti-programmer-github-activity-6952949389321474049-vqmp?utm_source=share&utm_medium=member_desktop", 1578 | "https://www.linkedin.com/posts/amanbarnwal_toughest-interview-questions-and-answers-ugcPost-6949202231971696640-rGdI?utm_source=share&utm_medium=member_desktop" 1579 | ], 1580 | "social": [ 1581 | { 1582 | "twitter": "https://twitter.com/Anushtha_2002" 1583 | }, 1584 | { 1585 | "linkedin": "https://www.linkedin.com/in/anushtha-bageria/" 1586 | } 1587 | ] 1588 | }, 1589 | { 1590 | "name": "Paola Zaldivar", 1591 | "username": "pzaldivar", 1592 | "bio": "Software Engineer", 1593 | "links": [ 1594 | "https://reactjs.org/docs/hello-world.html", 1595 | "https://javascript.info/array-methods", 1596 | "https://www.youtube.com/", 1597 | "https://www.mongodb.com/", 1598 | "https://github.com/pzaldivar" 1599 | ], 1600 | "social": [ 1601 | { 1602 | "twitter": "https://twitter.com/PaolaCodes" 1603 | }, 1604 | { 1605 | "linkedin": "https://www.linkedin.com/in/paolazaldivar/" 1606 | } 1607 | ] 1608 | }, 1609 | { 1610 | "name": "Mridul Goel ", 1611 | "username": "mridulgoel03", 1612 | "bio": "Web Developer", 1613 | "links": [ 1614 | "https://www.linkedin.com/in/mridulgoel03", 1615 | "https://www.github.com/mridulgoel03", 1616 | "https://www.techbeamers.com/sql-query-questions-answers-for-practice/", 1617 | "https://www.teachoo.com/12376/3415/Question-1-Choice-2/category/CBSE-Class-12-Sample-Paper-for-2021-Boards/", 1618 | "https://www.faceprep.in/articles/", 1619 | "https://www.twitter.com/mridulgoel03" 1620 | ], 1621 | "social": [ 1622 | { 1623 | "linkedin": "https://www.linkedin.com/in/mridulgoel03" 1624 | }, 1625 | { 1626 | "linkedin": "https://www.twitter.com/mridulgoel03" 1627 | } 1628 | ] 1629 | }, 1630 | { 1631 | "name": "Arpan Peter", 1632 | "username": "arpanpeter", 1633 | "bio": "Tech and Music Entusiast", 1634 | "links": [ 1635 | "https://docs.google.com/document/d/1AOXV76qKbJe9xHNqF9o00Kuj-1CKbnJ6LHCgIYIaKsQ/edit", 1636 | "https://www.coursera.org/learn/machine-learning/home/welcome", 1637 | "https://www.youtube.com/watch?v=5izFFbdHnWY&ab_channel=CodesEasyk", 1638 | "https://discuss.e-yantra.org/", 1639 | "https://learn.unschool.in/learn/home/Android-App-Development/section/43127/lesson/781315" 1640 | ], 1641 | "social": [ 1642 | { 1643 | "twitter": "https;//twitter.com/ArpanPeter2" 1644 | }, 1645 | { 1646 | "linkedin": "https://www.linkedin.com/in/rpnpeter/" 1647 | } 1648 | ] 1649 | }, 1650 | { 1651 | "name": "Ayush Kushwaha", 1652 | "username": "ayushkx", 1653 | "bio": "Web Developer", 1654 | 1655 | "links": [ 1656 | "https://sci-hub.se/", 1657 | "https://www.youtube.com/", 1658 | "https://www.interviewbit.com/coding-interview-questions/", 1659 | "https://classroom.google.com/u/0/h", 1660 | "https://practice.geeksforgeeks.org/" 1661 | ], 1662 | "social": [ 1663 | { 1664 | "twitter": "https://twitter.com/_alphaparticle" 1665 | }, 1666 | { 1667 | "linkedin": "https://www.linkedin.com/in/ayushkx/" 1668 | } 1669 | ] 1670 | }, 1671 | { 1672 | "name": "YJ You", 1673 | "username": "DEV-YJY", 1674 | "bio": "Make this world better through coding", 1675 | 1676 | "links": [ 1677 | "https://github.com/DEV-YJY", 1678 | "https://harshal0902.hashnode.dev/unit-testing-with-jest-react-and-typescript", 1679 | "https://www.joshwcomeau.com/react/usememo-and-usecallback/", 1680 | "https://www.joshwcomeau.com/react/why-react-re-renders/", 1681 | "https://www.joshwcomeau.com/react/file-structure/" 1682 | ], 1683 | "social": [ 1684 | { 1685 | "twitter": "https://twitter.com/yyou017" 1686 | }, 1687 | { 1688 | "linkedin": "https://www.linkedin.com/in/yjyou/" 1689 | } 1690 | ] 1691 | }, 1692 | { 1693 | "name": "Shubham Sardar", 1694 | "username": "sardarshubham", 1695 | "bio": "Coder | Problem solver | Web Developer", 1696 | 1697 | "links": [ 1698 | "https://github.com/SardarShubham/", 1699 | "https://leetcode.com/problemset/all/", 1700 | "https://web.whatsapp.com/", 1701 | "https://mail.google.com/mail" 1702 | ], 1703 | "social": [ 1704 | { 1705 | "twitter": "#" 1706 | }, 1707 | { 1708 | "linkedin": "https://www.linkedin.com/in/shubham-sardar-321a02196" 1709 | } 1710 | ] 1711 | }, 1712 | { 1713 | "name": "Rohit Roy", 1714 | "username": "rohitroy", 1715 | "bio": "CSE'24 | Full Stack Developer | Blockchain Enthusiast | WordPress", 1716 | 1717 | "links": [ 1718 | "https://github.com/rohitroy-github", 1719 | "https://www.geeksforgeeks.org/how-to-become-a-blockchain-developer/", 1720 | "https://www.youtube.com/watch?v=aVQJGr2J8io", 1721 | "https://www.youtube.com/watch?v=xORdz1Hi9Gc", 1722 | "https://www.linkedin.com/feed/update/urn:li:activity:6987631936189960192/", 1723 | "https://www.linkedin.com/feed/update/urn:li:activity:6985458185708953600" 1724 | ], 1725 | "social": [ 1726 | { 1727 | "twitter": "https://twitter.com/rohitroy_R" 1728 | }, 1729 | { 1730 | "linkedin": "https://www.linkedin.com/in/roy-rohit/" 1731 | } 1732 | ] 1733 | }, 1734 | { 1735 | "name": "TechAE", 1736 | "username": "TechAE", 1737 | "bio": "Tech Enthusiast aspired in Full Stack Development", 1738 | 1739 | "links": [ 1740 | "https://ahsanehtesham.live/", 1741 | "https://techaeblogs.live/", 1742 | "https://github.com/Ahsan-Ehtesham" 1743 | ], 1744 | "social": [ 1745 | { 1746 | "twitter": "https://twitter.com/AhsanEhtesham1" 1747 | }, 1748 | { 1749 | "linkedin": "https://www.linkedin.com/in/ahsan-ehtesham/" 1750 | } 1751 | ] 1752 | }, 1753 | { 1754 | "name": "Subarna Saikia", 1755 | "username": "Subarna", 1756 | "bio": "Competitive Programmar", 1757 | "links": [ 1758 | "https://www.linkedin.com/posts/sandeep-jain-b3940815_the-emphasis-should-be-on-the-quality-of-activity-6989067404119040000-E8it?utm_source=share&utm_medium=member_desktop", 1759 | "https://www.linkedin.com/posts/ayesha-zaka-2028121b4_remotework-freelance-upwork-activity-6987449237756104704-Qb8i?utm_source=share&utm_medium=member_desktop", 1760 | "https://www.linkedin.com/posts/abhish23_if-you-are-java-programmer-with-no-projects-activity-6988474042374647808-Pqz_?utm_source=share&utm_medium=member_desktop", 1761 | "https://www.linkedin.com/posts/sandeep-jain-b3940815_here-are-the-3-things-i-wish-i-knew-in-my-ugcPost-6988348916308062208-l0QQ?utm_source=share&utm_medium=member_desktop" 1762 | ], 1763 | "social": [ 1764 | { 1765 | "twitter": "https://twitter.com/subarna_saikia" 1766 | }, 1767 | { 1768 | "linkedin": "https://www.linkedin.com/in/subarna-saikia/" 1769 | } 1770 | ] 1771 | }, 1772 | { 1773 | "name": "Ansh Mondal", 1774 | "username": "Ansh1Mondal", 1775 | "bio": "A passionate Frontend Developer", 1776 | 1777 | "links": [ 1778 | "https://www.flaticon.com/", 1779 | "https://www.spin.com/featured/50-best-edm-songs-played-at-every-summer-festival/", 1780 | "https://react-bootstrap.github.io/", 1781 | "https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ", 1782 | "https://anshmondal.netlify.app/" 1783 | ], 1784 | "social": [ 1785 | { 1786 | "twitter": "#" 1787 | }, 1788 | { 1789 | "linkedin": "https://www.linkedin.com/in/ansh1mondal/" 1790 | } 1791 | ] 1792 | }, 1793 | { 1794 | "name": "Tripti Chugh", 1795 | "username": "Tripzeee3", 1796 | "bio": "BVCOE'24 | Full Stack Developer | ReactJS | Django", 1797 | 1798 | "links": [ 1799 | "https://github.com/triptiii3", 1800 | "https://www.geeksforgeeks.org/how-to-become-a-full-stack-web-developer-in-2021/", 1801 | "https://www.geeksforgeeks.org/react-js-introduction-working/?ref=lbp", 1802 | "https://www.geeksforgeeks.org/typescript/", 1803 | "https://www.geeksforgeeks.org/python-programming-language/?ref=shm", 1804 | "https://www.geeksforgeeks.org/data-structures/?ref=shm" 1805 | ], 1806 | "social": [ 1807 | { 1808 | "twitter": "#" 1809 | }, 1810 | { 1811 | "linkedin": "https://www.linkedin.com/in/triptichugh/" 1812 | } 1813 | ] 1814 | }, 1815 | 1816 | { 1817 | "name": "Ihtisham", 1818 | "username": "Ihtisham.se", 1819 | "bio": "Tech Enthusiast | Full Stack Web Developer ", 1820 | "links": [ 1821 | "https://www.linkedin.com/in/ihtisham-khan/", 1822 | "https://twitter.com/ihtisham033", 1823 | "https://dev.to/", 1824 | "https://laracasts.com/", 1825 | "https://overapi.com/", 1826 | "https://www.30secondsofcode.org/" 1827 | ], 1828 | "social": [ 1829 | { 1830 | "twitter": "https://twitter.com/ihtisham033" 1831 | }, 1832 | { 1833 | "linkedin": "https://www.linkedin.com/in/ihtisham-khan" 1834 | } 1835 | ] 1836 | }, 1837 | { 1838 | "name": "Zainab Ibraheem", 1839 | "username": "zainab_ibraheem", 1840 | "bio": "Data Scientist", 1841 | 1842 | "links": [ 1843 | "https://app.dataquest.io/login", 1844 | "https://www.postgresql.org/docs/8.1/functions-string.html", 1845 | "https://students.yourlearning.ibm.com/activity/PLAN-443005DC2436", 1846 | "https://www.epa.gov/compliance-and-fuel-economy-data/data-cars-used-testing-fuel-economy", 1847 | "https://aws-discussions.udacity.com/top?period=weekly" 1848 | ], 1849 | "social": [ 1850 | { 1851 | "twitter": "https://twitter.com/IbraheemZainab4" 1852 | }, 1853 | { 1854 | "linkedin": "https://www.linkedin.com/in/zainab-ibraheem-494206185/" 1855 | } 1856 | ] 1857 | }, 1858 | 1859 | { 1860 | "name": "Aman Singh", 1861 | "username": "Aman_19", 1862 | "bio": "Student", 1863 | 1864 | "links": [ 1865 | "https://github.com/Aman1919", 1866 | "https://www.linkedin.com/in/aman-singh-64a30b212/", 1867 | "https://auth.geeksforgeeks.org/user/amansingh33849", 1868 | "https://twitter.com/Aman_0019", 1869 | "https://leetcode.com/amansing_12/" 1870 | ], 1871 | "social": [ 1872 | { 1873 | "twitter": "https://twitter.com/Aman_0019" 1874 | }, 1875 | { 1876 | "linkedin": "https://www.linkedin.com/in/aman-singh-64a30b212/" 1877 | } 1878 | ] 1879 | }, 1880 | { 1881 | "name": "Suhana Parvin", 1882 | "username": "suhanaparvin12", 1883 | "bio": "Tech Enthusiast | Web Developer ", 1884 | "links": [ 1885 | "https://www.linkedin.com/in/suhana-parvin-a72239247/", 1886 | "https://www.hackerrank.com/", 1887 | "https://dev.to/", 1888 | "https://leetcode.com/", 1889 | "https://stackoverflow.com/", 1890 | "https://www.30secondsofcode.org/", 1891 | "https://www.geeksforgeeks.org/data-structures/?ref=shm", 1892 | "https://www.geeksforgeeks.org/how-to-become-a-blockchain-developer/" 1893 | ], 1894 | "social": [ 1895 | { 1896 | "linkedin": "https://www.linkedin.com/in/suhana-parvin-a72239247/" 1897 | } 1898 | ] 1899 | }, 1900 | 1901 | { 1902 | "name": "Debdeep Ghosal", 1903 | "username": "Debdeepghosal", 1904 | "bio": "Backend developer", 1905 | 1906 | "links": [ 1907 | "https://github.com/Debdeepghosal", 1908 | "https://www.linkedin.com/posts/debdeep-ghosal-064589225_happy-independence-day-do-activity-6964932586188001282--eBy?utm_source=share&utm_medium=member_desktop" 1909 | ], 1910 | "social": [ 1911 | { 1912 | "twitter": "https://twitter.com/debdeep_ghosal" 1913 | }, 1914 | { 1915 | "linkedin": "https://www.linkedin.com/in/debdeep-ghosal-064589225/" 1916 | } 1917 | ] 1918 | }, 1919 | { 1920 | "name": "Rushiraj Kudapane", 1921 | "username": "rushiikudapane", 1922 | "bio": "I'm a student and a programmer who loves competitive programming and development", 1923 | 1924 | "links": [ 1925 | "https://leetcode.com/rushiikudapane/", 1926 | "https://auth.geeksforgeeks.org/user/kudapanerushi13/", 1927 | "https://github.com/rushiikudapane/WeatherApp", 1928 | "https://github.com/rushiikudapane/ExpenseTracker", 1929 | "https://www.codechef.com/users/rushiikudapane" 1930 | ], 1931 | "social": [ 1932 | { 1933 | "twitter": "none" 1934 | }, 1935 | { 1936 | "linkedin": "https://www.linkedin.com/in/rushiraj-kudapane-954b81205/" 1937 | } 1938 | ] 1939 | }, 1940 | 1941 | { 1942 | "name": "Chirag Tyagi", 1943 | "username": "chiragtyagi2003", 1944 | "bio": "19 year old explorer", 1945 | 1946 | "links": [ 1947 | "https://github.com/chiragtyagi2003", 1948 | "https://developers.google.com/profile/u/ChiragTyagi?utm_source=developer.android.com" 1949 | ], 1950 | "social": [ 1951 | { 1952 | "twitter": "https://twitter.com/iamsochirag" 1953 | }, 1954 | { 1955 | "linkedin": "https://www.linkedin.com/in/chirag-tyagi-21154b225/" 1956 | } 1957 | ] 1958 | }, 1959 | { 1960 | "name": "Mariana Beldi", 1961 | "username": "marianabeldi", 1962 | "bio": "Web Developer & UI/UX Designer", 1963 | 1964 | "links": [ 1965 | "https://github.com/marianabeldi", 1966 | "https://holasvg.com/", 1967 | "https://marianabeldi.medium.com/", 1968 | "https://www.behance.net/MarianaBeldi", 1969 | "https://codepen.io/marianab/" 1970 | ], 1971 | "social": [ 1972 | { 1973 | "twitter": "https://twitter.com/marianabeldi" 1974 | }, 1975 | { 1976 | "linkedin": "https://www.linkedin.com/in/marianabeldi" 1977 | } 1978 | ] 1979 | }, 1980 | { 1981 | "name": "Sayantan Paul", 1982 | "username": "SayantanPaultbz", 1983 | "bio": " MERN Full Stack Dev 🍁 | Graphic Designer 🌸 | Currently Learning ML and Cloud 🍕", 1984 | 1985 | "links": [ 1986 | "https://cs50.harvard.edu/x/2022/", 1987 | "https://twitter.com/ashwani_kumar_4/status/1581896025307901952?s=46&t=Qw1ScVrK92qty-aJRy3prQ", 1988 | "https://www.youtube.com/playlist?list=PL0Zuz27SZ-6PFkIxaJ6Xx_X46avTM1aYw", 1989 | "https://freeforstudents.org/", 1990 | "https://avinash201199.github.io/Competitions-and-Programs-List/" 1991 | ], 1992 | "social": [ 1993 | { 1994 | "twitter": "https://twitter.com/Sayantantwtss" 1995 | }, 1996 | { 1997 | "linkedin": "https://www.linkedin.com/in/imsayantanpaul" 1998 | } 1999 | ] 2000 | }, 2001 | { 2002 | "name": "Sonam", 2003 | "username": "SonamMalik17", 2004 | "bio": "Working on Full Stack Web Development", 2005 | 2006 | "links": [ 2007 | "https://youtube.com/playlist?list=PLpdFrYE1OcJWVrlTKoueww8wPcx8_ZxLD", 2008 | "https://youtu.be/VIcBpRpiBoc", 2009 | "https://www.codechef.com/submit/CHNGIT?tab=statement", 2010 | "https://youtube.com/playlist?list=PLpdFrYE1OcJVA_nuIATfZ5lwoxjxT5dhK", 2011 | "https://youtube.com/playlist?list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q" 2012 | ], 2013 | "social": [ 2014 | { 2015 | "twitter": "none" 2016 | }, 2017 | { 2018 | "linkedin": "https://www.linkedin.com/in/sonam-malik-312467222" 2019 | } 2020 | ] 2021 | }, 2022 | { 2023 | "name": "Chirag", 2024 | "username": "ChiragAgg5k", 2025 | "bio": "computer science student studying at Bennett University", 2026 | 2027 | "links": [ 2028 | "https://github.com/ChiragAgg5k", 2029 | "https://stackoverflow.com/users/19668235/chiragagg5k", 2030 | "https://www.hackerrank.com/chiragaggarwal5k", 2031 | "https://www.codechef.com/users/chirag_agg_5k", 2032 | "https://leetcode.com/ChiragAgg5k/" 2033 | ], 2034 | "social": [ 2035 | { 2036 | "twitter": "https://twitter.com/ChiragAgg5k" 2037 | }, 2038 | { 2039 | "linkedin": "https://www.linkedin.com/in/chirag-aggarwal-066b97248/" 2040 | } 2041 | ] 2042 | }, 2043 | { 2044 | "name": "Amanda Nicole", 2045 | "username": "amanda088", 2046 | "bio": "Hello, I am Amanda. I am a passionate programmer who loves competitive programming and Developing meaningful things.", 2047 | 2048 | "links": ["https://hacktoberfest.com/", "https://cp-algorithms.com/"], 2049 | "social": [ 2050 | { 2051 | "twitter": "None" 2052 | }, 2053 | { 2054 | "linkedin": "https://www.linkedin.com/in/amanda-nicole-51b510151" 2055 | } 2056 | ] 2057 | } 2058 | ] 2059 | -------------------------------------------------------------------------------- /details.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-color: #121317; 3 | } 4 | h1, span, p, a, div { 5 | font-family: "Poppins", sans-serif; 6 | } 7 | ol li::marker 8 | { 9 | color:#58afd1; 10 | } 11 | .logo { 12 | width: fit-content; 13 | margin: auto; 14 | padding: 10px; 15 | } 16 | .logo img { 17 | width: 10rem; 18 | margin: auto; 19 | } 20 | .top-img{ 21 | height: 100px; 22 | width: 100px; 23 | margin-top: 1%; 24 | margin-left: 1%; 25 | cursor: pointer; 26 | position: absolute; 27 | 28 | } 29 | .header { 30 | background-color: #1a1c21; 31 | text-align: center; 32 | font-size: larger; 33 | font-weight: bold; 34 | line-height: 2rem; 35 | width: fit-content; 36 | border-radius: 10px; 37 | padding: 2.5rem 4rem; 38 | margin: 2rem auto; 39 | border: 5px solid #58afd1; 40 | box-shadow: 0 8px 16px 0 #14688a; 41 | } 42 | 43 | .avtar img { 44 | width: 5rem; 45 | border-radius: 4rem; 46 | } 47 | .userName { 48 | font-size: 2rem; 49 | color: #58afd1; 50 | } 51 | .userBio { 52 | margin-top:10px; 53 | color: #ffe593; 54 | font-size: 1.8rem; 55 | padding: 10px; 56 | text-align: center; 57 | font-weight: bolder; 58 | } 59 | 60 | .socialLinks button { 61 | margin-top: 10px; 62 | background-color: #1a1c21; 63 | color: #58afd1; 64 | font-weight: bold; 65 | padding: 10px; 66 | border-radius: 10px; 67 | border: 2px solid #58afd1; 68 | } 69 | .socialLinks button:hover { 70 | background-color: #d3ffe9; 71 | color: #090909; 72 | 73 | cursor: pointer; 74 | border: 2px solid #ffe593; 75 | } 76 | 77 | .subheading { 78 | color: white; 79 | text-align: center; 80 | display: flex; 81 | justify-content: center; 82 | } 83 | 84 | #nav a { 85 | text-align: center; 86 | display: flex; 87 | justify-content: center; 88 | text-decoration: none; 89 | color: white; 90 | } 91 | 92 | #nav a:hover { 93 | color: #8ddbe0; 94 | } 95 | 96 | .fa-briefcase { 97 | margin-right: 1rem; 98 | } 99 | 100 | /* link css done from here */ 101 | .userLinks { 102 | margin: auto; 103 | padding: 5px; 104 | text-align: center; 105 | width: fit-content; 106 | } 107 | 108 | .link { 109 | background-color: #1a1c21; 110 | margin-bottom: 1rem; 111 | border: 3px solid #58afd1; 112 | box-shadow: 0 4px 8px 0 #14688a; 113 | padding: 1rem; 114 | word-wrap: break-word; 115 | border-radius: 6px; 116 | } 117 | .link i { 118 | width: 25px; 119 | color: inherit; 120 | } 121 | 122 | .link:hover { 123 | color:#090909; 124 | background-color: #d3ffe9; 125 | } 126 | 127 | #linksData { 128 | color: #58afd1; 129 | width: 70vw; 130 | word-wrap: break-word; 131 | } 132 | 133 | #linksData a { 134 | color: inherit; 135 | font-weight: bold; 136 | text-decoration: none; 137 | line-height: 1.5rem; 138 | font-size: 1rem; 139 | font-weight: 540; 140 | padding: 10px; 141 | } 142 | 143 | @media only screen and (max-width: 1000px) and (min-width: 900px){ 144 | .top-img { 145 | height: 90px; 146 | width: 90px; 147 | 148 | } 149 | } 150 | @media only screen and (max-width: 900px) { 151 | .top-img { 152 | height: 90px; 153 | width: 90px; 154 | margin-top: 30vh; 155 | 156 | } 157 | } 158 | @media only screen and (max-width: 700px) { 159 | .top-img { 160 | height: 90px; 161 | width: 90px; 162 | margin-top: 1%; 163 | 164 | } 165 | } 166 | 167 | 168 | 169 | -------------------------------------------------------------------------------- /details.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | User Detail 13 | 14 | 19 | 25 | 31 | 32 | 33 | 34 | 35 | 36 |
37 | 38 |
39 |
40 | 41 |
42 |
43 |
44 |
45 | 46 |

Your Bookmarks

47 |
48 | 49 | 52 |
53 | 54 | 55 | 56 | 2 | 3 | 4 | 5 | 6 | 7 | Share Your Bookmarks 8 | 12 | 16 | 17 | 18 | 23 | 29 | 35 | 36 | 37 | 38 | 39 | 40 |
41 | 🠕 42 |
43 | 44 | 49 | 50 |
51 |

Share Your Bookmarks

52 |

53 | Add your profile, share your helpful Bookmarks and contribute to the 54 | community. 55 |

56 | Click here to see Contribution Guidelines 58 | 59 | 60 |
61 | 62 |
63 |
64 |
65 |
66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | const showData = document.getElementById("showData"); 2 | const showDetails = document.getElementById("showDetails"); 3 | 4 | const linksData = document.getElementById("linksData"); 5 | const socialLinks = document.getElementById("socialLinks"); 6 | 7 | const showNames = () => { 8 | if (data != "") { 9 | for (let i = 0; i < data.length; i++) { 10 | showData.innerHTML += ` 11 | 14 | `; 15 | } 16 | } 17 | }; 18 | 19 | let personName; 20 | const getElement = (clicked_id) => { 21 | personName = document.getElementById(`${clicked_id}`).innerText; 22 | const storePersonName = personName; 23 | localStorage.setItem("personNameKey", storePersonName); 24 | // console.log(personName); 25 | }; 26 | 27 | const userDetails = async () => { 28 | // console.log("hello yrrr"); 29 | const storePersonName = localStorage.getItem("personNameKey"); 30 | // console.log(storePersonName); 31 | const alldata = await fetch(`./data.json`); 32 | data = await alldata.json(); 33 | // console.log("data",data); 34 | let i; 35 | for (i = 0; i < data.length; i++) { 36 | // console.log("in loop"); 37 | // console.log(storePersonName); 38 | console.log(data[i].username); 39 | const string1 = data[i].username; 40 | const string2 = storePersonName; 41 | const result = string1.localeCompare(string2); 42 | // console.log("result",result); 43 | // const result = data[i].username === abhay; 44 | if (result == 0) { 45 | // console.log("in if"); 46 | // console.log(storePersonName); 47 | const showDetails = document.getElementById("showDetails"); 48 | console.log(showDetails); 49 | showDetails.innerHTML = `
50 |
51 | ${data[i].name} 52 | (${data[i].username}) 53 |
54 |
${data[i].bio}
55 |
`; 56 | // console.log(data[i].links.length); 57 | for (let j = 0; j < data[i].links.length; j++) { 58 | // console.log("in loop"); 59 | const linksData = document.getElementById("linksData"); 60 | linksData.innerHTML += ` 61 | `; 62 | // console.log(data[i].links[j]); 63 | } 64 | // console.log("loop chal gaya"); 65 | const socialLinks = document.getElementById("socialLinks"); 66 | socialLinks.innerHTML = ` 67 | 68 | `; 69 | // console.log("social"); 70 | // console.log(data[i].social[0].twitter); 71 | break; 72 | } 73 | } 74 | }; 75 | 76 | const fetchData = async () => { 77 | try { 78 | const alldata = await fetch(`./data.json`); 79 | data = await alldata.json(); 80 | await showNames(); 81 | // console.log(data); 82 | } catch (e) { 83 | throw new Error(e); 84 | } 85 | }; 86 | 87 | fetchData(); 88 | 89 | // Scroll to Top Button Code Starts Here 90 | 91 | let calcScrollValue = () => { 92 | let scrollProgress = document.getElementById("progress"); 93 | let progressValue = document.getElementById("progress-value"); 94 | let pos = document.documentElement.scrollTop; 95 | let calcHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight; 96 | let scrollValue = Math.round((pos * 100) / calcHeight); 97 | 98 | if(pos>100){ 99 | scrollProgress.style.display = "grid"; 100 | } 101 | else{ 102 | scrollProgress.style.display = "none"; 103 | } 104 | 105 | scrollProgress.addEventListener("click", () => { 106 | document.documentElement.scrollTop = 0; 107 | }); 108 | scrollProgress.style.background = `conic-gradient(#4b7df2 ${scrollValue}%, #d7d7d7 ${scrollValue}%)`; 109 | }; 110 | 111 | 112 | 113 | window.onscroll = calcScrollValue; 114 | window.onload = calcScrollValue; 115 | 116 | // Scroll to Top Button Code Ends Here -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | font-family: "Poppins", sans-serif; 6 | } 7 | body { 8 | background-color: #121317; 9 | color: white; 10 | } 11 | 12 | /* ------------ Custom Scroll Bar CSS------ */ 13 | /* Note: This support only in Chrome Browser and Safari Browser not in Firefox and IE*/ 14 | ::-webkit-scrollbar { 15 | width: 16px; 16 | } 17 | 18 | ::-webkit-scrollbar-thumb{ 19 | background-image: linear-gradient(180deg, #f22094 20%, #003eea 80%); 20 | box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5); 21 | border-radius: 100px; 22 | } 23 | 24 | ::-webkit-scrollbar-thumb:hover { 25 | opacity: 0.2; 26 | } 27 | /* ------------------------------------------- */ 28 | 29 | 30 | .main-header { 31 | background-color: #1a1c21; 32 | text-align: center; 33 | width: min(800px, 90%); 34 | border-radius: 8px; 35 | margin-inline: auto; 36 | padding: 24px; 37 | } 38 | .main-header p { 39 | font-size: clamp(0.5rem, 3vw, 1.2rem);; 40 | margin: 1rem 0rem; 41 | } 42 | 43 | .main-header h3 { 44 | font-size: 2rem; 45 | margin: 0px; 46 | margin-top: 30px; 47 | } 48 | 49 | .main-header .contribution_link{ 50 | font-weight: bold; 51 | border: 1px dotted #FFF; 52 | padding: 5px; 53 | font-size: clamp(0.5rem, 2.75vw, 1.2rem); 54 | } 55 | 56 | main .showData { 57 | display: grid; 58 | grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 59 | /* align-items: center; */ 60 | /* justify-content: center; */ 61 | /* flex-wrap: wrap; */ 62 | /* margin: 20px; */ 63 | margin-top: 30px; 64 | } 65 | 66 | .btn { 67 | background: none; 68 | border: none; 69 | cursor: pointer; 70 | line-height: 1.5; 71 | font: 700 1.2rem 'Roboto Slab', sans-serif; 72 | padding: 1em 2em; 73 | letter-spacing: 0.05rem; 74 | } 75 | .btn:focus { 76 | outline: 2px dotted #55d7dc; 77 | } 78 | 79 | .singlePerson { 80 | max-width: 100vw; 81 | display: flex; 82 | justify-content: center; 83 | align-items: center; 84 | } 85 | 86 | .singlePerson a { 87 | display: flex; 88 | width: 100%; 89 | } 90 | 91 | main .showData .singlePerson button { 92 | margin: 10px auto; 93 | width: 90%; 94 | padding: 1.5rem 2rem; 95 | background-color: #1a1c21; 96 | color: white; 97 | opacity: 0.8; 98 | font-size: 20px; 99 | border: none; 100 | outline: none; 101 | border-radius: 5px; 102 | cursor: pointer; 103 | border: 2px solid transparent; 104 | transition: all 300ms ease-in-out; 105 | box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; 106 | white-space: nowrap; 107 | } 108 | main .showData .singlePerson button:hover { 109 | transform: scale(1.1); 110 | transition: all 300ms ease-in-out; 111 | } 112 | .main-header, 113 | .showData .singlePerson button { 114 | box-shadow: inset 0 0 0 4px #58afd1; 115 | color: #58afd1; 116 | transition: color 0.25s 0.0833333333s; 117 | position: relative; 118 | } 119 | .main-header ::before, 120 | .main-header ::after, 121 | .showData .singlePerson button::before, 122 | .showData .singlePerson button::after { 123 | border: 0 solid transparent; 124 | box-sizing: border-box; 125 | content: ''; 126 | pointer-events: none; 127 | position: absolute; 128 | width: 0; 129 | height: 0; 130 | bottom: 0; 131 | right: 0; 132 | } 133 | .main-header::before, 134 | .showData .singlePerson button::before { 135 | border-bottom-width: 4px; 136 | border-left-width: 4px; 137 | } 138 | .main-header::after, 139 | .showData .singlePerson button::after { 140 | border-top-width: 4px; 141 | border-right-width: 4px; 142 | } 143 | .main-header:hover, 144 | .showData .singlePerson button:hover { 145 | color: #ffe593; 146 | } 147 | .main-header:hover::before, 148 | .main-header:hover::after , 149 | .showData .singlePerson button:hover::before, 150 | .showData .singlePerson button:hover::after { 151 | border-color: #ffe593; 152 | transition: border-color 0s, width 0.25s, height 0.25s; 153 | width: 100%; 154 | height: 100%; 155 | } 156 | .main-header:hover::before, 157 | .showData .singlePerson button:hover::before { 158 | transition-delay: 0s, 0s, 0.25s; 159 | } 160 | .main-header:hover::after, 161 | .showData .singlePerson button:hover::after { 162 | transition-delay: 0s, 0.25s, 0s; 163 | } 164 | .btn { 165 | background: none; 166 | border: none; 167 | cursor: pointer; 168 | line-height: 1.5; 169 | font: 700 1.2rem 'Roboto Slab', sans-serif; 170 | padding: 1em 2em; 171 | letter-spacing: 0.05rem; 172 | } 173 | .btn:focus { 174 | outline: 2px dotted #55d7dc; 175 | } 176 | 177 | 178 | 179 | .user-container { 180 | background-color: #1a1c21; 181 | text-align: center; 182 | width: min(800px, 90%); 183 | border-radius: 8px; 184 | margin-inline: auto; 185 | margin-top: 50px; 186 | padding: 24px; 187 | } 188 | .user-container .showDetails { 189 | display: flex; 190 | flex-direction: column; 191 | align-items: center; 192 | justify-content: flex-start; 193 | width: 100%; 194 | height: 100%; 195 | margin-top: 50px; 196 | } 197 | .user-container .showDetails .userHead { 198 | display: flex; 199 | flex-direction: column; 200 | justify-content: center; 201 | align-items: center; 202 | } 203 | 204 | .user-container .showDetails .userHead .userName { 205 | font-size: 2.5rem; 206 | font-weight: 600; 207 | } 208 | 209 | .user-container .showDetails .userHead .userName span { 210 | font-size: 1.5rem; 211 | } 212 | 213 | .user-container .showDetails .userHead .userBio { 214 | font-size: 1.2rem; 215 | margin-top: 0.9rem; 216 | margin-bottom: 0.7rem; 217 | } 218 | .user-container .userLinks ol li { 219 | text-align: left !important; 220 | margin: 20px; 221 | word-wrap: break-word; 222 | } 223 | 224 | .user-container .socialLinks button { 225 | margin: 10px; 226 | padding: 1rem 2rem; 227 | background-color: #121317; 228 | color: white; 229 | font-size: 15px; 230 | border: none; 231 | outline: none; 232 | border-radius: 5px; 233 | transition: all 300ms ease-in-out; 234 | } 235 | .user-container .socialLinks button:hover { 236 | cursor: pointer; 237 | } 238 | 239 | 240 | a { 241 | color: inherit; 242 | text-decoration: none; 243 | } 244 | 245 | a:hover { 246 | color: #0080ff; 247 | } 248 | 249 | .user-container .socialLinks button:hover { 250 | background-color: #0080ff; 251 | } 252 | 253 | main .showData .singlePerson button:hover { 254 | border: 2px solid #0080ff; 255 | } 256 | 257 | nav{ 258 | height: 8vh; 259 | display: flex; 260 | justify-content: flex-end; 261 | align-items: center; 262 | } 263 | 264 | nav > a { 265 | margin-right: 2rem; 266 | } 267 | 268 | nav > a :hover{ 269 | color: white; 270 | } 271 | 272 | .fa-github{ 273 | font-size: 1.5rem; 274 | } 275 | /* Scroll to Top Button Code Starts Here */ 276 | html{ 277 | scroll-behavior: smooth; 278 | } 279 | #progress{ 280 | position: fixed; 281 | bottom: 20px; 282 | right: 25px; 283 | height: 70px; 284 | width: 70px; 285 | display: none; 286 | place-items: center; 287 | border-radius: 50%; 288 | box-shadow: 0 0 10px rgba(0 0 0 0.2); 289 | cursor: pointer; 290 | z-index: 1000; 291 | } 292 | #progress-value{ 293 | display: block; 294 | height: calc(100% - 15px); 295 | width: calc(100% - 15px); 296 | background-color: white; 297 | border-radius: 50%; 298 | display: grid; 299 | place-items: center; 300 | font-size: 35px; 301 | color: #001a2e; 302 | } 303 | /* Scroll to Top Button Code Ends Here */ 304 | --------------------------------------------------------------------------------