diff --git a/content/blog/2022/platform-tools.md b/content/blog/2022/platform-tools.md index ebf1e43c6..c967187f9 100644 --- a/content/blog/2022/platform-tools.md +++ b/content/blog/2022/platform-tools.md @@ -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 %} diff --git a/content/services/design-systems.md b/content/services/design-systems.md index fe6352bce..8ff3c218b 100644 --- a/content/services/design-systems.md +++ b/content/services/design-systems.md @@ -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 diff --git a/content/services/development.md b/content/services/development.md index 15deede9f..44f98d4c2 100644 --- a/content/services/development.md +++ b/content/services/development.md @@ -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 %} diff --git a/content/services/index.njk b/content/services/index.njk index a3079f9ae..c7cb53022 100644 --- a/content/services/index.njk +++ b/content/services/index.njk @@ -30,7 +30,7 @@ summary: |
{{ post.banner(page, level=2) }}
-

{{ page.data.summary | md | elide | safe }}

+ {{ page.data.summary | md | safe }} diff --git a/content/services/planning.md b/content/services/planning.md index ee0c39531..9384b3257 100644 --- a/content/services/planning.md +++ b/content/services/planning.md @@ -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' diff --git a/content/work/index.njk b/content/work/index.njk index e71f9b5e8..b2da2517c 100644 --- a/content/work/index.njk +++ b/content/work/index.njk @@ -39,9 +39,7 @@ summary: | [years, item.data.sub] | join(' -- ') ) }} -

- {{ item.data.summary | md | elide | safe }} -

+ {{ item.data.summary | md | safe }} {% if (show == 'details') %} {%- set context -%} diff --git a/src/scss/patterns/_blockquotes.scss b/src/scss/patterns/_blockquotes.scss index 32047db9b..6e8680646 100644 --- a/src/scss/patterns/_blockquotes.scss +++ b/src/scss/patterns/_blockquotes.scss @@ -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) {