├── icons ├── favicon.png ├── twitter.svg ├── slack.svg ├── mail.svg └── github.svg ├── README.md ├── index.html ├── styles.css ├── script.js └── logo.svg /icons/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamtrask/Team-Map/HEAD/icons/favicon.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OpenMined Team Members Map 2 | 3 | Check it out here - [MAP!](https://openmined.github.io/Team-Map/) 4 | 5 | If you would like to be included on this map, please complete the [New Contributors Survey](https://goo.gl/forms/86y61YQx6bIAI8TF3). 6 | 7 | If you would like any of your info window's information to be changed, please send a direct message via Slack to 4mber. 8 | 9 | ## How to Help 10 | 11 | There are a number of ways this map can be improved upon, and as always, it is a work in progress. If you would like to help make it better, please check out the existing issues (or submit any of your own) and submit a pull request that references any issues that it may resolve. 12 | 13 | #### This map is based on the MapBox API, and also incorporates the Google Timezone and GitHub APIs. 14 | -------------------------------------------------------------------------------- /icons/twitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |' + 101 | feature.properties.About + '
' + 102 | feature.properties.DomainExpertise + '
' + 103 | feature.properties.LanguagesFrameworks + '
' + 104 | feature.properties.Familiarities + '
' + contributions + '
'; 162 | } 163 | } 164 | }; 165 | git.send(); // send request 166 | }); 167 | }; 168 | }); 169 | -------------------------------------------------------------------------------- /logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 155 | --------------------------------------------------------------------------------