Skip to content

Instantly share code, notes, and snippets.

@captainill
Created February 1, 2017 20:31
Show Gist options
  • Save captainill/b1a255e99c9fa311a656b3585815c98a to your computer and use it in GitHub Desktop.
Save captainill/b1a255e99c9fa311a656b3585815c98a to your computer and use it in GitHub Desktop.
//psudeo code
var items = {
'ruby': {
name: 'Ruby',
url: '/assets/images...',
workfloadType: 'container',
sentenceAlias: 'Containerized Ruby'
},
'aws': {
name: 'AWS',
url: '/assets/images...'
}
}
new Sentence('Provision resources on', items.aws, 'to run', items.ruby, 'applications'
new StackCarousel([ [item.aws], [item.ruby] ])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment