Articles

After six months of uncertainty 2020 is finally beginning to find a style of its own. There are nods to Brutalism, a delightful blending of 80s pastels with 90s primaries, and the font style of choice is anything but geometric sans-serif.

In this month’s collection of the freshest sites from the past four weeks you’ll find tons of new portfolios, from big agencies to freelancers, and some amazing primal scream therapy. Enjoy!

Looks Like You Need Iceland

Looks Like You Need Iceland is an incredible site that asks you to record a scream, that they’ll broadcast for you into the wide open spaces of Iceland as therapy. And then perhaps you’ll visit Iceland for real. It’s brilliant marketing for the Iceland tourist board.

Riverlane

The abstract 3D animation on Riverlane’s site is a stunning introduction to a topic that’s hard to visualize. The rest of the site is equally well done, with great typography, slick brand assets, and a professional engaging tone.

Monokai

Wimer Hazenberg’s site features a simple pixelated text column. But scroll down the page and keep an eye on the awesome text dissolve effect, it transforms this simple design.

I Weigh Community

The I Weigh Community is a non-profit community activism initiative helmed by Jameela Jamil. It’s devoted to radical inclusivity, and it promotes its message on its site with striking graphics and bold, expressive typography.

WAKA WAKA

Waka Waka is a design studio specializing in wooden furniture. The noise effect and the mid-century typography evoke the radical design of 60 years ago. The random rotations on the thumbnail hovers are delightfully disruptive.

Dataveyes

Dataveyes is an information design studio that works with large datasets to give meaning to complex information. Its site features beautiful, full-screen animations that illustrate the type of information it specializes in.

Year & Day

Year & Day is an ecommerce site that sells ceramics, glassware, and other choice pieces of tableware. It’s a colorful collection that perfectly complements your food and the stunning site takes its cues from the collection.

Dunderville

Dunderville is a motion design studio with an impressive portfolio of animation and live action films. Its site features a tactile paper fold detail, and as you would expect, some superb text, and vector animations.

André Venâncio

It’s been months since we last saw a creative developer’s site with a liquid effect. André Venâncio revisits the idea with a cool oil bubble effect, hover over the thumbnails to see it.

Thomas Prior

It’s not all 60s revivalism, pastels, and cute animations. There will always be room for minimalism, and nothing suits this style as well as portfolios for photographers; Thomas Prior’s site is a prime example.

Serra

Serra’s site features a really beautiful high-contrast typeface that sits apart from the usual sans-serif. The product page is all colored product photography. It exudes luxury and distinction in a saturated marketplace.

VYBES

VYBES is a CBD drink made in LA. Its site evokes the Californian spirit with baby pink brand colors and sun-bleached photography. It’s a cool, and ever so slightly Brutalist look for what is essentially a health drink.

Karina Sirqueira

We love the simplicity of Karina Sirqueira’s portfolio. The desaturated rainbow leads to a simple slideshow of projects, and it’s refreshing to see a minimal site that uses bold serif-based typography. The content feels fresh and honest too.

Smalls

Smalls produces healthy food for cats. The site, is packed with adorable pictures of kitties, which if you’re a cat person, is guaranteed to draw you in. There’s a definite Brutalist style to the site, and lots of color too.

Wildist

There’s a clear aesthetic beginning to emerge in 2020, with pastels creating a soft background for desaturated primaries, and Wildist gets it exactly right with this youthful, site that features just enough animation to bring it to life.

Kristen Kwong

We’ve seen a lot of OS-style sites recently, but Kristen Kwong’s is one of the slickest. It manages to take a simple metaphor for interaction and transform it with a vintage color scheme.

Stojo

Continuing the Miami-meets-Brutalism trend this month is the site for Stojo, a collapsable cup and bottle. The pastel shades block out a disrupted grid, but for our money it works better on mobile. The vintage typeface is a nice touch.

Hoang Nguyen

Hoang Nguyen’s site features a surreal 3D scene with mountains, a spinning planet, floating islands, a waterfall, and a floating dragon-boy. Click around the site and the scene transforms.

SMTH / Sam Smith

Sam Smith’s portfolio has a cool magazine style to it, with a nice blocky background on the text and a personality packed animated avatar taking centre stage.

Then I Met You

Then I met You is a site promoting a range of skincare products. In this case, the usual pastel colors are replaced with an 80s-style gradient. Watch the products as you scroll, the lighting changes creating an awesome, subtle 3D effect.

Source


Source de l’article sur Webdesignerdepot

You’ve been working away at your latest design project, and the client has given the go-ahead on your lovingly created digital concepts. Now it’s time to bring those designs to life, and you have a developer queued up to do just that.

So your part’s done, right? Not quite. You’re going to want to make sure your developer has the best head start they can in order to create the site as you imagined.

Below are a few tips to make that handover process a little easier.

Communicate to Make It Great

Get Talking

Scheduling a face-to-face meeting with your developer to talk over your project’s specifics and ambitions will help align your expectations and make the intent behind your concepts more clear. It’s quite likely they’ll even ask questions and request assets you haven’t even thought of yet!

It’s not just a one-and-done thing either, your developer’s going to have questions or requirements that arise as the project progresses. Deciding on a communication channel to allow easy discussion will help you both immensely.

Annotating Your Concepts

Developers might seem like magicians with the way they bring your websites to life, but they’re not clairvoyant! Annotating your concepts where advanced functionality is required reduces ambiguity and makes it more likely that your cool, quirky idea is going to make it to production. If it’s a feature that’s particularly unusual, you might want to find an example of a website or code sandbox that does something similar.

An example of Figma’s comment tool in use to make developer notes.

Figma and Sketch both have comment functionality in order to make annotations a little easier, also allowing multiple parties to comment. If dealing with PDFs, there is also an annotation tool available through Adobe Acrobat.

Specify the Basics

The basis of modern front end development revolves around DRY thinking. Some might argue thinking about code can be pretty dry, but we’re not talking about that – in this case, DRY stands for Don’t Repeat Yourself.  Most developers will tackle a project by starting with defining variables: what colors, font sizes, grid columns… anything that can be reused! Good, consistent design follows this same principle – although it’s a habit that can be hard to get going at first.

Tip: It’s always easier to define variables if this mentality is approached towards the start of the project!  

Colors

Make a style guide that specifies the colors you’ve used in your designs. Think about their logical applications to help signpost how they might work as a variable – for example, what colors did you use for paragraph text, hyperlinks and backgrounds? Did you consider colors to convey status messaging, such as successes, warnings and errors?

Typefaces

Which fonts have you used for your project? Is there a consistent set of font sizes you used throughout? If you haven’t already, maybe consider a ratio-based type scale – I like to use ModularScale to help with this.

Basic HTML Elements

Think about general styling for these basic html tags:

  • Paragraphs <p>
  • Headings <h1–h6>
  • Bullet lists <ul> and numbered lists <ol>
  • Emphasized text <b>, <strong> and <em>

Buttons

How about buttons and links? What should they do when they’re hovered over, focused (using the tab key on a keyboard) or disabled?

Forms Fields and Inputs

What should form fields look like? Is there any validation checking that should occur when a form is submitted?  How about checkboxes and radio buttons?

It’s unlikely that you’re going to be able to cover absolutely every single eventuality – allow your developer to use some common sense to fill in the gaps, and be available to them if they have any questions. In the words of John Maxwell and your aunt’s home office wall sticker, teamwork makes the dream work.

Get Your Favic-on

Favicons are widely recognized as the small icon that appears to the left of the site title on your browser’s tab bar. Nowadays, the application of your site’s favicon is much further reaching, showing up in Google search results and app tiles. There’s also extra theming options available, such as the ability to customize the color of Google Chrome Android’s browser bar color for your site.

Using a generator site such as realfavicongenerator takes the pain out of much of this decision-making, allowing you to upload specific graphics as desired, creating silhouettes of your icon for Windows Metro tiles and macOS Safari pins, and packaging everything into easy-to-use files and code.

 Compress Your Images

Nobody wants to load a 20MB image when they’re on a slow connection or a data plan – it pays dividends to plan ahead and downsize your images so that they’re production-ready for the web. If you’re worried image compression is going to harm your image quality, fear not – you can go a long way with image compression before quality is seriously compromised.

  1. Start by reducing the image resolution – for batch jobs, I use Adobe Photoshop’s image processor script to downsize images to fit 1920 x 1200 pixels
  2. Alternatively, if you’re working on a static project – where specific images will be used only in specific places – you could use your design software (nearly all mainstream UI software allows you to do this now) to export your images at 2x size to support devices with high pixel densities.
  3. I also convert my image color profiles to SRGB to ensure consistency across most modern display types (this one’s optional)
  4. I then take my newly downsized images and run them through imageOptim at 80% quality. Generally I would aim to get my images under 300kb – if there are any that are still significantly over this target once compressed, I’d run these through again at 70% quality (I wouldn’t recommend going lower than this, though).

Don’t forget you can also do this for PNGs! Enabling PNGCrush in imageOptim will let you significantly reduce the size of PNGs… just be ready for it to take a while.

Make Your Vectors SVG-Easy to Use

If your design contains graphics or illustrations you created using vector software, it can be used on the web as an SVG file. Usually, these files will be a lot smaller than JPGs or PNGs. You can export graphics in most (if not all) vector software in this format.

Optionally, you could use imageOptim or SVGOMG to compress the SVG code without sacrificing quality. Your developer might already use a script that does this automatically when processing the site for production, so it may be worth asking ahead.

Get Your Licenses in Check

If you’re using premium fonts, make sure you’ve purchased a webfont license so you can hand over the correct files to the developer. I’d recommend doing this sooner rather than later – although not often, occasionally web versions of fonts can have slightly different bounding boxes to their desktop counterparts, making it a real pain for developers to work with further down the line.

If you’ve been using samples of stock photos (or if you’ve been going crazy lifting whatever you can find on Google Images), make sure everything is kosher before you go live. Make sure you purchase licensed photos, and if certain photos you want to use require attribution, make the developer aware of this.

Source

p img {display:inline-block; margin-right:10px;}
.alignleft {float:left;}
p.showcase {clear:both;}
body#browserfriendly p, body#podcast p, div#emailbody p{margin:0;}

Source de l’article sur