Current deployment can be found at fellowmap.space
v1.0 can be found at mlh-fellows.surge.sh
Just a really cool world map that shows all the MLH Fellows, Mentors and MLH Staff. It's a place for fellows to show off their work and describe their journey to the world.
Being the inaugural batch of MLH Fellowship we had no idea of what to expect or what is expected of us. This is an effort to make the on-boarding process easier for future fellows by having experiences and journey of all past fellows in one place.
If you want to add content such as your socials, website or even just a detailed bio, try adding/updating your own mdx file with your github profile username.
- MDX file location:
src/profiles
- Filename:
github_username.mdx
- Profile Template:
---
name: John Doe (Optional, if not provided will be sourced from github)
lat: '25.0000' (Sourced from geocoding 'Location' on your Github profile. If this is not accurate, set it here)
long: '71.0000' (Sourced from geocoding 'Location' on your Github profile. If this is not accurate, set it here)
profilepic: john.png (Optional, if not provided will be sourced from github)
github: john (Required)
twitter: jdoe (Optional, if not provided will be sourced from github)
linkedin: johndoe (Optional)
bio: I am John Doe, thats all you need to know. (Optional, if not provided will be sourced from github)
---
Anything typed here will be part of your page. You can use *full* MDX capabilities!
Note: The ---
are necessary at the start and end of .md
file. LatLong should be in quotes.
- Profile image file location:
src/profiles/images
- Image name:
github_username.png
If you want to add more content like a blog post, special links or a lengthy memoir, you can always edit the mdx
file and put the content below the basic profile description.
Full MDX capabilites are provided, go crazy!
If you wish to try out FellowMap locally, you can refer to DEVELOPMENT.md. This step is completely optional if you simply want to add your own profile, but it may be helpful if you wish to add a new feature! :)