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:
2026-07-14 01:40:26 +02:00
co-authored by Claude
parent cc2df90653
commit bf789af62a
18 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -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 · &copy; hackner.dev <span id="currentYear"><%= new Date().getFullYear() %></span>
NextJobs · &copy; nextjobs.cc <span id="currentYear"><%= new Date().getFullYear() %></span>
</p>
</div>
</footer>
+1 -1
View File
@@ -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. -->
+1 -1
View File
@@ -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>