/chingu-map

the cheetahs world map thing

Primary LanguageJavaScript

The Chingu world map

✏️ If you want to add yourself to the map:

,{
    lat: [number], 
    lng: [number], 
    title: '@[your username]', 
    name: '[your full name]', 
    fullText: '', 
    img: 'img/[your username].jpe', 
    cohort: '[your cohort]'
} 
  1. change the text in brackets (remove brackets)
  2. record changes in markersdata.js
  3. add photos to the folder img (Photo should be square, small size. Name of the image, your user name)
  4. make a pull request 🔥