Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 876 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 876 Bytes

SIDAN Lab Partner Network

This is a public repository to record all SIDAN Lab's partners. We will use this static information to render creative components around SIDAN Lab's work.

image

To add yourself to our partner network, please submit a pull request with the following information:

{
  partners: {
    name: string /* Name of the partner */;
    title: string /* Title of the partner */;
    photo: string /* URL of the partner's photo */;
  }[];
  country: string;
  coordinates: [number, number] /* [longitude, latitude] */;
  position?:
    | "up"
    | "down" 
    | 'left'
    | 'right'
    /* For whether the text shows above the marker or below, default up */;
  link?: string /* Link to social media */;
  city?: string;
}