Rename project from DocuNova to DocuElevate and update related assets

This commit is contained in:
Christian Krakau-Louis
2025-04-03 23:50:50 +02:00
parent 518c48d568
commit 8876a1121c
4 changed files with 10 additions and 10 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

+9 -9
View File
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DocuNova Intelligent Document Processing</title> <title>DocuElevate Intelligent Document Processing</title>
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/intersect@3.14.9/dist/cdn.min.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/intersect@3.14.9/dist/cdn.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.14.9/dist/cdn.min.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.14.9/dist/cdn.min.js"></script>
@@ -13,8 +13,8 @@
<!-- Navigation --> <!-- Navigation -->
<header class="flex items-center justify-between px-6 py-4 shadow"> <header class="flex items-center justify-between px-6 py-4 shadow">
<div class="flex items-center space-x-2"> <div class="flex items-center space-x-2">
<img src="logo.svg" alt="DocuNova Logo" class="w-10 h-10" /> <img src="logo.svg" alt="DocuElevate Logo" class="w-10 h-10" />
<span class="text-2xl font-bold text-blue-700">DocuNova</span> <span class="text-2xl font-bold text-blue-700">DocuElevate</span>
</div> </div>
<nav class="space-x-6"> <nav class="space-x-6">
<a href="#features" class="text-gray-600 hover:text-purple-700">Features</a> <a href="#features" class="text-gray-600 hover:text-purple-700">Features</a>
@@ -22,7 +22,7 @@
<a href="#story" class="text-gray-600 hover:text-purple-700">Story</a> <a href="#story" class="text-gray-600 hover:text-purple-700">Story</a>
<a href="#who" class="text-gray-600 hover:text-purple-700">Who Is It For?</a> <a href="#who" class="text-gray-600 hover:text-purple-700">Who Is It For?</a>
<a href="#imprint" class="text-gray-600 hover:text-purple-700" @click.prevent="showImprint = true">Impressum</a> <a href="#imprint" class="text-gray-600 hover:text-purple-700" @click.prevent="showImprint = true">Impressum</a>
<a href="https://github.com/christianlouis/DocuNova" target="_blank" class="bg-purple-700 text-white px-4 py-2 rounded hover:bg-purple-800">View on GitHub</a> <a href="https://github.com/christianlouis/DocuElevate" target="_blank" class="bg-purple-700 text-white px-4 py-2 rounded hover:bg-purple-800">View on GitHub</a>
</nav> </nav>
</header> </header>
@@ -77,7 +77,7 @@
class="bg-gray-50 rounded-xl shadow p-6 text-center opacity-0 transform -translate-x-52 transition-all duration-1000 ease-out" class="bg-gray-50 rounded-xl shadow p-6 text-center opacity-0 transform -translate-x-52 transition-all duration-1000 ease-out"
x-intersect.once="$el.classList.add('opacity-100', 'translate-x-0')" x-intersect.once="$el.classList.add('opacity-100', 'translate-x-0')"
> >
<img src="story4.png" alt="Happy Christian using DocuNova" class="rounded-lg mb-6 w-full max-w-md mx-auto"> <img src="story4.png" alt="Happy Christian using DocuElevate" class="rounded-lg mb-6 w-full max-w-md mx-auto">
<p class="text-base text-gray-700"> <p class="text-base text-gray-700">
Then came the breakthrough. With intelligent document processing, files were auto-tagged, renamed, and neatly filed. Christian could finally find anything in seconds—and get back to what really matters. Then came the breakthrough. With intelligent document processing, files were auto-tagged, renamed, and neatly filed. Christian could finally find anything in seconds—and get back to what really matters.
</p> </p>
@@ -130,7 +130,7 @@
<h3 class="text-2xl font-semibold text-blue-700 mb-4">Document Ingestion</h3> <h3 class="text-2xl font-semibold text-blue-700 mb-4">Document Ingestion</h3>
<p class="text-lg text-gray-700 max-w-3xl mx-auto mb-10"> <p class="text-lg text-gray-700 max-w-3xl mx-auto mb-10">
Your documents enter the system through a variety of inputs—from scanners to inboxes and drop folders. Your documents enter the system through a variety of inputs—from scanners to inboxes and drop folders.
DocuNova watches them all and picks up everything you throw at it. DocuElevate watches them all and picks up everything you throw at it.
</p> </p>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-8"> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-8">
<div class="bg-gray-100 rounded-xl p-4 shadow"> <div class="bg-gray-100 rounded-xl p-4 shadow">
@@ -156,7 +156,7 @@
<div class="mb-24"> <div class="mb-24">
<h3 class="text-2xl font-semibold text-purple-700 mb-4">Automated Document Processing</h3> <h3 class="text-2xl font-semibold text-purple-700 mb-4">Automated Document Processing</h3>
<p class="text-lg text-gray-700 max-w-3xl mx-auto mb-10"> <p class="text-lg text-gray-700 max-w-3xl mx-auto mb-10">
Inside the DocuNova engine, your documents are transformed into structured data: OCR, metadata extraction, clean naming, and full-text indexing happen automatically. Inside the DocuElevate engine, your documents are transformed into structured data: OCR, metadata extraction, clean naming, and full-text indexing happen automatically.
</p> </p>
<div class="bg-gray-100 rounded-xl p-6 shadow-lg"> <div class="bg-gray-100 rounded-xl p-6 shadow-lg">
<img src="workflow/processing.png" alt="Document Processing" class="mx-auto max-w-md sm:max-w-lg md:max-w-xl h-auto rounded-lg mb-6"> <img src="workflow/processing.png" alt="Document Processing" class="mx-auto max-w-md sm:max-w-lg md:max-w-xl h-auto rounded-lg mb-6">
@@ -231,11 +231,11 @@
</div> </div>
<div class="p-6 bg-white rounded-xl shadow text-center"> <div class="p-6 bg-white rounded-xl shadow text-center">
<h3 class="text-xl font-semibold text-purple-700 mb-2">Zero-Paper Enthusiasts</h3> <h3 class="text-xl font-semibold text-purple-700 mb-2">Zero-Paper Enthusiasts</h3>
<p>Turn your household into a paperless fortress. DocuNova is your digital vault.</p> <p>Turn your household into a paperless fortress. DocuElevate is your digital vault.</p>
</div> </div>
<div class="p-6 bg-white rounded-xl shadow text-center"> <div class="p-6 bg-white rounded-xl shadow text-center">
<h3 class="text-xl font-semibold text-purple-700 mb-2">Tech-Savvy People</h3> <h3 class="text-xl font-semibold text-purple-700 mb-2">Tech-Savvy People</h3>
<p>Docker, API, IMAP, AI — if you know the stack, DocuNova puts you in control.</p> <p>Docker, API, IMAP, AI — if you know the stack, DocuElevate puts you in control.</p>
</div> </div>
</div> </div>
</div> </div>
+1 -1
View File
@@ -17,5 +17,5 @@
</g> </g>
<!-- Text --> <!-- Text -->
<text class="text" x="28" y="17">DocuNova</text> <text class="text" x="28" y="17">DocuElevate</text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB