Commit Graph

24 Commits

Author SHA1 Message Date
Ümit Tunç 097c6719a1 refactor: remove secondary landing page sections to enforce a hero-only product layout 2026-05-11 11:17:18 +03:00
Ümit Tunç 1950e8734c feat: localize landing page content and update icon asset paths 2026-05-11 10:04:58 +03:00
Ümit Tunç 3512858304 feat: internationalize internship application status messages and add Swedish/German language support 2026-05-11 09:23:07 +03:00
Ümit Tunç ebcbc9842c feat: localize career page and add mandatory NDA/contract document upload requirements to application form 2026-05-11 09:21:57 +03:00
Ümit Tunç 81790642c3 feat: add NDA/contract file uploads and technical skill checkboxes to career applications 2026-05-11 09:18:25 +03:00
Ümit Tunç 7cbf872b05 refactor: replace mermaid diagram with static ik-flowchat image on career page 2026-05-11 09:13:12 +03:00
Ümit Tunç 6a7e977330 refactor: overhaul career page with updated UI, NDA information, and issue-based workflow visualization 2026-05-11 09:13:08 +03:00
Ümit Tunç 5f26e76143 feat: add application type field to career applications and implement status filtering in admin panel 2026-05-11 08:28:48 +03:00
Ümit Tunç 932bb89454 refactor: migrate internship page layout to tailwind css styling 2026-05-11 08:05:38 +03:00
Ümit Tunç 2fd3dbb63f refactor: update internship page layout with new application requirements and localization strings 2026-05-11 08:01:41 +03:00
Ümit Tunç 9a606991e3 feat: update internship page with remote work details and application requirements 2026-05-11 08:00:21 +03:00
Ümit Tunç a81f4fdf9e feat: add internship application page and update career menu dropdown 2026-05-11 07:54:27 +03:00
Ümit Tunç c5f2b7fc43 feat: Implement AJAX form submission for career application with loading states, SweetAlert2 notifications, and server-side JSON responses. 2026-03-11 09:12:20 +03:00
Ümit Tunç 7af164f3d7 feat: Update career form custom input styles with revised dimensions, box-shadow, responsive width, and placeholder properties. 2026-03-11 08:57:41 +03:00
Muhammet Güler 4924cb0dc8 feat: kariyer formu, mobil offcanvas menu ve blog modulu iyilestirmeleri 2026-03-10 18:50:23 +03:00
Muhammet Güler 477993ec83 Optimize images to WebP and enable lazy loading. Add security headers (HSTS, CSP, etc) for A+ SSL score. 2026-02-17 10:30:36 +03:00
Ümit Tunç a1d02de86b Update Landing Page Layout and Improve Responsiveness: Adjusted the layout of the landing page by modifying the width of various sections for better responsiveness. Enhanced the styling of the featured image section and added a new divider for visual appeal. Updated the FAQ section header to utilize localization for improved language support, ensuring a consistent user experience across different languages. 2026-01-02 22:58:29 +03:00
Ümit Tunç 1fc23e7bda Update Header Template in Landing Page Blade: Changed the header template from 'Demo29 Header' to 'Demo27 Header' in the landing page view, ensuring consistency with the updated design and layout standards. 2026-01-02 20:58:30 +03:00
Ümit Tunç 97092dd793 Add Landing Page Section and Update Product Schema: Introduced a new LandingPageSection class to manage the layout and fields for the product landing page. Updated the ProductForm to include this new section, enhancing the product management interface. Added migration for landing_page_data in the products table and implemented localization for new fields in English and Turkish language files. Created a new landing Blade view to render the landing page dynamically, improving user experience and modularity. 2026-01-02 20:58:18 +03:00
Ümit Tunç 0ca75829bb frontend style fix 2026-01-01 16:25:27 +03:00
Ümit Tunç 12441517f6 Add Custom Header and Footer Blade Selection: Implemented options for selecting custom Blade files for header and footer templates in the Page settings. Enhanced the PageController to render these templates dynamically, improving modularity and user experience. Updated relevant views to support this new functionality, ensuring better localization and flexibility in template management. 2026-01-01 10:54:38 +03:00
Ümit Tunç 1fa194260e Refactor Localization in Templates: Updated various templates to utilize the translation function for titles and content, enhancing localization support. Commented out unused fallback logic in the PageController for header templates, streamlining the rendering process. Added new header and navbar components while removing the deprecated navbar file, improving the overall structure and maintainability of the layout. 2025-12-31 23:35:42 +03:00
Ümit Tunç 064ec327ba Add Site Translation Management: Created SiteTranslation resource with pages for listing, creating, and editing translations. Implemented localization support for translation keys and values, enhancing the admin panel's usability for managing site translations. Introduced a new migration for the site_translations table and updated helper functions for translation retrieval. 2025-12-30 23:41:32 +03:00
Ümit Tunç a85e6eebe0 Implement Product and ProductCategory Resources: Created new Filament resources for managing products and product categories, including pages for listing, creating, and editing. Added schemas for forms and tables, integrated translation support, and established relationships between products and categories. Enhanced the navigation structure to include product and service links in the frontend menu, improving overall site organization and user experience. 2025-12-30 22:16:45 +03:00