Fix CV layout: 1-page PDFs across languages

This commit is contained in:
root 2026-01-06 21:57:51 +00:00
parent 40c2c87bca
commit c47e2b19ca
16 changed files with 273 additions and 178 deletions

View file

@ -6,15 +6,15 @@
<title>AHMET KEREM ÖZBAY — CV</title> <title>AHMET KEREM ÖZBAY — CV</title>
<style> <style>
:root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; } :root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; }
@page { size: A4; margin: 16mm; } @page { size: A4; margin: 32mm; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body { margin:0; padding:0; } html, body { margin:0; padding:0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: var(--text); color: var(--text);
background: #fff; background: #fff;
font-size: 10.5pt; font-size: 12pt;
line-height: 1.26; line-height: 1.10;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
@ -24,22 +24,22 @@ body {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
gap: 7mm; gap: 6mm;
padding-bottom: 3.2mm; padding-bottom: 3mm;
margin-bottom: 3.2mm; margin-bottom: 3mm;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
} }
.header-left { flex: 1; min-width: 0; } .header-left { flex: 1; min-width: 0; }
.photo { .photo {
width: 29mm; height: 29mm; width: 28mm; height: 28mm;
border-radius: 4mm; border-radius: 4mm;
object-fit: cover; object-fit: cover;
background: #f2f2f2; background: #f2f2f2;
border: 1px solid #eee; border: 1px solid #eee;
} }
h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; } h1 { font-size: 20pt; margin: 0; letter-spacing: .2px; }
.subtitle { .subtitle {
margin: 1.2mm 0 2.2mm 0; margin: 1.2mm 0 2.2mm 0;
color: var(--muted); color: var(--muted);
@ -51,7 +51,7 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.contact .emph { color: var(--blue); font-weight: 700; } .contact .emph { color: var(--blue); font-weight: 700; }
.contact a { color: var(--text); text-decoration: none; } .contact a { color: var(--text); text-decoration: none; }
.contact a:hover { text-decoration: underline; } .contact a:hover { text-decoration: underline; }
.contact .link { margin-top: 0.7mm; overflow-wrap: anywhere; } .contact .link { margin-top: 0.9mm; overflow-wrap: anywhere; }
.grid { .grid {
display: grid; display: grid;
@ -61,30 +61,42 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.maincol { min-width: 0; } .maincol { min-width: 0; }
.sidecol { .sidecol {
min-width: 0; min-width: 0;
padding-left: 4.5mm; padding-left: 3mm;
border-left: 1px solid var(--rule); border-left: 1px solid var(--rule);
font-size: 10.1pt;
} }
.section { margin: 0 0 4mm 0; } .section { margin: 0 0 4.5mm 0; }
.maincol .section:last-child, .sidecol .section:last-child { margin-bottom: 0; }
.section h2 { .section h2 {
font-size: 11.6pt; font-size: 13pt;
margin: 0 0 1.6mm 0; margin: 0 0 1.8mm 0;
padding: 0 0 1mm 0; padding: 0 0 1mm 0;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
text-wrap: balance; text-wrap: balance;
} }
.entry { margin: 0 0 2.6mm 0; } .entry { margin: 0 0 2.6mm 0; break-inside: avoid; page-break-inside: avoid; }
.entry-head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: baseline;
column-gap: 3mm;
}
.entry-left { min-width: 0; }
.entry-right { white-space: nowrap; }
.entry .title { font-weight: 700; } .entry .title { font-weight: 700; }
.entry .meta { color: var(--muted); } .entry .meta { color: var(--muted); }
p { margin: 0 0 2mm 0; hyphens: auto; text-wrap: pretty; } .entry:last-child { margin-bottom: 0; }
ul { margin: 1mm 0 0 4mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; } p { margin: 0 0 2.2mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
.section p:last-child { margin-bottom: 0; }
ul { margin: 0.9mm 0 0 3.8mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
li:last-child { margin-bottom: 0; }
.skills p { margin: 0 0 1.4mm 0; } .skills p { margin: 0 0 1.4mm 0; }
.small { font-size: 10pt; } .small { font-size: 1em; }
</style> </style>
</head> </head>
<body> <body>
@ -112,11 +124,11 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Berufserfahrung</h2> <h2>Berufserfahrung</h2>
<div class="entry"> <div class="entry">
<div><span class="title">Lagerarbeiter</span> — Local Warehouse, Malatya, Türkei <span class="meta">| 20232024</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Lagerarbeiter</span> — Local Warehouse, Malatya, Türkei</div><div class="entry-right meta">| 20232024</div></div>
<ul><li>Kommissionierung, Verpackung, Wareneingang, Etikettierung und Einlagerung von Gütern gemäß Lager-Sicherheits- und Qualitätsstandards.</li><li>Durchführung von Barcode-Scans und Mengenprüfungen zur Verbesserung der Bestandsgenauigkeit und Reduzierung von Fehlkommissionierungen/Rücksendungen.</li><li>Unterstützung des Versands durch Vorbereitung von Aufträgen und Pflege der Regaletiketten für Konsistenz.</li><li>Anwendung von 5S-Methoden zur Verbesserung der Lagerübersicht und Reduzierung unnötiger Wege/Suchzeiten.</li><li>Zusammenarbeit mit Vorgesetzten und Teamkollegen, um tägliche Versandziele unter Zeitdruck zu erreichen.</li></ul> <ul><li>Kommissionierung, Verpackung, Wareneingang, Etikettierung und Einlagerung von Gütern gemäß Lager-Sicherheits- und Qualitätsstandards.</li><li>Durchführung von Barcode-Scans und Mengenprüfungen zur Verbesserung der Bestandsgenauigkeit und Reduzierung von Fehlkommissionierungen/Rücksendungen.</li><li>Unterstützung des Versands durch Vorbereitung von Aufträgen und Pflege der Regaletiketten für Konsistenz.</li><li>Anwendung von 5S-Methoden zur Verbesserung der Lagerübersicht und Reduzierung unnötiger Wege/Suchzeiten.</li><li>Zusammenarbeit mit Vorgesetzten und Teamkollegen, um tägliche Versandziele unter Zeitdruck zu erreichen.</li></ul>
</div> </div>
<div class="entry"> <div class="entry">
<div><span class="title">Kellner / Servicekraft</span> — Antik Cafe, Malatya, Türkei <span class="meta">| 20242025</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Kellner / Servicekraft</span> — Antik Cafe, Malatya, Türkei</div><div class="entry-right meta">| 20242025</div></div>
<ul><li>Kundenorientierter Service in Hochbetrieb unter Einhaltung von Hygiene- und Präsentationsstandards.</li><li>Stärkung von Kommunikationsfähigkeit, Teamarbeit und Multitasking in einem schnelllebigen Umfeld.</li></ul> <ul><li>Kundenorientierter Service in Hochbetrieb unter Einhaltung von Hygiene- und Präsentationsstandards.</li><li>Stärkung von Kommunikationsfähigkeit, Teamarbeit und Multitasking in einem schnelllebigen Umfeld.</li></ul>
</div> </div>
</section> </section>
@ -133,7 +145,7 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Ausbildung</h2> <h2>Ausbildung</h2>
<p>Bachelor of International Trade and Logistics — Cumhuriyet Üniversitesi | 2025</p> <p>Bachelor of International Trade and Logistics —<br>Cumhuriyet Üniversitesi | 2025</p>
</section> </section>
</aside> </aside>
</div> </div>

View file

@ -6,15 +6,15 @@
<title>AHMET KEREM ÖZBAY — CV</title> <title>AHMET KEREM ÖZBAY — CV</title>
<style> <style>
:root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; } :root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; }
@page { size: A4; margin: 16mm; } @page { size: A4; margin: 32mm; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body { margin:0; padding:0; } html, body { margin:0; padding:0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: var(--text); color: var(--text);
background: #fff; background: #fff;
font-size: 10.5pt; font-size: 12pt;
line-height: 1.26; line-height: 1.00;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
@ -24,22 +24,22 @@ body {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
gap: 7mm; gap: 6mm;
padding-bottom: 3.2mm; padding-bottom: 3mm;
margin-bottom: 3.2mm; margin-bottom: 3mm;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
} }
.header-left { flex: 1; min-width: 0; } .header-left { flex: 1; min-width: 0; }
.photo { .photo {
width: 29mm; height: 29mm; width: 28mm; height: 28mm;
border-radius: 4mm; border-radius: 4mm;
object-fit: cover; object-fit: cover;
background: #f2f2f2; background: #f2f2f2;
border: 1px solid #eee; border: 1px solid #eee;
} }
h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; } h1 { font-size: 20pt; margin: 0; letter-spacing: .2px; }
.subtitle { .subtitle {
margin: 1.2mm 0 2.2mm 0; margin: 1.2mm 0 2.2mm 0;
color: var(--muted); color: var(--muted);
@ -51,7 +51,7 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.contact .emph { color: var(--blue); font-weight: 700; } .contact .emph { color: var(--blue); font-weight: 700; }
.contact a { color: var(--text); text-decoration: none; } .contact a { color: var(--text); text-decoration: none; }
.contact a:hover { text-decoration: underline; } .contact a:hover { text-decoration: underline; }
.contact .link { margin-top: 0.7mm; overflow-wrap: anywhere; } .contact .link { margin-top: 0.9mm; overflow-wrap: anywhere; }
.grid { .grid {
display: grid; display: grid;
@ -61,30 +61,42 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.maincol { min-width: 0; } .maincol { min-width: 0; }
.sidecol { .sidecol {
min-width: 0; min-width: 0;
padding-left: 4.5mm; padding-left: 3mm;
border-left: 1px solid var(--rule); border-left: 1px solid var(--rule);
font-size: 10.1pt;
} }
.section { margin: 0 0 4mm 0; } .section { margin: 0 0 4.5mm 0; }
.maincol .section:last-child, .sidecol .section:last-child { margin-bottom: 0; }
.section h2 { .section h2 {
font-size: 11.6pt; font-size: 13pt;
margin: 0 0 1.6mm 0; margin: 0 0 1.8mm 0;
padding: 0 0 1mm 0; padding: 0 0 1mm 0;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
text-wrap: balance; text-wrap: balance;
} }
.entry { margin: 0 0 2.6mm 0; } .entry { margin: 0 0 2.6mm 0; break-inside: avoid; page-break-inside: avoid; }
.entry-head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: baseline;
column-gap: 3mm;
}
.entry-left { min-width: 0; }
.entry-right { white-space: nowrap; }
.entry .title { font-weight: 700; } .entry .title { font-weight: 700; }
.entry .meta { color: var(--muted); } .entry .meta { color: var(--muted); }
p { margin: 0 0 2mm 0; hyphens: auto; text-wrap: pretty; } .entry:last-child { margin-bottom: 0; }
ul { margin: 1mm 0 0 4mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; } p { margin: 0 0 2.2mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
.section p:last-child { margin-bottom: 0; }
ul { margin: 0.9mm 0 0 3.8mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
li:last-child { margin-bottom: 0; }
.skills p { margin: 0 0 1.4mm 0; } .skills p { margin: 0 0 1.4mm 0; }
.small { font-size: 10pt; } .small { font-size: 1em; }
</style> </style>
</head> </head>
<body> <body>
@ -112,11 +124,11 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Εμπειρία</h2> <h2>Εμπειρία</h2>
<div class="entry"> <div class="entry">
<div><span class="title">Εργαζόμενος Αποθήκης</span> — Local Warehouse, Malatya, Turkey <span class="meta">| 20232024</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Εργαζόμενος Αποθήκης</span> — Local Warehouse, Malatya, Turkey</div><div class="entry-right meta">| 20232024</div></div>
<ul><li>Συλλογή, συσκευασία, παραλαβή, επισήμανση και τοποθέτηση εμπορευμάτων σύμφωνα με τα πρότυπα ασφάλειας και ποιότητας της αποθήκης.</li><li>Εκτέλεση σαρώσεων barcode και ελέγχων ποσότητας για τη βελτίωση της ακρίβειας απογραφής και τη μείωση λανθασμένων συλλογών/επιστροφών.</li><li>Υποστήριξη αποστολών με την προετοιμασία παραγγελιών και τη διατήρηση καθαρών και συνεπών ετικετών ραφιών.</li><li>Εφαρμογή μεθόδων 5S για τη βελτίωση της ορατότητας αποθήκευσης και τη μείωση του περιττού χρόνου περπατήματος/αναζήτησης.</li><li>Συνεργασία με επόπτες και συναδέλφους για την επίτευξη ημερήσιων στόχων αποστολών υπό χρονική πίεση.</li></ul> <ul><li>Συλλογή, συσκευασία, παραλαβή, επισήμανση και τοποθέτηση εμπορευμάτων σύμφωνα με τα πρότυπα ασφάλειας και ποιότητας της αποθήκης.</li><li>Εκτέλεση σαρώσεων barcode και ελέγχων ποσότητας για τη βελτίωση της ακρίβειας απογραφής και τη μείωση λανθασμένων συλλογών/επιστροφών.</li><li>Υποστήριξη αποστολών με την προετοιμασία παραγγελιών και τη διατήρηση καθαρών και συνεπών ετικετών ραφιών.</li><li>Εφαρμογή μεθόδων 5S για τη βελτίωση της ορατότητας αποθήκευσης και τη μείωση του περιττού χρόνου περπατήματος/αναζήτησης.</li><li>Συνεργασία με επόπτες και συναδέλφους για την επίτευξη ημερήσιων στόχων αποστολών υπό χρονική πίεση.</li></ul>
</div> </div>
<div class="entry"> <div class="entry">
<div><span class="title">Σερβιτόρος / Προσωπικό Εξυπηρέτησης</span> — Antik Cafe, Malatya, Turkey <span class="meta">| 20242025</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Σερβιτόρος / Προσωπικό Εξυπηρέτησης</span> — Antik Cafe, Malatya, Turkey</div><div class="entry-right meta">| 20242025</div></div>
<ul><li>Παροχή εξυπηρέτησης πελατών υψηλού όγκου διατηρώντας τα πρότυπα υγιεινής και παρουσίασης.</li><li>Ανάπτυξη ισχυρών δεξιοτήτων επικοινωνίας, ομαδικής εργασίας και πολυδιεργασίας σε περιβάλλον γρήγορου ρυθμού.</li></ul> <ul><li>Παροχή εξυπηρέτησης πελατών υψηλού όγκου διατηρώντας τα πρότυπα υγιεινής και παρουσίασης.</li><li>Ανάπτυξη ισχυρών δεξιοτήτων επικοινωνίας, ομαδικής εργασίας και πολυδιεργασίας σε περιβάλλον γρήγορου ρυθμού.</li></ul>
</div> </div>
</section> </section>
@ -133,7 +145,7 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Εκπαίδευση</h2> <h2>Εκπαίδευση</h2>
<p>Πτυχίο Διεθνούς Εμπορίου και Εφοδιαστικής — Cumhuriyet Üniversitesi | 2025</p> <p>Πτυχίο Διεθνούς Εμπορίου και Εφοδιαστικής —<br>Cumhuriyet Üniversitesi | 2025</p>
</section> </section>
</aside> </aside>
</div> </div>

View file

@ -6,15 +6,15 @@
<title>AHMET KEREM ÖZBAY — CV</title> <title>AHMET KEREM ÖZBAY — CV</title>
<style> <style>
:root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; } :root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; }
@page { size: A4; margin: 16mm; } @page { size: A4; margin: 32mm; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body { margin:0; padding:0; } html, body { margin:0; padding:0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: var(--text); color: var(--text);
background: #fff; background: #fff;
font-size: 10.5pt; font-size: 12pt;
line-height: 1.26; line-height: 1.25;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
@ -24,22 +24,22 @@ body {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
gap: 7mm; gap: 6mm;
padding-bottom: 3.2mm; padding-bottom: 3mm;
margin-bottom: 3.2mm; margin-bottom: 3mm;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
} }
.header-left { flex: 1; min-width: 0; } .header-left { flex: 1; min-width: 0; }
.photo { .photo {
width: 29mm; height: 29mm; width: 28mm; height: 28mm;
border-radius: 4mm; border-radius: 4mm;
object-fit: cover; object-fit: cover;
background: #f2f2f2; background: #f2f2f2;
border: 1px solid #eee; border: 1px solid #eee;
} }
h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; } h1 { font-size: 20pt; margin: 0; letter-spacing: .2px; }
.subtitle { .subtitle {
margin: 1.2mm 0 2.2mm 0; margin: 1.2mm 0 2.2mm 0;
color: var(--muted); color: var(--muted);
@ -51,7 +51,7 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.contact .emph { color: var(--blue); font-weight: 700; } .contact .emph { color: var(--blue); font-weight: 700; }
.contact a { color: var(--text); text-decoration: none; } .contact a { color: var(--text); text-decoration: none; }
.contact a:hover { text-decoration: underline; } .contact a:hover { text-decoration: underline; }
.contact .link { margin-top: 0.7mm; overflow-wrap: anywhere; } .contact .link { margin-top: 0.9mm; overflow-wrap: anywhere; }
.grid { .grid {
display: grid; display: grid;
@ -61,30 +61,42 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.maincol { min-width: 0; } .maincol { min-width: 0; }
.sidecol { .sidecol {
min-width: 0; min-width: 0;
padding-left: 4.5mm; padding-left: 3mm;
border-left: 1px solid var(--rule); border-left: 1px solid var(--rule);
font-size: 10.1pt;
} }
.section { margin: 0 0 4mm 0; } .section { margin: 0 0 4.5mm 0; }
.maincol .section:last-child, .sidecol .section:last-child { margin-bottom: 0; }
.section h2 { .section h2 {
font-size: 11.6pt; font-size: 13pt;
margin: 0 0 1.6mm 0; margin: 0 0 1.8mm 0;
padding: 0 0 1mm 0; padding: 0 0 1mm 0;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
text-wrap: balance; text-wrap: balance;
} }
.entry { margin: 0 0 2.6mm 0; } .entry { margin: 0 0 2.6mm 0; break-inside: avoid; page-break-inside: avoid; }
.entry-head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: baseline;
column-gap: 3mm;
}
.entry-left { min-width: 0; }
.entry-right { white-space: nowrap; }
.entry .title { font-weight: 700; } .entry .title { font-weight: 700; }
.entry .meta { color: var(--muted); } .entry .meta { color: var(--muted); }
p { margin: 0 0 2mm 0; hyphens: auto; text-wrap: pretty; } .entry:last-child { margin-bottom: 0; }
ul { margin: 1mm 0 0 4mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; } p { margin: 0 0 2.2mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
.section p:last-child { margin-bottom: 0; }
ul { margin: 0.9mm 0 0 3.8mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
li:last-child { margin-bottom: 0; }
.skills p { margin: 0 0 1.4mm 0; } .skills p { margin: 0 0 1.4mm 0; }
.small { font-size: 10pt; } .small { font-size: 1em; }
</style> </style>
</head> </head>
<body> <body>
@ -94,7 +106,7 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<h1>AHMET KEREM ÖZBAY</h1> <h1>AHMET KEREM ÖZBAY</h1>
<div class="subtitle">Warehouse Operations | Logistics &amp; International Trade (Graduate)</div> <div class="subtitle">Warehouse Operations | Logistics &amp; International Trade (Graduate)</div>
<div class="contact small"> <div class="contact small">
<div>Malatya, Turkey • Open to relocation • Open to shift work</div> <div>Currently mobile in EU • Malatya, Turkey • Open to relocation • Open to shift work</div>
<div><span class="emph">+90 544 904 3303</span><span class="emph">ozbaykerem18@gmail.com</span></div> <div><span class="emph">+90 544 904 3303</span><span class="emph">ozbaykerem18@gmail.com</span></div>
<div class="link"><a href="https://www.linkedin.com/in/ahmet-kerem-%C3%B6zbay-204505261">linkedin.com/in/ahmet-kerem-özbay-204505261</a></div> <div class="link"><a href="https://www.linkedin.com/in/ahmet-kerem-%C3%B6zbay-204505261">linkedin.com/in/ahmet-kerem-özbay-204505261</a></div>
</div> </div>
@ -112,11 +124,11 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Experience</h2> <h2>Experience</h2>
<div class="entry"> <div class="entry">
<div><span class="title">Warehouse Worker</span> — Local Warehouse, Malatya, Turkey <span class="meta">| 20232024</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Warehouse Worker</span> — Local&nbsp;Warehouse, Malatya, Turkey</div><div class="entry-right meta">| 20232024</div></div>
<ul><li>Picked, packed, received, labeled, and shelved goods in line with warehouse safety and quality standards.</li><li>Ran barcode scans and quantity checks to improve inventory accuracy and reduce mis-picks/returns.</li><li>Supported dispatch by staging orders and keeping shelf labels clean and consistent.</li><li>Applied 5S methods to improve storage visibility and reduce unnecessary walking/search time.</li><li>Worked with supervisors and teammates to hit daily outbound targets under time pressure.</li></ul> <ul><li>Picked, packed, received, labeled, and shelved goods in line with warehouse safety and quality standards.</li><li>Ran barcode scans and quantity checks to improve inventory accuracy and reduce mis-picks/returns.</li><li>Supported dispatch by staging orders and keeping shelf labels clean and consistent.</li><li>Applied 5S methods to improve storage visibility and reduce unnecessary walking/search time.</li><li>Worked with supervisors and teammates to hit daily outbound targets under time pressure.</li></ul>
</div> </div>
<div class="entry"> <div class="entry">
<div><span class="title">Waiter / Service Staff</span> — Antik Cafe, Malatya, Turkey <span class="meta">| 20242025</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Waiter / Service Staff</span> — Antik Cafe, Malatya, Turkey</div><div class="entry-right meta">| 20242025</div></div>
<ul><li>Delivered high-volume customer service while maintaining hygiene and presentation standards.</li><li>Built strong communication, teamwork, and multitasking habits in a fast-paced environment.</li></ul> <ul><li>Delivered high-volume customer service while maintaining hygiene and presentation standards.</li><li>Built strong communication, teamwork, and multitasking habits in a fast-paced environment.</li></ul>
</div> </div>
</section> </section>
@ -130,10 +142,9 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<p><strong>Languages:</strong> English (C1), French (A1), German (A1)</p> <p><strong>Languages:</strong> English (C1), French (A1), German (A1)</p>
<p><strong>Certs:</strong> B driving license; UAV pilot license</p> <p><strong>Certs:</strong> B driving license; UAV pilot license</p>
</section> </section>
<section class="section"> <section class="section">
<h2>Education</h2> <h2>Education</h2>
<p>Bachelor of International Trade and Logistics — Cumhuriyet Üniversitesi | 2025</p> <p>Bachelor of International Trade and Logistics —<br>Cumhuriyet Üniversitesi | 2025</p>
</section> </section>
</aside> </aside>
</div> </div>

View file

@ -6,15 +6,15 @@
<title>AHMET KEREM ÖZBAY — CV</title> <title>AHMET KEREM ÖZBAY — CV</title>
<style> <style>
:root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; } :root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; }
@page { size: A4; margin: 16mm; } @page { size: A4; margin: 32mm; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body { margin:0; padding:0; } html, body { margin:0; padding:0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: var(--text); color: var(--text);
background: #fff; background: #fff;
font-size: 10.5pt; font-size: 12pt;
line-height: 1.26; line-height: 1.00;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
@ -24,22 +24,22 @@ body {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
gap: 7mm; gap: 6mm;
padding-bottom: 3.2mm; padding-bottom: 3mm;
margin-bottom: 3.2mm; margin-bottom: 3mm;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
} }
.header-left { flex: 1; min-width: 0; } .header-left { flex: 1; min-width: 0; }
.photo { .photo {
width: 29mm; height: 29mm; width: 28mm; height: 28mm;
border-radius: 4mm; border-radius: 4mm;
object-fit: cover; object-fit: cover;
background: #f2f2f2; background: #f2f2f2;
border: 1px solid #eee; border: 1px solid #eee;
} }
h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; } h1 { font-size: 20pt; margin: 0; letter-spacing: .2px; }
.subtitle { .subtitle {
margin: 1.2mm 0 2.2mm 0; margin: 1.2mm 0 2.2mm 0;
color: var(--muted); color: var(--muted);
@ -51,7 +51,7 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.contact .emph { color: var(--blue); font-weight: 700; } .contact .emph { color: var(--blue); font-weight: 700; }
.contact a { color: var(--text); text-decoration: none; } .contact a { color: var(--text); text-decoration: none; }
.contact a:hover { text-decoration: underline; } .contact a:hover { text-decoration: underline; }
.contact .link { margin-top: 0.7mm; overflow-wrap: anywhere; } .contact .link { margin-top: 0.9mm; overflow-wrap: anywhere; }
.grid { .grid {
display: grid; display: grid;
@ -61,30 +61,42 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.maincol { min-width: 0; } .maincol { min-width: 0; }
.sidecol { .sidecol {
min-width: 0; min-width: 0;
padding-left: 4.5mm; padding-left: 3mm;
border-left: 1px solid var(--rule); border-left: 1px solid var(--rule);
font-size: 10.1pt;
} }
.section { margin: 0 0 4mm 0; } .section { margin: 0 0 4.5mm 0; }
.maincol .section:last-child, .sidecol .section:last-child { margin-bottom: 0; }
.section h2 { .section h2 {
font-size: 11.6pt; font-size: 13pt;
margin: 0 0 1.6mm 0; margin: 0 0 1.8mm 0;
padding: 0 0 1mm 0; padding: 0 0 1mm 0;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
text-wrap: balance; text-wrap: balance;
} }
.entry { margin: 0 0 2.6mm 0; } .entry { margin: 0 0 2.6mm 0; break-inside: avoid; page-break-inside: avoid; }
.entry-head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: baseline;
column-gap: 3mm;
}
.entry-left { min-width: 0; }
.entry-right { white-space: nowrap; }
.entry .title { font-weight: 700; } .entry .title { font-weight: 700; }
.entry .meta { color: var(--muted); } .entry .meta { color: var(--muted); }
p { margin: 0 0 2mm 0; hyphens: auto; text-wrap: pretty; } .entry:last-child { margin-bottom: 0; }
ul { margin: 1mm 0 0 4mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; } p { margin: 0 0 2.2mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
.section p:last-child { margin-bottom: 0; }
ul { margin: 0.9mm 0 0 3.8mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
li:last-child { margin-bottom: 0; }
.skills p { margin: 0 0 1.4mm 0; } .skills p { margin: 0 0 1.4mm 0; }
.small { font-size: 10pt; } .small { font-size: 1em; }
</style> </style>
</head> </head>
<body> <body>
@ -112,11 +124,11 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Experiencia</h2> <h2>Experiencia</h2>
<div class="entry"> <div class="entry">
<div><span class="title">Operario de Almacén</span> — Local Warehouse, Malatya, Turkey <span class="meta">| 20232024</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Operario de Almacén</span> — Local Warehouse, Malatya, Turkey</div><div class="entry-right meta">| 20232024</div></div>
<ul><li>Realicé picking, packing, recepción, etiquetado y almacenamiento de mercancías siguiendo los estándares de seguridad y calidad del almacén.</li><li>Realicé escaneos de códigos de barras y verificaciones de cantidades para mejorar la precisión del inventario y reducir errores de picking/devoluciones.</li><li>Apoyé el despacho preparando pedidos y manteniendo las etiquetas de los estantes limpias y consistentes.</li><li>Apliqué métodos 5S para mejorar la visibilidad del almacenamiento y reducir el tiempo innecesario de caminata/búsqueda.</li><li>Colaboré con supervisores y compañeros para cumplir los objetivos diarios de salida bajo presión de tiempo.</li></ul> <ul><li>Realicé picking, packing, recepción, etiquetado y almacenamiento de mercancías siguiendo los estándares de seguridad y calidad del almacén.</li><li>Realicé escaneos de códigos de barras y verificaciones de cantidades para mejorar la precisión del inventario y reducir errores de picking/devoluciones.</li><li>Apoyé el despacho preparando pedidos y manteniendo las etiquetas de los estantes limpias y consistentes.</li><li>Apliqué métodos 5S para mejorar la visibilidad del almacenamiento y reducir el tiempo innecesario de caminata/búsqueda.</li><li>Colaboré con supervisores y compañeros para cumplir los objetivos diarios de salida bajo presión de tiempo.</li></ul>
</div> </div>
<div class="entry"> <div class="entry">
<div><span class="title">Camarero / Personal de Servicio</span> — Antik Cafe, Malatya, Turkey <span class="meta">| 20242025</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Camarero / Personal de Servicio</span> — Antik Cafe, Malatya, Turkey</div><div class="entry-right meta">| 20242025</div></div>
<ul><li>Brindé servicio al cliente de alto volumen manteniendo los estándares de higiene y presentación.</li><li>Desarrollé habilidades sólidas de comunicación, trabajo en equipo y multitarea en un entorno de ritmo rápido.</li></ul> <ul><li>Brindé servicio al cliente de alto volumen manteniendo los estándares de higiene y presentación.</li><li>Desarrollé habilidades sólidas de comunicación, trabajo en equipo y multitarea en un entorno de ritmo rápido.</li></ul>
</div> </div>
</section> </section>
@ -133,7 +145,7 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Educación</h2> <h2>Educación</h2>
<p>Licenciatura en Comercio Internacional y Logística — Cumhuriyet Üniversitesi | 2025</p> <p>Licenciatura en Comercio Internacional y Logística —<br>Cumhuriyet Üniversitesi | 2025</p>
</section> </section>
</aside> </aside>
</div> </div>

View file

@ -6,15 +6,15 @@
<title>AHMET KEREM ÖZBAY — CV</title> <title>AHMET KEREM ÖZBAY — CV</title>
<style> <style>
:root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; } :root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; }
@page { size: A4; margin: 16mm; } @page { size: A4; margin: 32mm; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body { margin:0; padding:0; } html, body { margin:0; padding:0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: var(--text); color: var(--text);
background: #fff; background: #fff;
font-size: 10.5pt; font-size: 12pt;
line-height: 1.26; line-height: 1.15;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
@ -24,22 +24,22 @@ body {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
gap: 7mm; gap: 6mm;
padding-bottom: 3.2mm; padding-bottom: 3mm;
margin-bottom: 3.2mm; margin-bottom: 3mm;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
} }
.header-left { flex: 1; min-width: 0; } .header-left { flex: 1; min-width: 0; }
.photo { .photo {
width: 29mm; height: 29mm; width: 28mm; height: 28mm;
border-radius: 4mm; border-radius: 4mm;
object-fit: cover; object-fit: cover;
background: #f2f2f2; background: #f2f2f2;
border: 1px solid #eee; border: 1px solid #eee;
} }
h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; } h1 { font-size: 20pt; margin: 0; letter-spacing: .2px; }
.subtitle { .subtitle {
margin: 1.2mm 0 2.2mm 0; margin: 1.2mm 0 2.2mm 0;
color: var(--muted); color: var(--muted);
@ -51,7 +51,7 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.contact .emph { color: var(--blue); font-weight: 700; } .contact .emph { color: var(--blue); font-weight: 700; }
.contact a { color: var(--text); text-decoration: none; } .contact a { color: var(--text); text-decoration: none; }
.contact a:hover { text-decoration: underline; } .contact a:hover { text-decoration: underline; }
.contact .link { margin-top: 0.7mm; overflow-wrap: anywhere; } .contact .link { margin-top: 0.9mm; overflow-wrap: anywhere; }
.grid { .grid {
display: grid; display: grid;
@ -61,30 +61,42 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.maincol { min-width: 0; } .maincol { min-width: 0; }
.sidecol { .sidecol {
min-width: 0; min-width: 0;
padding-left: 4.5mm; padding-left: 3mm;
border-left: 1px solid var(--rule); border-left: 1px solid var(--rule);
font-size: 10.1pt;
} }
.section { margin: 0 0 4mm 0; } .section { margin: 0 0 4.5mm 0; }
.maincol .section:last-child, .sidecol .section:last-child { margin-bottom: 0; }
.section h2 { .section h2 {
font-size: 11.6pt; font-size: 13pt;
margin: 0 0 1.6mm 0; margin: 0 0 1.8mm 0;
padding: 0 0 1mm 0; padding: 0 0 1mm 0;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
text-wrap: balance; text-wrap: balance;
} }
.entry { margin: 0 0 2.6mm 0; } .entry { margin: 0 0 2.6mm 0; break-inside: avoid; page-break-inside: avoid; }
.entry-head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: baseline;
column-gap: 3mm;
}
.entry-left { min-width: 0; }
.entry-right { white-space: nowrap; }
.entry .title { font-weight: 700; } .entry .title { font-weight: 700; }
.entry .meta { color: var(--muted); } .entry .meta { color: var(--muted); }
p { margin: 0 0 2mm 0; hyphens: auto; text-wrap: pretty; } .entry:last-child { margin-bottom: 0; }
ul { margin: 1mm 0 0 4mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; } p { margin: 0 0 2.2mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
.section p:last-child { margin-bottom: 0; }
ul { margin: 0.8mm 0 0 3.8mm; padding: 0; }
li { margin: 0 0 0.9mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
li:last-child { margin-bottom: 0; }
.skills p { margin: 0 0 1.4mm 0; } .skills p { margin: 0 0 1.4mm 0; }
.small { font-size: 10pt; } .small { font-size: 1em; }
</style> </style>
</head> </head>
<body> <body>
@ -112,11 +124,11 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Expérience</h2> <h2>Expérience</h2>
<div class="entry"> <div class="entry">
<div><span class="title">Opérateur d'entrepôt</span> — Local Warehouse, Malatya, Turquie <span class="meta">| 20232024</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Opérateur d'entrepôt</span> — Local Warehouse, Malatya, Turquie</div><div class="entry-right meta">| 20232024</div></div>
<ul><li>Préparation de commandes, emballage, réception, étiquetage et mise en stock des marchandises conformément aux normes de sécurité et de qualité de l'entrepôt.</li><li>Réalisation de scans de codes-barres et de vérifications de quantités pour améliorer la précision des stocks et réduire les erreurs de préparation/retours.</li><li>Soutien à l'expédition par la préparation des commandes et le maintien de la propreté et de la cohérence des étiquettes de rayonnage.</li><li>Application des méthodes 5S pour améliorer la visibilité du stockage et réduire les déplacements et temps de recherche inutiles.</li><li>Collaboration avec les superviseurs et les coéquipiers pour atteindre les objectifs quotidiens d'expédition sous pression temporelle.</li></ul> <ul><li>Préparation de commandes, emballage, réception, étiquetage et mise en stock des marchandises conformément aux normes de sécurité et de qualité de l'entrepôt.</li><li>Réalisation de scans de codes-barres et de vérifications de quantités pour améliorer la précision des stocks et réduire les erreurs de préparation/retours.</li><li>Soutien à l'expédition par la préparation des commandes et le maintien de la propreté et de la cohérence des étiquettes de rayonnage.</li><li>Application des méthodes 5S pour améliorer la visibilité du stockage et réduire les déplacements et temps de recherche inutiles.</li><li>Collaboration avec les superviseurs et les coéquipiers pour atteindre les objectifs quotidiens d'expédition sous pression temporelle.</li></ul>
</div> </div>
<div class="entry"> <div class="entry">
<div><span class="title">Serveur / Personnel de service</span> — Antik Cafe, Malatya, Turquie <span class="meta">| 20242025</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Serveur / Personnel de service</span> — Antik Cafe, Malatya, Turquie</div><div class="entry-right meta">| 20242025</div></div>
<ul><li>Service client à haut volume tout en maintenant les normes d'hygiène et de présentation.</li><li>Développement de compétences solides en communication, travail d'équipe et multitâche dans un environnement dynamique.</li></ul> <ul><li>Service client à haut volume tout en maintenant les normes d'hygiène et de présentation.</li><li>Développement de compétences solides en communication, travail d'équipe et multitâche dans un environnement dynamique.</li></ul>
</div> </div>
</section> </section>
@ -133,7 +145,7 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Formation</h2> <h2>Formation</h2>
<p>Licence en Commerce International et Logistique — Cumhuriyet Üniversitesi | 2025</p> <p>Licence en Commerce International et Logistique —<br>Cumhuriyet Üniversitesi | 2025</p>
</section> </section>
</aside> </aside>
</div> </div>

View file

@ -6,15 +6,15 @@
<title>AHMET KEREM ÖZBAY — CV</title> <title>AHMET KEREM ÖZBAY — CV</title>
<style> <style>
:root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; } :root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; }
@page { size: A4; margin: 16mm; } @page { size: A4; margin: 32mm; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body { margin:0; padding:0; } html, body { margin:0; padding:0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: var(--text); color: var(--text);
background: #fff; background: #fff;
font-size: 10.5pt; font-size: 12pt;
line-height: 1.26; line-height: 1.05;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
@ -24,22 +24,22 @@ body {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
gap: 7mm; gap: 6mm;
padding-bottom: 3.2mm; padding-bottom: 3mm;
margin-bottom: 3.2mm; margin-bottom: 3mm;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
} }
.header-left { flex: 1; min-width: 0; } .header-left { flex: 1; min-width: 0; }
.photo { .photo {
width: 29mm; height: 29mm; width: 28mm; height: 28mm;
border-radius: 4mm; border-radius: 4mm;
object-fit: cover; object-fit: cover;
background: #f2f2f2; background: #f2f2f2;
border: 1px solid #eee; border: 1px solid #eee;
} }
h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; } h1 { font-size: 20pt; margin: 0; letter-spacing: .2px; }
.subtitle { .subtitle {
margin: 1.2mm 0 2.2mm 0; margin: 1.2mm 0 2.2mm 0;
color: var(--muted); color: var(--muted);
@ -51,7 +51,7 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.contact .emph { color: var(--blue); font-weight: 700; } .contact .emph { color: var(--blue); font-weight: 700; }
.contact a { color: var(--text); text-decoration: none; } .contact a { color: var(--text); text-decoration: none; }
.contact a:hover { text-decoration: underline; } .contact a:hover { text-decoration: underline; }
.contact .link { margin-top: 0.7mm; overflow-wrap: anywhere; } .contact .link { margin-top: 0.9mm; overflow-wrap: anywhere; }
.grid { .grid {
display: grid; display: grid;
@ -61,30 +61,42 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.maincol { min-width: 0; } .maincol { min-width: 0; }
.sidecol { .sidecol {
min-width: 0; min-width: 0;
padding-left: 4.5mm; padding-left: 3mm;
border-left: 1px solid var(--rule); border-left: 1px solid var(--rule);
font-size: 10.1pt;
} }
.section { margin: 0 0 4mm 0; } .section { margin: 0 0 4.5mm 0; }
.maincol .section:last-child, .sidecol .section:last-child { margin-bottom: 0; }
.section h2 { .section h2 {
font-size: 11.6pt; font-size: 13pt;
margin: 0 0 1.6mm 0; margin: 0 0 1.8mm 0;
padding: 0 0 1mm 0; padding: 0 0 1mm 0;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
text-wrap: balance; text-wrap: balance;
} }
.entry { margin: 0 0 2.6mm 0; } .entry { margin: 0 0 2.6mm 0; break-inside: avoid; page-break-inside: avoid; }
.entry-head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: baseline;
column-gap: 3mm;
}
.entry-left { min-width: 0; }
.entry-right { white-space: nowrap; }
.entry .title { font-weight: 700; } .entry .title { font-weight: 700; }
.entry .meta { color: var(--muted); } .entry .meta { color: var(--muted); }
p { margin: 0 0 2mm 0; hyphens: auto; text-wrap: pretty; } .entry:last-child { margin-bottom: 0; }
ul { margin: 1mm 0 0 4mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; } p { margin: 0 0 2.2mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
.section p:last-child { margin-bottom: 0; }
ul { margin: 0.9mm 0 0 3.8mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
li:last-child { margin-bottom: 0; }
.skills p { margin: 0 0 1.4mm 0; } .skills p { margin: 0 0 1.4mm 0; }
.small { font-size: 10pt; } .small { font-size: 1em; }
</style> </style>
</head> </head>
<body> <body>
@ -112,11 +124,11 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Esperienza</h2> <h2>Esperienza</h2>
<div class="entry"> <div class="entry">
<div><span class="title">Addetto al Magazzino</span> — Local Warehouse, Malatya, Turkey <span class="meta">| 20232024</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Addetto al Magazzino</span> — Local Warehouse, Malatya, Turkey</div><div class="entry-right meta">| 20232024</div></div>
<ul><li>Prelevamento, imballaggio, ricezione, etichettatura e sistemazione a scaffale delle merci in linea con gli standard di sicurezza e qualità del magazzino.</li><li>Esecuzione di scansioni di codici a barre e controlli delle quantità per migliorare l&#x27;accuratezza dell&#x27;inventario e ridurre errori di prelievo/resi.</li><li>Supporto alla spedizione preparando gli ordini e mantenendo etichette degli scaffali pulite e coerenti.</li><li>Applicazione dei metodi 5S per migliorare la visibilità dello stoccaggio e ridurre i tempi di ricerca/inutile camminata.</li><li>Collaborazione con supervisori e colleghi per raggiungere gli obiettivi giornalieri di spedizione sotto pressione temporale.</li></ul> <ul><li>Prelevamento, imballaggio, ricezione, etichettatura e sistemazione a scaffale delle merci in linea con gli standard di sicurezza e qualità del magazzino.</li><li>Esecuzione di scansioni di codici a barre e controlli delle quantità per migliorare l&#x27;accuratezza dell&#x27;inventario e ridurre errori di prelievo/resi.</li><li>Supporto alla spedizione preparando gli ordini e mantenendo etichette degli scaffali pulite e coerenti.</li><li>Applicazione dei metodi 5S per migliorare la visibilità dello stoccaggio e ridurre i tempi di ricerca/inutile camminata.</li><li>Collaborazione con supervisori e colleghi per raggiungere gli obiettivi giornalieri di spedizione sotto pressione temporale.</li></ul>
</div> </div>
<div class="entry"> <div class="entry">
<div><span class="title">Cameriere / Personale di Servizio</span> — Antik Cafe, Malatya, Turkey <span class="meta">| 20242025</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Cameriere / Personale di Servizio</span> — Antik Cafe, Malatya, Turkey</div><div class="entry-right meta">| 20242025</div></div>
<ul><li>Fornitura di servizio clienti ad alto volume mantenendo gli standard di igiene e presentazione.</li><li>Sviluppo di forti abilità di comunicazione, lavoro di squadra e multitasking in un ambiente frenetico.</li></ul> <ul><li>Fornitura di servizio clienti ad alto volume mantenendo gli standard di igiene e presentazione.</li><li>Sviluppo di forti abilità di comunicazione, lavoro di squadra e multitasking in un ambiente frenetico.</li></ul>
</div> </div>
</section> </section>
@ -133,7 +145,7 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Istruzione</h2> <h2>Istruzione</h2>
<p>Laurea in Commercio Internazionale e Logistica — Cumhuriyet Üniversitesi | 2025</p> <p>Laurea in Commercio Internazionale e Logistica —<br>Cumhuriyet Üniversitesi | 2025</p>
</section> </section>
</aside> </aside>
</div> </div>

View file

@ -6,15 +6,15 @@
<title>AHMET KEREM ÖZBAY — CV</title> <title>AHMET KEREM ÖZBAY — CV</title>
<style> <style>
:root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; } :root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; }
@page { size: A4; margin: 16mm; } @page { size: A4; margin: 32mm; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body { margin:0; padding:0; } html, body { margin:0; padding:0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: var(--text); color: var(--text);
background: #fff; background: #fff;
font-size: 10.5pt; font-size: 12pt;
line-height: 1.26; line-height: 1.10;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
@ -24,22 +24,22 @@ body {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
gap: 7mm; gap: 6mm;
padding-bottom: 3.2mm; padding-bottom: 3mm;
margin-bottom: 3.2mm; margin-bottom: 3mm;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
} }
.header-left { flex: 1; min-width: 0; } .header-left { flex: 1; min-width: 0; }
.photo { .photo {
width: 29mm; height: 29mm; width: 28mm; height: 28mm;
border-radius: 4mm; border-radius: 4mm;
object-fit: cover; object-fit: cover;
background: #f2f2f2; background: #f2f2f2;
border: 1px solid #eee; border: 1px solid #eee;
} }
h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; } h1 { font-size: 20pt; margin: 0; letter-spacing: .2px; }
.subtitle { .subtitle {
margin: 1.2mm 0 2.2mm 0; margin: 1.2mm 0 2.2mm 0;
color: var(--muted); color: var(--muted);
@ -51,7 +51,7 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.contact .emph { color: var(--blue); font-weight: 700; } .contact .emph { color: var(--blue); font-weight: 700; }
.contact a { color: var(--text); text-decoration: none; } .contact a { color: var(--text); text-decoration: none; }
.contact a:hover { text-decoration: underline; } .contact a:hover { text-decoration: underline; }
.contact .link { margin-top: 0.7mm; overflow-wrap: anywhere; } .contact .link { margin-top: 0.9mm; overflow-wrap: anywhere; }
.grid { .grid {
display: grid; display: grid;
@ -61,30 +61,42 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.maincol { min-width: 0; } .maincol { min-width: 0; }
.sidecol { .sidecol {
min-width: 0; min-width: 0;
padding-left: 4.5mm; padding-left: 3mm;
border-left: 1px solid var(--rule); border-left: 1px solid var(--rule);
font-size: 10.1pt;
} }
.section { margin: 0 0 4mm 0; } .section { margin: 0 0 4.5mm 0; }
.maincol .section:last-child, .sidecol .section:last-child { margin-bottom: 0; }
.section h2 { .section h2 {
font-size: 11.6pt; font-size: 13pt;
margin: 0 0 1.6mm 0; margin: 0 0 1.8mm 0;
padding: 0 0 1mm 0; padding: 0 0 1mm 0;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
text-wrap: balance; text-wrap: balance;
} }
.entry { margin: 0 0 2.6mm 0; } .entry { margin: 0 0 2.6mm 0; break-inside: avoid; page-break-inside: avoid; }
.entry-head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: baseline;
column-gap: 3mm;
}
.entry-left { min-width: 0; }
.entry-right { white-space: nowrap; }
.entry .title { font-weight: 700; } .entry .title { font-weight: 700; }
.entry .meta { color: var(--muted); } .entry .meta { color: var(--muted); }
p { margin: 0 0 2mm 0; hyphens: auto; text-wrap: pretty; } .entry:last-child { margin-bottom: 0; }
ul { margin: 1mm 0 0 4mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; } p { margin: 0 0 2.2mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
.section p:last-child { margin-bottom: 0; }
ul { margin: 0.9mm 0 0 3.8mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
li:last-child { margin-bottom: 0; }
.skills p { margin: 0 0 1.4mm 0; } .skills p { margin: 0 0 1.4mm 0; }
.small { font-size: 10pt; } .small { font-size: 1em; }
</style> </style>
</head> </head>
<body> <body>
@ -112,11 +124,11 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Experientia</h2> <h2>Experientia</h2>
<div class="entry"> <div class="entry">
<div><span class="title">Operarius Horrearius</span> — Local Warehouse, Malatya, Turkey <span class="meta">| 20232024</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Operarius Horrearius</span> — Local Warehouse, Malatya, Turkey</div><div class="entry-right meta">| 20232024</div></div>
<ul><li>Merces selectas, confectas, receptas, notatas, et in pluteos dispositas secundum normas horrearias salutis et qualitatis.</li><li>Scansiones codicum barralium et verificationes quantitatum effeci ad accuratiorem inventarium et minorationem errorum selectionis/redituum.</li><li>Expeditionem adiuvi praeparando ordines et servando notas pluteorum mundas et constantes.</li><li>Methodos 5S adhibui ad meliorem visibilitatem stocci et minorationem temporis ambulationis/quaesitionis superfluae.</li><li>Cum praefectis et collegis operatus sum ad attingendos cotidianos fines expeditionis sub pressione temporis.</li></ul> <ul><li>Merces selectas, confectas, receptas, notatas, et in pluteos dispositas secundum normas horrearias salutis et qualitatis.</li><li>Scansiones codicum barralium et verificationes quantitatum effeci ad accuratiorem inventarium et minorationem errorum selectionis/redituum.</li><li>Expeditionem adiuvi praeparando ordines et servando notas pluteorum mundas et constantes.</li><li>Methodos 5S adhibui ad meliorem visibilitatem stocci et minorationem temporis ambulationis/quaesitionis superfluae.</li><li>Cum praefectis et collegis operatus sum ad attingendos cotidianos fines expeditionis sub pressione temporis.</li></ul>
</div> </div>
<div class="entry"> <div class="entry">
<div><span class="title">Servitor / Minister</span> — Antik Cafe, Malatya, Turkey <span class="meta">| 20242025</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Servitor / Minister</span> — Antik Cafe, Malatya, Turkey</div><div class="entry-right meta">| 20242025</div></div>
<ul><li>Servitium clientium altivolumen praestiti, servans normas hygienae et praesentationis.</li><li>Consuetudines solidae communicationis, cooperationis, et multitasking in ambiente celeri acquisivi.</li></ul> <ul><li>Servitium clientium altivolumen praestiti, servans normas hygienae et praesentationis.</li><li>Consuetudines solidae communicationis, cooperationis, et multitasking in ambiente celeri acquisivi.</li></ul>
</div> </div>
</section> </section>
@ -133,7 +145,7 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Educatio</h2> <h2>Educatio</h2>
<p>Baccalaureus Commercii Internationalis et Logisticae — Cumhuriyet Üniversitesi | 2025</p> <p>Baccalaureus Commercii Internationalis et Logisticae —<br>Cumhuriyet Üniversitesi | 2025</p>
</section> </section>
</aside> </aside>
</div> </div>

View file

@ -6,15 +6,15 @@
<title>AHMET KEREM ÖZBAY — CV</title> <title>AHMET KEREM ÖZBAY — CV</title>
<style> <style>
:root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; } :root { --text:#111; --muted:#4b4b4b; --rule:#e3e3e3; --blue:#0B3D91; }
@page { size: A4; margin: 16mm; } @page { size: A4; margin: 32mm; }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html, body { margin:0; padding:0; } html, body { margin:0; padding:0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
color: var(--text); color: var(--text);
background: #fff; background: #fff;
font-size: 10.5pt; font-size: 12pt;
line-height: 1.26; line-height: 1.08;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
@ -24,22 +24,22 @@ body {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
gap: 7mm; gap: 6mm;
padding-bottom: 3.2mm; padding-bottom: 3mm;
margin-bottom: 3.2mm; margin-bottom: 3mm;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
} }
.header-left { flex: 1; min-width: 0; } .header-left { flex: 1; min-width: 0; }
.photo { .photo {
width: 29mm; height: 29mm; width: 28mm; height: 28mm;
border-radius: 4mm; border-radius: 4mm;
object-fit: cover; object-fit: cover;
background: #f2f2f2; background: #f2f2f2;
border: 1px solid #eee; border: 1px solid #eee;
} }
h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; } h1 { font-size: 20pt; margin: 0; letter-spacing: .2px; }
.subtitle { .subtitle {
margin: 1.2mm 0 2.2mm 0; margin: 1.2mm 0 2.2mm 0;
color: var(--muted); color: var(--muted);
@ -51,7 +51,7 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.contact .emph { color: var(--blue); font-weight: 700; } .contact .emph { color: var(--blue); font-weight: 700; }
.contact a { color: var(--text); text-decoration: none; } .contact a { color: var(--text); text-decoration: none; }
.contact a:hover { text-decoration: underline; } .contact a:hover { text-decoration: underline; }
.contact .link { margin-top: 0.7mm; overflow-wrap: anywhere; } .contact .link { margin-top: 0.9mm; overflow-wrap: anywhere; }
.grid { .grid {
display: grid; display: grid;
@ -61,30 +61,42 @@ h1 { font-size: 19pt; margin: 0; letter-spacing: .2px; }
.maincol { min-width: 0; } .maincol { min-width: 0; }
.sidecol { .sidecol {
min-width: 0; min-width: 0;
padding-left: 4.5mm; padding-left: 3mm;
border-left: 1px solid var(--rule); border-left: 1px solid var(--rule);
font-size: 10.1pt;
} }
.section { margin: 0 0 4mm 0; } .section { margin: 0 0 4.5mm 0; }
.maincol .section:last-child, .sidecol .section:last-child { margin-bottom: 0; }
.section h2 { .section h2 {
font-size: 11.6pt; font-size: 13pt;
margin: 0 0 1.6mm 0; margin: 0 0 1.8mm 0;
padding: 0 0 1mm 0; padding: 0 0 1mm 0;
border-bottom: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
text-wrap: balance; text-wrap: balance;
} }
.entry { margin: 0 0 2.6mm 0; } .entry { margin: 0 0 2.6mm 0; break-inside: avoid; page-break-inside: avoid; }
.entry-head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: baseline;
column-gap: 3mm;
}
.entry-left { min-width: 0; }
.entry-right { white-space: nowrap; }
.entry .title { font-weight: 700; } .entry .title { font-weight: 700; }
.entry .meta { color: var(--muted); } .entry .meta { color: var(--muted); }
p { margin: 0 0 2mm 0; hyphens: auto; text-wrap: pretty; } .entry:last-child { margin-bottom: 0; }
ul { margin: 1mm 0 0 4mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; } p { margin: 0 0 2.2mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
.section p:last-child { margin-bottom: 0; }
ul { margin: 0.9mm 0 0 3.8mm; padding: 0; }
li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; widows: 2; orphans: 2; }
li:last-child { margin-bottom: 0; }
.skills p { margin: 0 0 1.4mm 0; } .skills p { margin: 0 0 1.4mm 0; }
.small { font-size: 10pt; } .small { font-size: 1em; }
</style> </style>
</head> </head>
<body> <body>
@ -112,11 +124,11 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Deneyim</h2> <h2>Deneyim</h2>
<div class="entry"> <div class="entry">
<div><span class="title">Depo Çalışanı</span> — Local Warehouse, Malatya, Turkey <span class="meta">| 20232024</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Depo Çalışanı</span> — Local Warehouse, Malatya, Turkey</div><div class="entry-right meta">| 20232024</div></div>
<ul><li>Depo güvenlik ve kalite standartlarına uygun olarak sipariş hazırlama, paketleme, mal kabul, etiketleme ve depoya yerleştirme işlemlerini gerçekleştirdi.</li><li>Barkod taramaları ve miktar kontrolleri ile envanter doğruluğunu artırarak yanlış sipariş hazırlama/iptal oranlarını düşürdü.</li><li>Sevkiyat sürecine destek olmak amacıyla siparişleri hazır hale getirdi ve raf etiketlerinin düzenli ve tutarlı olmasını sağladı.</li><li>5S yöntemlerini uygulayarak depolama alanının görünürlüğünü artırdı ve gereksiz yürüme/arama süresini azalttı.</li><li>Süpervizörler ve ekip arkadaşlarıyla iş birliği yaparak zaman baskısı altında günlük çıkış hedeflerine ulaştı.</li></ul> <ul><li>Depo güvenlik ve kalite standartlarına uygun olarak sipariş hazırlama, paketleme, mal kabul, etiketleme ve depoya yerleştirme işlemlerini gerçekleştirdi.</li><li>Barkod taramaları ve miktar kontrolleri ile envanter doğruluğunu artırarak yanlış sipariş hazırlama/iptal oranlarını düşürdü.</li><li>Sevkiyat sürecine destek olmak amacıyla siparişleri hazır hale getirdi ve raf etiketlerinin düzenli ve tutarlı olmasını sağladı.</li><li>5S yöntemlerini uygulayarak depolama alanının görünürlüğünü artırdı ve gereksiz yürüme/arama süresini azalttı.</li><li>Süpervizörler ve ekip arkadaşlarıyla iş birliği yaparak zaman baskısı altında günlük çıkış hedeflerine ulaştı.</li></ul>
</div> </div>
<div class="entry"> <div class="entry">
<div><span class="title">Garson / Servis Personeli</span> — Antik Cafe, Malatya, Turkey <span class="meta">| 20242025</span></div> <div class="entry-head"><div class="entry-left"><span class="title">Garson / Servis Personeli</span> — Antik Cafe, Malatya, Turkey</div><div class="entry-right meta">| 20242025</div></div>
<ul><li>Yoğun müşteri trafiğinde hijyen ve sunum standartlarını koruyarak yüksek kaliteli hizmet sundu.</li><li>Hızlı tempolu ortamda güçlü iletişim, ekip çalışması ve çoklu görev becerileri geliştirdi.</li></ul> <ul><li>Yoğun müşteri trafiğinde hijyen ve sunum standartlarını koruyarak yüksek kaliteli hizmet sundu.</li><li>Hızlı tempolu ortamda güçlü iletişim, ekip çalışması ve çoklu görev becerileri geliştirdi.</li></ul>
</div> </div>
</section> </section>
@ -133,7 +145,7 @@ li { margin: 0 0 1mm 0; hyphens: auto; text-wrap: pretty; }
<section class="section"> <section class="section">
<h2>Eğitim</h2> <h2>Eğitim</h2>
<p>Uluslararası Ticaret ve Lojistik Lisans — Cumhuriyet Üniversitesi | 2025</p> <p>Uluslararası Ticaret ve Lojistik Lisans —<br>Cumhuriyet Üniversitesi | 2025</p>
</section> </section>
</aside> </aside>
</div> </div>