diff --git a/assets/css/custom.css b/assets/css/custom.css
new file mode 100644
index 0000000..686bbf3
--- /dev/null
+++ b/assets/css/custom.css
@@ -0,0 +1,55 @@
+
+@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
+
+body {
+ background-color: #F8F9FA;
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+ color: #212529;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: 'Georgia', serif;
+}
+
+.navbar {
+ box-shadow: 0 2px 4px rgba(0,0,0,.05);
+}
+
+.card {
+ border: none;
+ border-radius: 0.5rem;
+ box-shadow: 0 4px 12px rgba(0,0,0,.08);
+}
+
+.table {
+ --bs-table-bg: transparent;
+ --bs-table-striped-bg: rgba(13, 110, 253, 0.03);
+}
+
+.table th {
+ font-weight: 600;
+}
+
+.btn-primary {
+ transition: all 0.3s ease;
+}
+
+.btn-primary:hover {
+ transform: translateY(-2px);
+ box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
+}
+
+.form-control:focus {
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
+ border-color: #86b7fe;
+}
+
+.action-icon {
+ color: #6c757d;
+ text-decoration: none;
+ transition: color 0.2s ease;
+}
+
+.action-icon:hover {
+ color: #0d6efd;
+}
diff --git a/assets/js/main.js b/assets/js/main.js
new file mode 100644
index 0000000..a9297c2
--- /dev/null
+++ b/assets/js/main.js
@@ -0,0 +1,8 @@
+// Future JavaScript for interactivity will go here.
+document.addEventListener('DOMContentLoaded', function () {
+ // Example: Add tooltips to action icons
+ const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
+ const tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
+ return new bootstrap.Tooltip(tooltipTriggerEl)
+ });
+});
diff --git a/index.php b/index.php
index 7205f3d..a0d3dd3 100644
--- a/index.php
+++ b/index.php
@@ -1,150 +1,154 @@
"C001",
+ "Ticari Unvan" => "Flatlogic Inc.",
+ "Sehir" => "New York",
+ "Ad" => "John",
+ "Soyad" => "Doe",
+ "Telefon" => "123-456-7890",
+ "E-posta" => "john.doe@example.com",
+ "Grup Adı" => "VIP",
+ ],
+ [
+ "Cust.Code" => "C002",
+ "Ticari Unvan" => "Google LLC",
+ "Sehir" => "Mountain View",
+ "Ad" => "Jane",
+ "Soyad" => "Smith",
+ "Telefon" => "987-654-3210",
+ "E-posta" => "jane.smith@example.com",
+ "Grup Adı" => "Technology",
+ ],
+ [
+ "Cust.Code" => "C003",
+ "Ticari Unvan" => "Microsoft Corp.",
+ "Sehir" => "Redmond",
+ "Ad" => "Peter",
+ "Soyad" => "Jones",
+ "Telefon" => "555-123-4567",
+ "E-posta" => "peter.jones@example.com",
+ "Grup Adı" => "Software",
+ ],
+ [
+ "Cust.Code" => "C004",
+ "Ticari Unvan" => "Apple Inc.",
+ "Sehir" => "Cupertino",
+ "Ad" => "Mary",
+ "Soyad" => "Johnson",
+ "Telefon" => "555-987-6543",
+ "E-posta" => "mary.j@example.com",
+ "Grup Adı" => "Hardware",
+ ],
+ [
+ "Cust.Code" => "C005",
+ "Ticari Unvan" => "Amazon.com, Inc.",
+ "Sehir" => "Seattle",
+ "Ad" => "David",
+ "Soyad" => "Williams",
+ "Telefon" => "555-555-5555",
+ "E-posta" => "david.w@example.com",
+ "Grup Adı" => "e-Commerce",
+ ]
+];
?>
-
-
+
+
-
-
- New Style
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ rehber
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
Analyzing your requirements and generating your website…
-
- Loading…
-
-
= ($_SERVER['HTTP_HOST'] ?? '') === 'appwizzy.com' ? 'AppWizzy' : 'Flatlogic' ?> AI is collecting your requirements and applying the first changes.
-
This page will update automatically as the plan is implemented.
-
Runtime: PHP = htmlspecialchars($phpVersion) ?> — UTC = htmlspecialchars($now) ?>
-
-
-
+
+
+
+
+
+
Contact Directory
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Cust. Code |
+ Ticari Unvan |
+ Şehir |
+ Ad Soyad |
+ Telefon |
+ E-posta |
+ Grup |
+ Actions |
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file