Kauder - Brand & Website
I was asked to create a logo and website for a new software development studio - Kauder.io The company was registered in New Zealand and they'd chosen to spell their company name phonetically from the founder's Maori roots. I recognised the opportunity to turn the "K" of Kauder into a cursor and angle bracket. This enabled audiences unfamiliar with the brand to instantly recognise the company's service.

On the website I implemented a function to make the 'cursor' flash as it would in a code editor.
<div className="mx-auto max-w-7xl pb-10 pt-10 sm:pb-1 lg:flex lg:px-0">
<div className="mx-auto max-w-7xl flex-shrink-0 lg:mx-0 lg:max-w-xl lg:pt-40">
<div className="flex">
<div className="animate-pulse-fast">
<img className="max-h-28" src="flashindi.png" alt="Flash Blu"/>
</div>
<img className="max-h-28" src="indiauder.png" alt="Kauder"/>
</div>
I built the site in React and used Tailwind components and CSS.
