Commit 1687a99c by Brian Talbot

studio - soft landing: added in modal copy and resolved image dimensions issue

parent 56b8353d
...@@ -388,7 +388,6 @@ ...@@ -388,7 +388,6 @@
img { img {
@include box-sizing(border-box); @include box-sizing(border-box);
width: 100%; width: 100%;
max-height: 50%;
overflow-y: scroll; overflow-y: scroll;
padding: ($baseline/10); padding: ($baseline/10);
border: 1px solid $gray-l4; border: 1px solid $gray-l4;
......
...@@ -145,10 +145,10 @@ ...@@ -145,10 +145,10 @@
</div> </div>
<div class="content-modal" id="hiw-feature1"> <div class="content-modal" id="hiw-feature1">
<h3 class="title">Feature #1</h3> <h3 class="title">Outlining Your Course</h3>
<figure> <figure>
<img src="/static/img/hiw-feature1.png" alt="" /> <img src="/static/img/hiw-feature1.png" alt="" />
<figcaption class="description">Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</figcaption> <figcaption class="description">Simple two-level outline to organize your couse. Drag and drop, and see your course at a glance.</figcaption>
</figure> </figure>
<a href="#" rel="view" class="action action-modal-close"> <a href="#" rel="view" class="action action-modal-close">
...@@ -158,10 +158,10 @@ ...@@ -158,10 +158,10 @@
</div> </div>
<div class="content-modal" id="hiw-feature2"> <div class="content-modal" id="hiw-feature2">
<h3 class="title">Feature #2</h3> <h3 class="title">Editing a Learning Sequence</h3>
<figure> <figure>
<img src="/static/img/hiw-feature2.png" alt="" /> <img src="/static/img/hiw-feature2.png" alt="" />
<figcaption class="description">Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</figcaption> <figcaption class="description">Quickly create videos, text snippets, inline discussions, and a variety of problem types.</figcaption>
</figure> </figure>
<a href="#" rel="view" class="action action-modal-close"> <a href="#" rel="view" class="action action-modal-close">
...@@ -171,10 +171,10 @@ ...@@ -171,10 +171,10 @@
</div> </div>
<div class="content-modal" id="hiw-feature3"> <div class="content-modal" id="hiw-feature3">
<h3 class="title">Feature #3</h3> <h3 class="title">Publishing on Date</h3>
<figure> <figure>
<img src="/static/img/hiw-feature3.png" alt="" /> <img src="/static/img/hiw-feature3.png" alt="" />
<figcaption class="description">Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</figcaption> <figcaption class="description">Simply set the date on a Section or Learning Sequence, and Studio will publish it to your students for you.</figcaption>
</figure> </figure>
<a href="#" rel="view" class="action action-modal-close"> <a href="#" rel="view" class="action action-modal-close">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment