Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 4e4bfaa

Browse files
committed
Add post welcoming James
1 parent 4ffab84 commit 4e4bfaa

File tree

6 files changed

+51
-2
lines changed

6 files changed

+51
-2
lines changed

src/components/PageTitle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default function PageTitle({ children }) {
22
return (
33
<h1 className="text-3xl leading-9 font-extrabold text-gray-900 tracking-tight sm:text-4xl sm:leading-10 md:text-5xl md:leading-14">
4-
{children}
4+
{children.replace(/ ([^ ]+)$/, '\u00A0$1')}
55
</h1>
66
)
77
}

src/pages/welcoming-david-luhr-to-tailwind-labs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { adamwathan } from '@/authors'
22
import card from './card.jpg'
3-
import intellisenseImage from '../introducing-linting-for-tailwindcss-intellisense/card.jpg'
43

54
export const meta = {
65
title: 'Welcoming David Luhr to Tailwind Labs',
Loading
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
import { adamwathan } from '@/authors'
2+
import card from './card.jpg'
3+
import jamesWorkExamples from './james-work.jpg'
4+
import tailwindUiExamples from './tailwindui-work.jpg'
5+
6+
export const meta = {
7+
title: 'Welcoming James McDonald to Tailwind Labs',
8+
description: `Many years ago I got a message from Steve that said something like: "Have I ever shared this guy's Dribbble profile with you before? Been following him forever, some of my absolute favorite work I've ever found." That person was James McDonald, and today we're totally over the moon to share that James is joining our team full-time.`,
9+
date: '2021-03-08T19:00:00.0Z',
10+
authors: [adamwathan],
11+
image: card,
12+
footer: `
13+
<p>
14+
Want to keep up with James's work?
15+
<a href="https://twitter.com/jamesm" class="font-medium text-teal-500 hover:text-teal-600">
16+
Follow James on Twitter →
17+
</a>
18+
</p>
19+
`,
20+
}
21+
22+
Many years ago I got a message from [Steve](https://twitter.com/steveschoger) that said something like:
23+
24+
> Have I ever shared this guy's Dribbble profile with you before? Been following him forever, some of my absolute favorite work I've ever found.
25+
26+
That person was [James McDonald](https://dribbble.com/james), and today we're totally over the moon to share that James is joining our team full-time.
27+
28+
<!--more-->
29+
30+
<figure>
31+
<img src={jamesWorkExamples} alt="Examples of James' previous work" />
32+
<figcaption className="italic text-center">
33+
Some of James' awesome work from his <a href="https://dribbble.com/james">Dribbble profile</a>.
34+
</figcaption>
35+
</figure>
36+
37+
James is an incredibly talented UI designer with an amazing eye for tiny details _(they call him [the shadow king](https://dribbble.com/shots/3985645-Newsletter-Sign-Up))_ who is constantly pushing the industry forward and setting new trends while somehow never designing anything that feels trapped in a certain time period. He's also a fantastic [icon designer](https://dribbble.com/shots/14568974-)!
38+
39+
James has been a good friend of ours for a few years now, and we've worked with him on a few different projects over that time, including a bunch of awesome designs he put together for us for <a href="https://tailwindui.com/">Tailwind UI</a> when we wanted to add some fresh perspective last year.
40+
41+
<figure>
42+
<img src={tailwindUiExamples} alt="Designs James created for Tailwind UI" />
43+
<figcaption className="italic text-center">
44+
Examples James designed for us for Tailwind UI.
45+
</figcaption>
46+
</figure>
47+
48+
We've been such huge fans of James' work for so long that it's honestly a dream come true to have the chance to work with him on what we're doing with Tailwind CSS, Tailwind UI, Heroicons, and more.
49+
50+
Can't wait to share some of the work we'll be creating together in the months to come!
Loading
Loading

0 commit comments

Comments
 (0)