Rename project from DocuNova to DocuElevate and update related assets
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.6 MiB |
+9
-9
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<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 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>
|
||||
@@ -13,8 +13,8 @@
|
||||
<!-- Navigation -->
|
||||
<header class="flex items-center justify-between px-6 py-4 shadow">
|
||||
<div class="flex items-center space-x-2">
|
||||
<img src="logo.svg" alt="DocuNova Logo" class="w-10 h-10" />
|
||||
<span class="text-2xl font-bold text-blue-700">DocuNova</span>
|
||||
<img src="logo.svg" alt="DocuElevate Logo" class="w-10 h-10" />
|
||||
<span class="text-2xl font-bold text-blue-700">DocuElevate</span>
|
||||
</div>
|
||||
<nav class="space-x-6">
|
||||
<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="#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="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>
|
||||
</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"
|
||||
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">
|
||||
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>
|
||||
@@ -130,7 +130,7 @@
|
||||
<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">
|
||||
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>
|
||||
<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">
|
||||
@@ -156,7 +156,7 @@
|
||||
<div class="mb-24">
|
||||
<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">
|
||||
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>
|
||||
<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">
|
||||
@@ -231,11 +231,11 @@
|
||||
</div>
|
||||
<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>
|
||||
<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 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>
|
||||
<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>
|
||||
|
||||
+1
-1
@@ -17,5 +17,5 @@
|
||||
</g>
|
||||
|
||||
<!-- Text -->
|
||||
<text class="text" x="28" y="17">DocuNova</text>
|
||||
<text class="text" x="28" y="17">DocuElevate</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Reference in New Issue
Block a user