improve stories view

This commit is contained in:
Quincy Larson
2015-10-08 17:05:42 -07:00
parent 66120a60b8
commit 6fafbdf441
3 changed files with 5 additions and 4 deletions

View File

@ -491,7 +491,7 @@ thead {
} }
.story-section { .story-section {
min-height: 500px; height: 400px;
} }
.testimonial-copy { .testimonial-copy {

View File

@ -70,7 +70,7 @@ block content
.row .row
.col-xs-12.col-sm-6.col-sm-offset-3.text-center .col-xs-12.col-sm-6.col-sm-offset-3.text-center
.button-spacer .button-spacer
a.btn.btn-block.btn-default(href='/map') Maybe later a.btn.btn-block.btn-default.btn-lg(href='/map') Maybe later
.spacer .spacer
script. script.
$(function() { $(function() {

View File

@ -11,8 +11,9 @@ block content
.story-section .story-section
a(href=story.linkedin target='_blank') a(href=story.linkedin target='_blank')
img.testimonial-image.img-responsive.img-center(src=story.image) img.testimonial-image.img-responsive.img-center(src=story.image)
h3.text-center h3.text-center= story.camper
a(href=story.linkedin target='_blank')= story.camper |  
a.fa.fa-linkedin-square.text-primary(title="@#{username}'s LinkedIn Profile", href=story.linkedin, target='_blank')
p.text-justify= story.quote p.text-justify= story.quote