Skip to content

Commit c068b1f

Browse files
authored
Merge pull request #126 from pebblecode/nh-ebook-on-homepage
Nh ebook on homepage
2 parents f7c583e + eb9fe00 commit c068b1f

File tree

7 files changed

+26
-5
lines changed

7 files changed

+26
-5
lines changed

1-about.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,14 @@ photo4-url: pebble.jpg
114114

115115
## ------ Actionable CTA ------ ##
116116
action-illustration: v2/people.png
117-
action-title: Intro to Innovation workshops
117+
action-title: Interested in Innovation?
118118
action-summary: We run a monthly introduction to Digital Innovation workshop at pebble HQ. This is a practical workshop on techniques that can make your organisation more innovative.
119119
action-btn-text: Sign Up for the Next one now
120120
action-btn-url: "http://pebblecode.com/events/hackdays/july-21/"
121+
action-summary2: or Download our 5 steps to Innovation eBook now.
122+
ebook-illustration: ebook-graphic.png
123+
action-btn2-text: Sign up now
124+
action-btn2-url: "http://ohai.pebblecode.com/5-steps-to-digital-innovation-e-book"
121125

122126
## ------ Hackday Events ------ ##
123127
hackday-events:

_layouts/about.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,12 @@ <h4 class="text-center">Upcoming:</h4>
149149
{% endfor %}
150150
</div>
151151
<a href="{{ page.action-btn-url }}" class="btn btn-lrg btn-center btn-arrow">{{ page.action-btn-text }}</a>
152+
</div>
153+
<div class="block-inner grid">
154+
<p class="action-title pink-text">{{ page.action-summary2 }}</p>
155+
<img class="action-img-middle" src="/img/illustrations/{{ page.ebook-illustration }}" alt="">
156+
<a href="{{ page.action-btn2-url }}" class="btn btn-lrg btn-center btn-arrow">{{ page.action-btn2-text }}</a>
152157
</div>
153-
154158
</section>
155159

156160
{% include footer.html %}

_layouts/home.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ <h4 class="text-center">Upcoming:</h4>
7777
{% endfor %}
7878
</div>
7979
<a href="{{ page.action-btn-url }}" class="btn btn-lrg btn-center btn-arrow">{{ page.action-btn-text }}</a>
80+
</div>
81+
<div class="block-inner grid">
82+
<p class="action-title pink-text">{{ page.action-summary2 }}</p>
83+
<img class="action-img-middle" src="/img/illustrations/{{ page.ebook-illustration }}" alt="">
84+
<a href="{{ page.action-btn2-url }}" class="btn btn-lrg btn-center btn-arrow">{{ page.action-btn2-text }}</a>
8085
</div>
8186
</section>
8287

_sass/components/blocks/_action.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
margin-top: 30px;
2626
@extend h1;
2727
}
28+
29+
.action-img-middle {
30+
margin: auto;
31+
}

_sass/shared/_elements.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ hr {
5959
.btn {
6060
margin-right: 5px;
6161
}
62-
}
62+
}
50.8 KB
Loading

index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@ photo1-url: hackday.jpg
4848

4949
## ------ Actionable CTA ------ ##
5050
action-illustration: v2/people.png
51-
action-title: Intro to Innovation workshops
51+
action-title: Interested in Innovation?
5252
action-summary: We run a monthly introduction to Digital Innovation workshop at pebble HQ. This is a practical workshop on techniques that can make your organisation more innovative.
5353
action-btn-text: Sign Up for the Next one now
54-
action-btn-url: "http://pebblecode.com/events/hackdays/september-22/"
54+
action-btn-url: "http://pebblecode.com/events/hackdays/july-21/"
55+
action-summary2: or Download our 5 steps to Innovation eBook now.
56+
ebook-illustration: ebook-graphic.png
57+
action-btn2-text: Sign up now
58+
action-btn2-url: "http://ohai.pebblecode.com/5-steps-to-digital-innovation-e-book"
5559

5660
## ------ Hackday Events ------ ##
5761
hackday-events:

0 commit comments

Comments
 (0)