Spread the Word: Beautiful Testimonial UI Examples

Everybody wants to receive positive feedback for a job well done. That’s one reason why so many businesses include testimonials on their website.

Beyond the warm and fuzzy feelings, testimonials can also help recruit new customers. Knowing that others have had a good experience inspires confidence. In all, it’s a happy little cycle that helps to keep business booming.

In terms of implementing a testimonial UI, simple is often better. That doesn’t mean they have to be boring, however. The clever use of color, layout, and special effects can turn your testimonials into something that stands out.

Let’s take a look at some examples that will give your testimonials a place to shine.

All Aboard the Carousel

Testimonials are often paired with sliders and carousels for both interactivity and efficiency. Several examples in our collection utilize them. However, this example is unique in its design. While there are standard navigation arrows at the bottom of the feature, clicking on the client photos on either side will also enable you to slide back and forth.

See the Pen Responsive Testimonial Carousel by Md Nahidul Islam (@thenahid)

Shapes and Rainbows

If you’re looking to add a testimonial section to your page that stands out, it would be hard to top this. First, there’s the animated, color-changing gradient in the background. Second, the use of CSS clip-path makes for an awesome badge-like look on the images. Even with all of that, the UI is still simple and classy.

See the Pen Responsive testimonial slider by hellokatili (@hellokatili)

No JavaScript Required

For all the CSS purists out there, here’s a solution that doesn’t need a single line of JavaScript. While it’s nothing earth-shattering in terms of looks, that’s actually a good thing. It leaves plenty of room for you to style it to match your needs. In addition, this would fit nicely in a relatively small space.

See the Pen Testimonial Slider Pure CSS by MAHESH AMBURE (@maheshambure21)

It’s in the Cards

This card UI is both simple and beautiful. Each card has its own background photo – presumably to use a client’s photo or logo. CSS opacity is used to allow enough contrast to place white text on top. It also encourages the use of smaller amounts of content, which is much easier to digest than a longer testimonial.

See the Pen #1574 – Testimonial Card by LittleSnippets.net (@littlesnippets)

A New Angle

The design is what we’re focused on in this non-functioning demo. It goes to show that simplicity can be really effective. The slight angle on the background photo draws your eyes in, while the generous padding around the quote itself gives off an airy feel.

See the Pen Stripe’s Testimonial Widget in Tailwind CSS by Adam Wathan (@adamwathan)

Hover Quotes

Here’s a different take on a testimonial UI. It’s full-screen, and you have to hover over images to see each person’s respective quote. The look is incredibly sharp, and the transitions are smooth. This could be a nice choice for more artistically focused websites.

See the Pen Testimonial Hover Reveal by Dave Knispel (@daveknispel)

A Different Take

There’s a lot to like in this example. The side-by-side carousel layout makes for an interesting visual effect. Images move to the left as quotes change on the right. Speaking of the quote area, it offers plenty of whitespace and is easy to read. It makes for a package that is anything but typical.

See the Pen testimonial slider , swiper slider by md aqil (@md-aqil)

Color Card

Another prime example of simplicity, this card layout uses a couple of CSS effects to differentiate itself. First is the slightly-rotated quote mark in the background. CSS transform is used to break uniformity – in a good way. Also, the color gradient in the footer makes the whole card, dare we say, “pop.”

See the Pen mdJWryR by bradley (@bradleyham)

Beautiful Praise

The whole idea behind collecting testimonials is to demonstrate that you know how to make customers happy. For several different businesses and organizations, they serve as a key selling tool.

When it comes to displaying testimonials on a website, there are several compelling options. The examples above show how color, movement, typography, and layout can all play an important role in building an attention-getting UI. It’s up to you to decide which approach works best for your brand.

Want to see even more testimonial UIs? Take a look at our CodePen collection and discover what else designers are doing.

The post Spread the Word: Beautiful Testimonial UI Examples appeared first on Speckyboy Design Magazine.

Simple PHP Web Terminal Emulator

Package:
Summary:
Display the output of terminal commands in a page
Groups:
Author:
Description:
This class can display the output of terminal commands in a page...

Read more at https://www.phpclasses.org/package/11627-PHP-Display-the-output-of-terminal-commands-in-a-page.html#2020-04-26-20:23:19

Making bugs ex-bugs with Xdebug

Xdebug is an indispensable tool for every PHP developer. PHP’s favorite real-time debugger, it supports breakpoints, more detailed debug output, and deeper introspection of PHP code to determine just what it’s doing (and what it’s doing wrong). Sadly, it comes at a huge cost in performance, though, making it unsuitable for production. Not on Platform.sh, though. Xdebug is now available on all Grid environments, secure and without a performance loss.

Simple MySQLi database access wrapper

Package:
Summary:
Connect and query a MySQL database using MySQLi
Groups:
Author:
Description:
This class can Connect and query a MySQL database using the MySQLi extension...

Read more at https://www.phpclasses.org/package/11624-PHP-Connect-and-query-a-MySQL-database-using-MySQLi.html#2020-04-26-03:02:16

Simple MySQLi database access wrapper (New)

Package:
Summary:
Connect and query a MySQL database using MySQLi
Groups:
Author:
Description:
This class can Connect and query a MySQL database using the MySQLi extension...

Read more at https://www.phpclasses.org/package/11624-PHP-Connect-and-query-a-MySQL-database-using-MySQLi.html

Weekly News for Designers № 537

Envato Elements

Helping Clients Rapidly Adopt New Business Models – COVID-19 has forced many businesses to adapt – and has kept web designers on their toes.
Example from Helping Clients Rapidly Adopt New Business Models

Animation in Design System E-Book – A free eBook that walks you through how to create motion guidelines for your unique product and design system.
Example from Animation in Design System E-Book

Creating Playful Effects With CSS Text Shadows – Use CSS to bring a 3D look to your text.
Example from Creating Playful Effects With CSS Text Shadows

UI Design Hygiene – Some basic checks to perform before sharing your design work with clients.
Example from UI Design Hygiene

When I Get out of Here: The Grumpy Designer’s Post-Quarantine Bucket List – One designer’s plan to better enjoy life after quarantine.
Example from When I Get out of Here: The Grumpy Designer’s Post-Quarantine Bucket List

Creating the NHS Patient Webinars Platform – A case study that details how webinars are being used by the NHS to work with patients.
Example from Creating the NHS Patient Webinars Platform

Listboxes vs. Dropdown Lists – Learn the intricacies of both UI elements and best practices for their use.
Example from Listboxes vs. Dropdown Lists

JavaScript Scope Explained in Simple Words – A step-by-step guide to understanding scope in JavaScript.
Example from JavaScript Scope Explained in Simple Words

Cooltipz.css – A library for adding pure CSS tooltips to existing HTML elements.
Example from Cooltipz.css

pattern.css – A CSS-only library for adding background patterns to your projects.
Example from pattern.css

Semantic sidenotes for the web – Sidenotes can be an important part of a page. So, how do you make them semantic?
Example from Semantic sidenotes for the web

Selectors Explained – Translate CSS selectors into plain English.
Example from Selectors Explained

Solving the mysteries of pure CSS dropdowns – Advice and examples for those who need to build their own menus.
Example from Solving the mysteries of pure CSS dropdowns

Image Speed Test – A tool that analyzes your site’s images and offers suggestions to improve performance.
Example from Image Speed Test

Boilerplato – A tool that lets developers generate boilerplate source code from a template.
Example from Boilerplato

12 Free Invoice Templates for Designers – Utilize these attractive, easy-to-edit invoices for your design business.
Example from 12 Free Invoice Templates for Designers

Open Source Dashboards UI Kit – Download this free design kit with a huge set of customizable elements and templates.
Example from Open Source Dashboards UI Kit

25 Procreate Tutorials for Drawings, Illustrations, Paintings, and More – A collection of resources to help you master the mobile drawing app.
Example from 25 Procreate Tutorials for Drawings, Illustrations, Paintings, and More

The post Weekly News for Designers № 537 appeared first on Speckyboy Design Magazine.

Site News: Blast from the Past – One Year Ago in PHP (04.23.2020)

Here's what was popular in the PHP community one year ago today:

Powered by Gewgley