Ionic Ion: Tinder Cards ('-' * 23) An Ion (reusable Ionic widget) for adding tinder-style swipe cards to your app.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| If you are interested in organizational culture that is high trust and high performant then I would read the Toyota book series I have listed. watch my video first. | |
| If you want bleeding edge “what organization culture” could look like start with the Kelly Mcgonical Ted talk then watch Alia Crum then watch my video listed. | |
| Mark Burgess’ book is a masterpiece (hard to read) on systems thinking, complexity, uncertainty and something he came up with called Promise theory. | |
| The devops chain of the Goal, Phoenix Project and my Handbook is also a good thread. My guess is based on our conversation you should either start with Toyota stuff or Mindset stuff. | |
| Dekker stuff is masterful on human factors and resilience .. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <body> | |
| <script src="bundle.js"></script> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "location": { | |
| "zipcode": "10010", | |
| "state_abbr": "NY", | |
| "latitude": "40.739022", | |
| "longitude": "-73.98205", | |
| "city": "New York", | |
| "state": "New York" | |
| }, | |
| "weather": [ |
Horizontal scroll cards inspired by the Spotify app. Load on a mobile device, or use Chrome/Firefox developer tools to emulate a mobile touch device.
DOCS: http://drewrygh.com/ionic-horizontal-scroll-cards
A Pen by Bogdan Raduta on CodePen.