feat: kariyer formu, mobil offcanvas menu ve blog modulu iyilestirmeleri

This commit is contained in:
Muhammet Güler
2026-03-10 18:50:23 +03:00
parent f4f601a492
commit 4924cb0dc8
25 changed files with 1220 additions and 182 deletions
+1
View File
@@ -104,4 +104,5 @@ return [
'submit' => 'Submit',
'comment_submitted' => 'Your comment has been submitted. It will be published after approval.',
'comments_disabled' => 'Comments are disabled for this blog post.',
'all_categories' => 'All Categories',
];
+19
View File
@@ -0,0 +1,19 @@
<?php
return [
'navigation_label' => 'Career Applications',
'model_label' => 'Application',
'plural_model_label' => 'Career Applications',
'title' => 'Career Form',
'description' => 'To join our team, please fill out the form below and upload your CV.',
'name' => 'Full Name',
'email' => 'Email',
'phone' => 'Phone',
'cv' => 'Curriculum Vitae (CV)',
'message' => 'Message',
'status' => 'Status',
'submit' => 'Submit Application',
'success_message' => 'Your application has been received successfully. Thank you.',
'download_cv' => 'Download CV',
'created_at' => 'Application Date',
];
+1
View File
@@ -104,4 +104,5 @@ return [
'submit' => 'Gönder',
'comment_submitted' => 'Yorumunuz gönderildi. Onaylandıktan sonra yayınlanacaktır.',
'comments_disabled' => 'Bu blog yazısında yorumlar devre dışı bırakılmıştır.',
'all_categories' => 'Tüm Kategoriler',
];
+19
View File
@@ -0,0 +1,19 @@
<?php
return [
'navigation_label' => 'Kariyer Başvuruları',
'model_label' => 'Başvuru',
'plural_model_label' => 'Kariyer Başvuruları',
'title' => 'Kariyer Formu',
'description' => 'Ekibimize katılmak için aşağıdaki formu doldurarak CV\'nizi iletebilirsiniz.',
'name' => 'Ad Soyad',
'email' => 'E-posta',
'phone' => 'Telefon',
'cv' => 'Özgeçmiş (CV)',
'message' => 'Mesaj',
'status' => 'Durum',
'submit' => 'Başvuruyu Gönder',
'success_message' => 'Başvurunuz başarıyla alındı. Teşekkür ederiz.',
'download_cv' => 'CV İndir',
'created_at' => 'Başvuru Tarihi',
];