Skip to content

Instantly share code, notes, and snippets.

@pdrolima
Created December 28, 2019 22:11
Show Gist options
  • Save pdrolima/a6d254e3b05ba6f1a770ad3b909657ef to your computer and use it in GitHub Desktop.
Save pdrolima/a6d254e3b05ba6f1a770ad3b909657ef to your computer and use it in GitHub Desktop.
bGNrLJR
<body class="flex justify-center items-center">
<div class="container">
<div class="mb-8 align-center">
<img src="https://pw4fun-painel.s3-sa-east-1.amazonaws.com/logo-secondary.svg" />
</div>
<div class="w-full relative bg-white">
<div class="px-8 py-4">
<p class="uppercase text-center font-bold text-gray-600">coming soon</p>
<h3 class="display text-3xl">If you can dream it.</h3>
<p class="briefing pt-2">We're specialists in developing high-quality web applications, using only best-in-class and top notch technologies, such as <span class="text-laravel">Laravel</span> and <span class="text-vue">Vue.js</span>. And why stop there? We're also fanatic in cloud computing, so we can provide scalable, high-available and fault tolerant infrastructure for you applications. <strong>We don't put limits</strong> on your dream!</p>
<p class="briefing pt-2">
We're proud test-driven developers who focus on writing clean, secure and maintainable code. We're constantly learning new concepts and techniques.</p>
<h3 class="text-right display text-3xl mt-2">We can build it.</h3>
</div>
</div>
<div class="flex justify-center mt-8">
<img src="https://pw4fun-painel.s3-sa-east-1.amazonaws.com/tech-logos.svg">
</div>
</div>
</body>
body {
background-color: #F5F5F5;
}
.display {
font-family: 'Playfair Display', serif;
}
.briefing {
line-height: 1.5;
}
.text-laravel {
color: #ff2d20;
}
.text-vue {
color: #41b883
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.1.4/tailwind.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment