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

Commit 5a78a14

Browse files
committed
Add post
1 parent 3b4c423 commit 5a78a14

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
Loading
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
import { adamwathan } from '@/authors'
2+
import image from './card.jpg'
3+
4+
export const meta = {
5+
title: 'Simon Vrachliotis Joins Tailwind Labs',
6+
description: `Today we are super excited to share that Simon Vrachliotis has joined the development team at Tailwind Labs.`,
7+
date: '2020-07-20T13:00:00.001Z',
8+
authors: [adamwathan],
9+
image,
10+
discussion: undefined,
11+
}
12+
13+
Today we are super excited to share that [Simon Vrachliotis](https://twitter.com/simonswiss) has joined the development team at Tailwind Labs! (We just finalized that new business name by the way, pretty cool right?)
14+
15+
Simon has been a utility-first true believer since before Tailwind even existed, and authored an oft-referenced case study on his experience [rebuilding his company’s entire website with functional CSS in 10 days](https://hackernoon.com/full-re-write-with-tachyons-and-functional-css-a-case-study-part-1-635ccb5fb00b) way back in February 2017.
16+
17+
<!--more-->
18+
19+
He also created the [first-ever Tailwind CSS video course](https://egghead.io/courses/build-user-interfaces-by-composing-css-utility-classes-with-tailwind), published on egghead.io only 4 months after we released v0.1.0.
20+
21+
Steve and I met Simon for the first time when we visited Sydney for Laracon AU back in 2018, where Simon was giving a talk on, of course, utility-first CSS:
22+
23+
<div className="relative pb-9/16">
24+
<iframe
25+
className="absolute inset-0 h-full w-full"
26+
src="https://www.youtube.com/embed/2-q4asoHUqU"
27+
frameBorder="0"
28+
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
29+
allowFullScreen
30+
></iframe>
31+
</div>
32+
33+
He knocked it out of the park, and it has been an absolute pleasure getting to know Simon better over the time since we first met.
34+
35+
Simon is a talented developer, an amazing teacher, and has such a contagious enthusiasm for the sort of work we do that we knew we had to have him on the team if we ever had the chance.
36+
37+
He’s joining in a product and community focused role, and will be doing lots of amazing work helping us build things like Tailwind UI, as well as creating educational resources to help even more people have success with Tailwind CSS.
38+
39+
We couldn’t be more excited to be welcoming him to the team!

tailwind.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ module.exports = {
2727
},
2828
theme: {
2929
extend: {
30+
spacing: {
31+
'9/16': '56.25%',
32+
},
3033
lineHeight: {
3134
'11': '2.75rem',
3235
'12': '3rem',

0 commit comments

Comments
 (0)