├── LICENSE ├── README.md ├── attributions.txt ├── facebook_image.png ├── favicon.png ├── index.html ├── letter.svg ├── lib └── skeleton.css ├── quarter.svg ├── stickers ├── firefox.png ├── github.png └── twitter.png └── styles.css /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2015-2021 Max Wofford & Zach Latta 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Ponzies 2 | 3 | Ponzies was a startup sticker ponzi scheme. You could mail us a startup (or 4 | hackathon) sticker and we'd send two stickers in return (_*While supplies 5 | last_). 6 | 7 | This was a fun project [@maxwofford](https://github.com/maxwofford) and I 8 | made when Hack Club printed our first sticker back in 2015. In total, Ponzies 9 | made it to the front page of Hacker News and we received hundreds of 10 | envelopes in the mail from dozens of countries. 11 | 12 | ## License 13 | 14 | See [LICENSE](LICENSE). 15 | -------------------------------------------------------------------------------- /attributions.txt: -------------------------------------------------------------------------------- 1 | Icon usage: 2 | 3 | - coin by Christian Mohr from the Noun Project 4 | - Modified to say 25 cents 5 | - George Washington by Leonardo Schneider from the Noun Project 6 | - Modified to be put on Eric Benoit's envelope as a stamp 7 | - envelope by Eric Benoit from the Noun Project 8 | - Modified to be larger and have our info and George Washington on it 9 | -------------------------------------------------------------------------------- /facebook_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zachlatta/ponzies/00cb37d0c1fc2926ef143c1f9be1872a236cc52b/facebook_image.png -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zachlatta/ponzies/00cb37d0c1fc2926ef143c1f9be1872a236cc52b/favicon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |26 | Mail us a startup (or hackathon) sticker and get two stickers in return. 27 |
28 |* While supplies last
29 |How It Works
33 |34 | Mail us a letter with a sticker and 50 cents to the address on the 35 | envelope below. 36 |
37 | 38 |(stamps for return postage cost 49¢)
49 |55 | And we'll send you two stickers in return. Expect them within 10 days. 56 |
57 | 58 |(stickers will vary)
63 | 64 |67 | By @MaxWofford and @zachlatta. If we can't fulfill 69 | your sticker request, we'll either return your letter in the mail or 70 | send you some nifty Hack 72 | Club stickers. Attributions. 73 |
74 | 75 | 79 |