├── .gitignore ├── README.md └── admin ├── 18 0116 Futel, Freewire, & VC Collaboration Press Release.pdf ├── ctrlh ├── 01-Fiscal_Sponsorship_Acknowledgement_Letter_(SIGNED).pdf ├── 03-FUTEL_-_PDX_HACKERSPACE_BOARD_RESOLUTION(SIGNED).pdf └── PDX_HACKERSPACE_DETERMINATION_LETTER_501C3.pdf ├── locations └── proposals └── general └── content ├── cv-futel.txt ├── cv-karlanderson.txt ├── gallery.ods └── links.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/README.md -------------------------------------------------------------------------------- /admin/18 0116 Futel, Freewire, & VC Collaboration Press Release.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/18 0116 Futel, Freewire, & VC Collaboration Press Release.pdf -------------------------------------------------------------------------------- /admin/ctrlh/01-Fiscal_Sponsorship_Acknowledgement_Letter_(SIGNED).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/ctrlh/01-Fiscal_Sponsorship_Acknowledgement_Letter_(SIGNED).pdf -------------------------------------------------------------------------------- /admin/ctrlh/03-FUTEL_-_PDX_HACKERSPACE_BOARD_RESOLUTION(SIGNED).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/ctrlh/03-FUTEL_-_PDX_HACKERSPACE_BOARD_RESOLUTION(SIGNED).pdf -------------------------------------------------------------------------------- /admin/ctrlh/PDX_HACKERSPACE_DETERMINATION_LETTER_501C3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/ctrlh/PDX_HACKERSPACE_DETERMINATION_LETTER_501C3.pdf -------------------------------------------------------------------------------- /admin/locations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/locations -------------------------------------------------------------------------------- /admin/proposals/general/content/cv-futel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/proposals/general/content/cv-futel.txt -------------------------------------------------------------------------------- /admin/proposals/general/content/cv-karlanderson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/proposals/general/content/cv-karlanderson.txt -------------------------------------------------------------------------------- /admin/proposals/general/content/gallery.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/proposals/general/content/gallery.ods -------------------------------------------------------------------------------- /admin/proposals/general/content/links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kra/futel/HEAD/admin/proposals/general/content/links.txt --------------------------------------------------------------------------------