one in 100 page loads will show dinosaur in the free code camp graphic

This commit is contained in:
Michael Q Larson
2015-02-20 22:32:39 -08:00
parent 2e8c6461e6
commit 80485a9ad6

View File

@ -1,5 +1,8 @@
extends ../layout-wide extends ../layout-wide
block content block content
if (Math.random() > 0.98)
img.img-responsive.img-center(src='https://s3.amazonaws.com/freecodecamp/wide-social-banner-dino.png')
else
img.img-responsive.img-center(src='https://s3.amazonaws.com/freecodecamp/wide-social-banner.png') img.img-responsive.img-center(src='https://s3.amazonaws.com/freecodecamp/wide-social-banner.png')
br br
.text-center .text-center