Update the screenshots. Add a screenshot and some marketing copy for logging. Change the branding on the screenshot tabs to Quay.io.

This commit is contained in:
yackob03 2014-01-10 12:40:14 -05:00
parent 53c079fdc4
commit 7f4a66be99
12 changed files with 36 additions and 10 deletions

View file

@ -136,7 +136,12 @@ casper.then(function() {
casper.thenClick('a[data-target="#logs"]', function() {
this.waitForSelector('svg > g', function() {
this.wait(1000, function() {
this.capture(outputDir + 'org-logs.png');
this.capture(outputDir + 'org-logs.png', {
top: 0,
left: 0,
width: width,
height: height + 200
});
});
});
});