Skip to content

Commit

Permalink
add Ross tweet. (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Jul 5, 2023
1 parent a361abc commit 9cabccd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,18 @@ function SectionTweets() {
}
/>

<TweetQuote
authorName={'Ross Coundon'}
authorTitle={'leadent digital CTO'}
avatar={'/img/avatars/ross.jpeg'}
text={
"I particularly like Kysely here, it's a type-safe query builder and as such doesn't enforce the specifics of an ORM on you, therefore I feel, in the medium-to-long term, it'll save you the time and effort of working around ORM-specific and enforced structures/approaches"
}
tweetLink={
'https://twitter.com/rcoundon/status/1676244054109978624'
}
/>

<TweetQuote
authorName={'Alberto "gimenete" Gimeno'}
authorTitle={'Railway SWE'}
Expand Down
Binary file added site/static/img/avatars/ross.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 9cabccd

@vercel
Copy link

@vercel vercel bot commented on 9cabccd Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kysely – ./

kysely-git-master-kysely-team.vercel.app
kysely.dev
kysely-kysely-team.vercel.app
www.kysely.dev

Please sign in to comment.