Fresh Beginning
  • Home
  • Portfolio
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
Subscribe
DuetLogo

Recreating Duet logo with HTML and CSS

  • Jayesh Kawli

Jayesh Kawli

Sep 30, 2015 • 1 min read

Last year I spent some time playing with CSS trying to make some exciting things. Especially recreating image graphics with CSS. This inspired me to recreate my company's (DuetHealth) logo with CSS.

This is how original logo looks like
Original Duet Logo

To be honest it took me few trial and error to come up with exact design rules. I also had to use Online color picker tool to extract desired color codes from logo. That worked quite well too.

Code itself is very small. I used WebStorm to write code on my local machine. It was fun 2 hour project including initial settings and nit picky changes.

I have created a repo on GitHub Here. I would love to hear if the code could be improved in any way. Just so it is easy to present, I have hosted code on JSFiddle Here.

This is how logo recreation looks like

Recreated Duet Logo with CSS and HTML

You can find the full source code on JSFiddle. Please check it out here

Please check out my Patreon and BuyMeACoffee pages too.
If you like my articles and want to keep me going on this journey, please consider donating on these platforms.
Your support in any form is much appreciated.
Buy me a coffee support

Patreon support

Sign up for more like this.

Enter your email
Subscribe
Portfolio

Portfolio

Hello, I am Jayesh Kawli. I have been writing iOS applications for the last 9 years. During this time, I got a chance to work on iOS applications from various domains. Below is the list of all the apps I was responsible for developing and releasing in the app store.
Jan 30, 2023 6 min read
Using MVVM Architecture with SwiftUI - Clean Architecture

Using MVVM Architecture with SwiftUI - Clean Architecture

MVVM has been a choice of architecture in iOS development for a long time. It survived the Objective-C era and has been quite popular in Swift world too. However, things became slightly complicated when SwiftUI came along. It was a bit confusing to see how it can be used in
Oct 24, 2022 8 min read
A Better Way to Generate Reuse Identifiers in Swift and iOS

A Better Way to Generate Reuse Identifiers in Swift and iOS

iOS offers an elegant way to improve table view and collection view performance by cell reuse. These scroll views may have millions of cells, but iOS only stores the visible cells in memory and reuses them as they go out of view. This enables OS to save on memory and
Oct 20, 2022 2 min read
Fresh Beginning © 2023
Powered by Ghost