aemmadi / MLH-Fellow-Map

https://mlh-fellows.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLH Fellow Locator

Link to Map

Add yourself

To add yourself to the map follow the following steps;

  • Add a Profile Pic to static/images. (example name: korusuke.png)
  • Add a .md file of preferred name to src/profiles.
  • Copy the below template into the file created in above step.
  • Fill out your details.

Template

---
name: John Doe
profilepic: john.png
github: john
twitter: jdoe
linkedin: johndoe
description: I am John Doe, that's all you need to know.
lat: '25.0000'
long: '71.0000'
---

Note: The --- are necessary at the start and end of .md file. LatLong should be in quotes.

About

https://mlh-fellows.surge.sh/

License:MIT License


Languages

Language:JavaScript 69.5%Language:CSS 30.5%