├── .all-contributorsrc ├── .gitignore ├── .ruby-version ├── 404.html ├── CONTRIBUTING.md ├── Gemfile ├── Gemfile.lock ├── README.md ├── _config.yml ├── _disabled ├── glossary.html └── glossary.md ├── _layouts ├── community-guidelines.html ├── community.html ├── get-involved.html ├── getting-help.html ├── header-footer.html └── homepage.html ├── assets ├── contributors │ ├── ashley.png │ ├── daniel.png │ ├── luisa.jpeg │ ├── lydia.jpeg │ ├── matt.png │ ├── rios.jpeg │ ├── rothberg.jpeg │ └── veroalfaro.png ├── itp-logo.png ├── main.scss ├── other1.png ├── other2.png ├── other3.png └── sun-04.png ├── attribution.md ├── community.md ├── community_statement.md ├── development.md ├── get-involved.md ├── getting_help.md ├── index.md ├── rules_of_play.md └── usage_of_technology.md /.all-contributorsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/.all-contributorsrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/.gitignore -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.3.4 -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/404.html -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_config.yml -------------------------------------------------------------------------------- /_disabled/glossary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_disabled/glossary.html -------------------------------------------------------------------------------- /_disabled/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_disabled/glossary.md -------------------------------------------------------------------------------- /_layouts/community-guidelines.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_layouts/community-guidelines.html -------------------------------------------------------------------------------- /_layouts/community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_layouts/community.html -------------------------------------------------------------------------------- /_layouts/get-involved.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_layouts/get-involved.html -------------------------------------------------------------------------------- /_layouts/getting-help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_layouts/getting-help.html -------------------------------------------------------------------------------- /_layouts/header-footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_layouts/header-footer.html -------------------------------------------------------------------------------- /_layouts/homepage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/_layouts/homepage.html -------------------------------------------------------------------------------- /assets/contributors/ashley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/contributors/ashley.png -------------------------------------------------------------------------------- /assets/contributors/daniel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/contributors/daniel.png -------------------------------------------------------------------------------- /assets/contributors/luisa.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/contributors/luisa.jpeg -------------------------------------------------------------------------------- /assets/contributors/lydia.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/contributors/lydia.jpeg -------------------------------------------------------------------------------- /assets/contributors/matt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/contributors/matt.png -------------------------------------------------------------------------------- /assets/contributors/rios.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/contributors/rios.jpeg -------------------------------------------------------------------------------- /assets/contributors/rothberg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/contributors/rothberg.jpeg -------------------------------------------------------------------------------- /assets/contributors/veroalfaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/contributors/veroalfaro.png -------------------------------------------------------------------------------- /assets/itp-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/itp-logo.png -------------------------------------------------------------------------------- /assets/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/main.scss -------------------------------------------------------------------------------- /assets/other1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/other1.png -------------------------------------------------------------------------------- /assets/other2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/other2.png -------------------------------------------------------------------------------- /assets/other3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/other3.png -------------------------------------------------------------------------------- /assets/sun-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/assets/sun-04.png -------------------------------------------------------------------------------- /attribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/attribution.md -------------------------------------------------------------------------------- /community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/community.md -------------------------------------------------------------------------------- /community_statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/community_statement.md -------------------------------------------------------------------------------- /development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/development.md -------------------------------------------------------------------------------- /get-involved.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/get-involved.md -------------------------------------------------------------------------------- /getting_help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/getting_help.md -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/index.md -------------------------------------------------------------------------------- /rules_of_play.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/rules_of_play.md -------------------------------------------------------------------------------- /usage_of_technology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ITPNYU/ITP-IMA-Community-Guidelines/HEAD/usage_of_technology.md --------------------------------------------------------------------------------