Skip to content

Commit

Permalink
Merge pull request #535 from oddbird/no-elide
Browse files Browse the repository at this point in the history
Do we need to elide summaries, or can we summarize them?
  • Loading branch information
jgerigmeyer committed Mar 21, 2024
2 parents cf22605 + 19ac650 commit 531b2bb
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 38 deletions.
9 changes: 4 additions & 5 deletions content/blog/2022/platform-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ tags:
- Fonts
- Design
summary: |
> Ask not just: _How well does it work_?
> But also: _How well does it fail_?
> What happens when something goes wrong?
>
> ---Jeremy Keith
"Ask not just: _How well does it work_?
But also: _How well does it fail_?
What happens when something goes wrong?"
---Jeremy Keith
---

{% import "embed.macros.njk" as embed %}
Expand Down
4 changes: 2 additions & 2 deletions content/services/design-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ action:
text: Talk with us »
url: /contact/
summary: |
**We partner with clients
to build design systems**
We partner with clients
to build design systems
that improve team communication,
speed up development,
and lay the foundation
Expand Down
22 changes: 13 additions & 9 deletions content/services/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ action:
text: See work samples »
url: /work/
summary: |
**We integrate design and development in an agile process**, so you only need
to hire one team – completely focused on achieving your goals with smooth and
efficient progress from concept to launch and beyond. Starting from user
needs, we collaborate with you to deliver usable features quickly and
efficiently.
We provide expertise across a range of technologies, including
We integrate design and development in an agile process,
so you only need to hire one team
focused on achieving your goals
from concept to launch and beyond.
Starting from user needs,
we collaborate with you to deliver usable features
quickly and efficiently.
We provide expertise in UX & UI design,
and a range of technologies including
accessible **HTML** and **CSS/Sass**,
**Python** with **Django** & **FastAPI**,
accessible **HTML**, **CSS/Sass**,
**JavaScript** with **React** & **Vue**, **Node**, and more.
**JavaScript** with **React**/**Vue**/**Svelte**,
**Node**, and more.
---

{% import 'embed.macros.njk' as embed %}
Expand Down
2 changes: 1 addition & 1 deletion content/services/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ summary: |
<header class="post-header">
{{ post.banner(page, level=2) }}
</header>
<p>{{ page.data.summary | md | elide | safe }}</p>
{{ page.data.summary | md | safe }}
</div>
</div>
</article>
Expand Down
33 changes: 16 additions & 17 deletions content/services/planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,32 +163,31 @@ action:
text: Schedule a call to begin
url: /contact/
summary: |
**Most projects start with Research & Concepting**
Most projects start with Research & Concepting
to make sure we thoroughly understand your project.
We'll help you pinpoint the right digital product --
Using an object-oriented user experience (OOUX) strategy,
we'll help you pinpoint the right digital product --
with interactive wireframes,
prioritized estimates,
and a robust plan for development and launch.
Using an object-oriented user experience strategy (OOUX) --
popularized by [Sophia Prater] --
we'll guide you through a
process to define the concepts or
"objects" that make up your web app,
the relationships between those objects,
and the ways users want to interact with those objects.
We will deliver an Object Map
to streamline communication
between designers, developers, and stakeholders
throughout the project.
[Sophia Prater]: https://www.ooux.com/
---

{% import 'quotes.macros.njk' as quotes %}
{% import 'embed.macros.njk' as embed %}

We'll guide you through the
Object Oriented User Experience (OOUX) process --
popularized by [Sophia Prater] --
to define the "objects" that make up your web app,
the relationships between those objects,
and the ways users want to interact with those objects.
We will deliver an Object Map
to streamline communication
between designers, developers, and stakeholders
throughout the project.

[Sophia Prater]: https://www.ooux.com/

{{ quotes.find(
collections.all,
slugs='easy'
Expand Down
4 changes: 1 addition & 3 deletions content/work/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ summary: |
[years, item.data.sub] | join(' -- ')
) }}
</header>
<p>
{{ item.data.summary | md | elide | safe }}
</p>
{{ item.data.summary | md | safe }}
</div>
{% if (show == 'details') %}
{%- set context -%}
Expand Down
1 change: 0 additions & 1 deletion src/scss/patterns/_blockquotes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ blockquote {
background-color: var(--callout);
display: grid;
margin: var(--newline) 0;
object-fit: cover;
padding: var(--spacer) 0;

&:nth-of-type(odd) {
Expand Down

0 comments on commit 531b2bb

Please sign in to comment.