Skip to content

sidan-lab/sidan-partner-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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;
}

About

Public information about SIDAN Lab's partners

Resources

Stars

Watchers

Forks