Saved: 2018-02-19 07:37

Torey Heinz committed Feb 19, 2018
commit 79847f93b1d81a255567caabc497c56d2cf206d7
Showing 5 changed files with 16 additions and 4 deletions
app/views/pages/index.liquid +3 -0
@@ @@ -14,6 +14,9 @@ is_layout: false
Canvas Innovations
</h1>
<p>West Michigan's Premier Shop for All Your Canvas and Upholstery Needs.</p>
+ <p class="cta">
+ <a href="#" class="button"><strong>Get a Free Estimate</strong></a>
+ </p>
</div>
</header>
<section class="featured-services" >
app/views/pages/layouts/application.liquid +4 -1
@@ @@ -28,7 +28,7 @@ is_layout: true
<div class="row column">
<div class="top-bar-left">
<div class="logo">
- <img src="{{ 'CanvasInnovations-logo.jpg' | theme_image_url | resize: '125x87'}}" width="125" height="87" alt="Canvas Innovations Logo">
+ <img src="{{ 'CanvasInnovations-logo.jpg' | theme_image_url | resize: '125x40#'}}" width="125" height="87" alt="Canvas Innovations Logo">
</div>
</div>
@@ @@ -45,6 +45,9 @@ is_layout: true
{% editable_text content %}Lorem ipsum{% endeditable_text %}
{% endblock %}
</div>
+ <footer class="text-center">
+ <p class="lead">Canvas Innovations</p>
+ </footer>
</div>
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
{{ 'vendor/jquery.sticky.js' | javascript_tag }}
public/images/header-bg.jpg +0 -0
public/stylesheets/_settings.scss +2 -2
@@ @@ -69,8 +69,8 @@ $global-font-size: 100%;
$global-width: rem-calc(1200);
$global-lineheight: 1.5;
$foundation-palette: (
- primary: #1779ba,
- secondary: #767676,
+ primary: #005D7A,
+ secondary: #AEDBE2,
success: #3adb76,
warning: #ffae00,
alert: #cc4b37,
public/stylesheets/app.scss +7 -1
@@ @@ -66,9 +66,15 @@ header {
color: $white;
.content {
- // @include vertical-center;
+ .cta {
+ // position: absolute;
+ // width: 100%;
+ // bottom: rem-calc(10);
+ }
}
+
+
@include breakpoint(small) {
height: rem-calc(200);
}