init commit

This commit is contained in:
Luka Dekanozishvili 2026-01-05 17:39:59 +01:00
commit dfe324cf8f
43 changed files with 4237 additions and 0 deletions

View file

@ -0,0 +1,44 @@
<div class="flex flex-col items-center min-h-full">
<div class="w-4xl">
<div class="hero bg-base-200">
<div class="hero-content flex-col lg:flex-row-reverse">
<div class="mockup-code w-110">
<pre data-prefix="$"><code>Question?</code></pre>
<pre data-prefix=">" class="text-warning"><code>Answering...</code></pre>
<pre data-prefix=">" class="text-success"><code>Done!</code></pre>
</div>
<div>
<h1 class="text-3xl font-bold">Our mission</h1>
<div class="py-6">
We saw that the available solutions for free DNS management as well as DDNS were lackluster.
We thought that this was unacceptable, and decided to create the simplest solution for managing your DNS records, with more freedom than anyone on the market.
</div>
<a href="/register" class="btn btn-primary w-40">Get started</a>
</div>
</div>
</div>
<div class="divider"></div>
<h2 class="legend text-xl font-bold p-4 m-4">About the team</h2>
HexName was developed by a team of passionate tech-enthusiasts with years of experience in the field.
<div class="hero bg-base-200">
<div class="hero-content flex-col lg:flex-row">
<img
src="https://img.daisyui.com/images/stock/photo-1635805737707-575885ab0820.webp"
class="max-w-sm rounded-lg shadow-2xl"
/>
<div>
<h2 class="text-3xl font-bold">Head of Marketing</h2>
<h3 class="text-md italic">Luka Dekanozishvili</h3>
<p class="py-6">
Mr. Dekanozishvili is our Head of Marketing as well as our Senior Marketing Manager. He excells in Search Engine Optimization, and helped build up the reputation of HexName from the ground up.
</p>
<button class="btn btn-primary">Get in touch!</button>
</div>
</div>
</div>
</div>
</div>