├── .prettierrc ├── MIT_LICENSE ├── README.md ├── images ├── dino.svg ├── flag-orpheus-top.png ├── github.svg ├── pr.svg └── slack.svg ├── index.html ├── script.js └── style.css /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/.prettierrc -------------------------------------------------------------------------------- /MIT_LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/MIT_LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/README.md -------------------------------------------------------------------------------- /images/dino.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/images/dino.svg -------------------------------------------------------------------------------- /images/flag-orpheus-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/images/flag-orpheus-top.png -------------------------------------------------------------------------------- /images/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/images/github.svg -------------------------------------------------------------------------------- /images/pr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/images/pr.svg -------------------------------------------------------------------------------- /images/slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/images/slack.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/contribute/HEAD/style.css --------------------------------------------------------------------------------