diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..671d49f --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,44 @@ +body { + background: radial-gradient(ellipse at top, #F9FAFB, #F3F4F6); + font-family: 'Inter', sans-serif; +} + +.link-container { + max-width: 680px; +} + +.profile-image { + width: 96px; + height: 96px; +} + +.profile-picture { + width: 128px; + height: 128px; + border-radius: 50%; + object-fit: cover; + margin-left: auto; + margin-right: auto; + display: block; +} + +.link-card { + background-color: #FFFFFF; + border: 1px solid #E5E7EB; + border-radius: 8px; + padding: 0.75rem 1rem; + transition: transform 0.1s ease-in-out; + max-width: 520px; + margin: 0 auto 1rem auto; +} + +.link-card:hover { + transform: scale(1.02); +} + +.link-icon { + width: 48px; + height: 48px; + border-radius: 8px; + background-color: #F3F4F6; +} diff --git a/assets/images/profile.jpg b/assets/images/profile.jpg new file mode 100644 index 0000000..3a7e87d Binary files /dev/null and b/assets/images/profile.jpg differ diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..6928e21 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,3 @@ +document.addEventListener('DOMContentLoaded', function () { + // You can add any JS functionality here if needed. +}); diff --git a/assets/pasted-20260113-182637-cee6829b.png b/assets/pasted-20260113-182637-cee6829b.png new file mode 100644 index 0000000..973ea86 Binary files /dev/null and b/assets/pasted-20260113-182637-cee6829b.png differ diff --git a/assets/vm-shot-2026-01-13T18-27-10-855Z.jpg b/assets/vm-shot-2026-01-13T18-27-10-855Z.jpg new file mode 100644 index 0000000..cec2da3 Binary files /dev/null and b/assets/vm-shot-2026-01-13T18-27-10-855Z.jpg differ diff --git a/index.php b/index.php index 7205f3d..a303513 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,102 @@ - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + Philip Daineka + + + + -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

+ +
- + +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+ © Philip Daineka +
+ + + + - + \ No newline at end of file