Mind Rankings
💡
Notice a great mind missing?
Let us know!
Admin Console
All Minds
💻 Want to add minds permanently to Vercel?
Since Vercel hosts a static site, custom browser uploads only stay in your local browser. To add new minds permanently for everyone:
- Put the photo file in your local
scientist-pics/folder. - Open
index.htmlon your computer. - Find the
DEFAULT_MINDSarray in the JavaScript section and add your scientist:{ name: "Your Name", photo_path: "scientist-pics/filename.jpg" } - Commit the changes and push to GitHub:
git add . && git commit -m "Add new scientist" && git push