Update Lebenslauf und Zeugnisse PDFs von 2025 auf 2026
Ersetzt die PDF-Dateien und aktualisiert alle Referenzen in page.tsx, E-Mail-Template, README und Cleanup-Guide auf die 2026-Versionen. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+4
-4
@@ -10,8 +10,8 @@ Dieses Dokument listet alle ungenutzten Dateien auf, die sicher in einen Backup-
|
||||
|
||||
### ✅ **AKTIV - Werden verwendet:**
|
||||
```
|
||||
✓ Lebenslauf_2025.pdf → page.tsx
|
||||
✓ Zeugnisse_2025.pdf → page.tsx
|
||||
✓ Lebenslauf_2026.pdf → page.tsx
|
||||
✓ Zeugnisse_2026.pdf → page.tsx
|
||||
✓ Referenzen.pdf → page.tsx
|
||||
```
|
||||
|
||||
@@ -113,8 +113,8 @@ npm run dev
|
||||
|
||||
# 2. Prüfe diese Seiten/Funktionen:
|
||||
□ Hero-Section lädt (beide Hintergrundbilder)
|
||||
□ Download: Lebenslauf_2025.pdf funktioniert
|
||||
□ Download: Zeugnisse_2025.pdf funktioniert
|
||||
□ Download: Lebenslauf_2026.pdf funktioniert
|
||||
□ Download: Zeugnisse_2026.pdf funktioniert
|
||||
□ Download: Referenzen.pdf funktioniert
|
||||
□ Portfolio: Alle 6 Projekt-Bilder werden angezeigt
|
||||
□ Keine 404-Fehler in der Browser-Console
|
||||
|
||||
+2
-2
@@ -19,7 +19,7 @@ export default function Home() {
|
||||
title="Sebastian Fröhlich"
|
||||
subtitle="Meinen Lebenslauf herunterladen"
|
||||
buttonText="Jetzt downloaden"
|
||||
href="/downloads/Lebenslauf_2025.pdf"
|
||||
href="/downloads/Lebenslauf_2026.pdf"
|
||||
backgroundImage="/img/bg-lebenslauf.jpg"
|
||||
/>
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function Home() {
|
||||
title="Sebastian Fröhlich"
|
||||
subtitle="Meine Arbeitszeugnisse herunterladen"
|
||||
buttonText="Jetzt downloaden"
|
||||
href="/downloads/Zeugnisse_2025.pdf"
|
||||
href="/downloads/Zeugnisse_2026.pdf"
|
||||
backgroundImage="/img/bg-arbeitszeugnisse.jpg"
|
||||
/>
|
||||
|
||||
|
||||
@@ -78,8 +78,8 @@ Moderne, responsive HTML E-Mail-Vorlage für Bewerbungen - perfekt abgestimmt au
|
||||
## 📥 Download-Links:
|
||||
|
||||
Die E-Mail enthält Links zu:
|
||||
- ✅ https://apply4jobs.de/bewerbung/downloads/Lebenslauf_2025.pdf
|
||||
- ✅ https://apply4jobs.de/bewerbung/downloads/Zeugnisse_2025.pdf
|
||||
- ✅ https://apply4jobs.de/bewerbung/downloads/Lebenslauf_2026.pdf
|
||||
- ✅ https://apply4jobs.de/bewerbung/downloads/Zeugnisse_2026.pdf
|
||||
- ✅ https://apply4jobs.de/bewerbung/downloads/Referenzen.pdf
|
||||
- ✅ https://apply4jobs.de/bewerbung/ (Online-Bewerbung)
|
||||
|
||||
|
||||
@@ -188,15 +188,15 @@
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="padding: 10px; text-align: center;">
|
||||
<a href="https://apply4jobs.de/bewerbung/downloads/Lebenslauf_2025.pdf" style="background-color: #e63946; color: #ffffff; padding: 14px 28px; text-decoration: none; border-radius: 8px; display: inline-block; font-weight: bold; font-size: 15px;">
|
||||
📄 Lebenslauf 2025
|
||||
<a href="https://apply4jobs.de/bewerbung/downloads/Lebenslauf_2026.pdf" style="background-color: #e63946; color: #ffffff; padding: 14px 28px; text-decoration: none; border-radius: 8px; display: inline-block; font-weight: bold; font-size: 15px;">
|
||||
📄 Lebenslauf 2026
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 10px; text-align: center;">
|
||||
<a href="https://apply4jobs.de/bewerbung/downloads/Zeugnisse_2025.pdf" style="background-color: #457b9d; color: #ffffff; padding: 14px 28px; text-decoration: none; border-radius: 8px; display: inline-block; font-weight: bold; font-size: 15px;">
|
||||
📜 Arbeitszeugnisse 2025
|
||||
<a href="https://apply4jobs.de/bewerbung/downloads/Zeugnisse_2026.pdf" style="background-color: #457b9d; color: #ffffff; padding: 14px 28px; text-decoration: none; border-radius: 8px; display: inline-block; font-weight: bold; font-size: 15px;">
|
||||
📜 Arbeitszeugnisse 2026
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Generated
+11
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "bewerbung",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "bewerbung",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"next": "15.5.4",
|
||||
"react": "19.1.0",
|
||||
@@ -1306,6 +1306,7 @@
|
||||
"integrity": "sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"csstype": "^3.0.2"
|
||||
}
|
||||
@@ -1366,6 +1367,7 @@
|
||||
"integrity": "sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@typescript-eslint/scope-manager": "8.45.0",
|
||||
"@typescript-eslint/types": "8.45.0",
|
||||
@@ -1883,6 +1885,7 @@
|
||||
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"acorn": "bin/acorn"
|
||||
},
|
||||
@@ -2733,6 +2736,7 @@
|
||||
"integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.8.0",
|
||||
"@eslint-community/regexpp": "^4.12.1",
|
||||
@@ -2907,6 +2911,7 @@
|
||||
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@rtsao/scc": "^1.1.0",
|
||||
"array-includes": "^3.1.9",
|
||||
@@ -5029,6 +5034,7 @@
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
|
||||
"integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
@@ -5038,6 +5044,7 @@
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
|
||||
"integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"scheduler": "^0.26.0"
|
||||
},
|
||||
@@ -5731,6 +5738,7 @@
|
||||
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
@@ -5880,6 +5888,7 @@
|
||||
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user