Skip to content

Instantly share code, notes, and snippets.

@kresimirstropnik
Last active April 5, 2024 12:37
Show Gist options
  • Save kresimirstropnik/9292388b3ddac607bb8ac5a1c48c9c8e to your computer and use it in GitHub Desktop.
Save kresimirstropnik/9292388b3ddac607bb8ac5a1c48c9c8e to your computer and use it in GitHub Desktop.
<div class="p-6 max-w-sm mx-auto bg-blue-950 rounded-xl shadow-lg flex items-center">
<div class="shrink-0">
<img class="h-20 w-20 mr-5" src="logo.svg" alt="Devot Logo" />
</div>
<div class="pt-1 ml-6">
<h1 class="text-2xl font-medium text-white">Devōt</h1>
<p class="text-white text-sm">
We are a software company that always goes an extra mile
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment