Skip to content

Commit

Permalink
Add quote row with practitioner quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
conjurer-rich committed Jan 9, 2025
1 parent ab90c01 commit 4ee899a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _includes/quote_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ <h2>{{ include.title }}</h2>
{% endif %}
<div class="archive__item-body">
{% if f.excerpt %}
<div class="archive__item-excerpt">
<div class="archive__item-excerpt author-excerpt">
{{ f.excerpt | markdownify }}
</div>
{% endif %}
</div>
<div class="archive__item-teaser">
<div class="archive__item-teaser author-caption">
{% if f.image_caption %}
<span>{{ f.image_caption | markdownify | remove: "<p>" | remove: "</p>" }}</span>
{% endif %}
Expand Down
14 changes: 10 additions & 4 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@ section-list:
quote-list:
- excerpt: "It’s much easier to communicate where and how AI is influencing a user or customer need with UNM than customer journey maps or service blueprints."
image_path: "/assets/images/profiles/ross_langley.jpg"
image_caption: "Ross Langley, Head of Product Design, Fresh"
image_caption: "Ross Langley,
Head of Product Design,
Fresh"
- excerpt: "We used it [User Needs Mapping] to help us think about the service and platforms we needed to support Developers to do their work."
image_path: "/assets/images/profiles/matt_doherty.jpg"
image_caption: "Matt Doherty, Head of Delivery, The Pensions Regulator"
- excerpt: "One of the topics that caught my attention the most was **User Needs Mapping**, which help think about how internal services are provided and trigger boundary adjustments"
image_caption: "Matt Doherty,
Head of Delivery,
The Pensions Regulator"
- excerpt: "During our engagement, one of the topics that caught my attention the most was User Needs Mapping, which helped us reconsider how internal services are provided"
image_path: "/assets/images/profiles/rodrigo_viana_rocha.jpeg"
image_caption: "Rodrigo Viana Rocha, Head of Software Engineering, Syngenta Digital"
image_caption: "Rodrigo Viana Rocha,
Head of Software Engineering,
Syngenta Digital"
learn-more-list:
- "**Step-by-step guide to User Needs Mapping:** Learn how to use User Needs Mapping to align your teams around the needs of your users. [Read the guide.](/docs/introduction-to-user-needs-mapping/)"
- "**Common challenges and how to overcome them:** See how organizations have overcome common challenges with User Needs Mapping. [Read the article.](/docs/challenges/)"
Expand Down
10 changes: 10 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,15 @@ img.author-avatar {
border-radius: 50%;
}

.author-excerpt {
font-size: 1.2em;
font-style: italic;
}

.author-caption {
font-size: 0.8em;
font-weight: bold;
}

@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials

0 comments on commit 4ee899a

Please sign in to comment.