Rebranding zu NextJobs (nextjobs.cc)
- Markenname 'Bewerbungs-Tracker' -> 'NextJobs' im gesamten UI, Footer (incl. nextjobs.cc Copyright), Login, Wortmarke in der Top-Navi (Next + Jobs-Gradient), Favicon, Swagger/OpenAPI-Titel, CalDAV-PRODID, Browser-Erweiterung (manifest, content, background), Runner-Log und Doku. - Funktionale Begriffe (Bewerbungsunterlagen, -datum etc.) bleiben. - Docker-Registry (git.hackner.dev) als Infrastruktur unberuehrt. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
<svg class="w-12 h-12 text-blue-600 dark:text-blue-400 mb-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path>
|
||||
</svg>
|
||||
<h1 class="text-xl font-bold text-gray-800 dark:text-white">Bewerbungs-Tracker</h1>
|
||||
<h1 class="text-xl font-bold text-gray-800 dark:text-white">NextJobs</h1>
|
||||
<p class="text-sm text-gray-500 dark:text-gray-400 mt-1">Bitte anmelden</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<footer class="mt-12 border-t border-gray-200/80 dark:border-white/5">
|
||||
<div class="container mx-auto px-4 py-8 text-center">
|
||||
<p class="text-xs text-gray-400 dark:text-slate-500">
|
||||
Bewerbungssystem · © hackner.dev <span id="currentYear"><%= new Date().getFullYear() %></span>
|
||||
NextJobs · © nextjobs.cc <span id="currentYear"><%= new Date().getFullYear() %></span>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#2563eb">
|
||||
<title>Bewerbungs-Tracker</title>
|
||||
<title>NextJobs</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<!-- Apply the dark class before first paint to avoid a light-mode flash (FOUC).
|
||||
Theme follows the browser/OS setting (prefers-color-scheme) — no manual toggle. -->
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
</svg>
|
||||
</span>
|
||||
<span class="whitespace-nowrap text-[15px] font-semibold leading-none tracking-tight">
|
||||
<span class="text-gray-900 dark:text-white">Bewerbungs</span><span class="bg-gradient-to-r from-sky-500 to-blue-600 bg-clip-text text-transparent">Tracker</span>
|
||||
<span class="text-gray-900 dark:text-white">Next</span><span class="bg-gradient-to-r from-sky-500 to-blue-600 bg-clip-text text-transparent">Jobs</span>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
+1
-1
@@ -91,7 +91,7 @@
|
||||
<label for="webseite" class="block text-xs font-medium text-gray-500 dark:text-gray-400 mb-1">Webseite</label>
|
||||
<input type="text" id="webseite" name="webseite"
|
||||
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-700 text-gray-800 dark:text-white"
|
||||
placeholder="z. B. hackner.dev" value="<%= settings.webseite || '' %>">
|
||||
placeholder="z. B. nextjobs.cc" value="<%= settings.webseite || '' %>">
|
||||
</div>
|
||||
<div>
|
||||
<label for="geburtsdatum" class="block text-xs font-medium text-gray-500 dark:text-gray-400 mb-1">Geburtsdatum</label>
|
||||
|
||||
Reference in New Issue
Block a user