website/index.html
2021-07-17 15:52:56 +02:00

24 lines
734 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
title: "It's alive!"
---
<div class="h-screen flex items-center justify-center">
<div class="w-5/6 sm:px-0 sm:w-2/3 md:w-1/2 2xl:w-1/3 text-gray-700">
<div class="flex justify-start">
<div class="font-serif font-extrabold md:font-bold text-2xl sm:text-5xl xl:text-7xl pr-1 sm:pr-2 xl:pr-3">
</div>
<div class="text-xl sm:text-2xl xl:text-4xl md:font-medium">
What gets us into trouble is not what we don't know.
It's what we know for sure that just ain't so.
</div>
</div>
<div class="flex justify-end">
<span class="font-serif italic text-lg sm:text-xl xl:text-3xl md:pt-2">
— Mark Twain
</span>
</div>
</div>
</div>