From 3ea801210d24af80528d8ca717ba112c1dbb75ed Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 1 Oct 2025 13:57:04 +0000 Subject: [PATCH] V1.0 --- assets/css/custom.css | 56 ++++++++ assets/js/main.js | 13 ++ index.php | 288 +++++++++++++++++++++--------------------- privacy.php | 17 +++ sitemap.xml.php | 17 +++ 5 files changed, 245 insertions(+), 146 deletions(-) create mode 100644 assets/css/custom.css create mode 100644 assets/js/main.js create mode 100644 privacy.php create mode 100644 sitemap.xml.php diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..3b9b722 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,56 @@ + +@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500&display=swap'); + +body { + font-family: 'Inter', sans-serif; + background-color: #f8f9fa; + color: #212529; +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Playfair Display', serif; +} + +.navbar { + background-color: rgba(255, 255, 255, 0.8); + backdrop-filter: blur(10px); +} + +.hero { + background: url('https://picsum.photos/seed/hinary-hero/1600/900') no-repeat center center; + background-size: cover; + color: white; + padding: 150px 0; + text-align: center; +} + +.hero h1 { + font-size: 4.5rem; + font-weight: 700; +} + +.hero p { + font-size: 1.25rem; +} + +.btn-primary { + background-color: #6e45ff; + border-color: #6e45ff; + padding: 10px 30px; + border-radius: 0.5rem; + transition: background-color 0.3s ease; +} + +.btn-primary:hover { + background-color: #5833d1; + border-color: #5833d1; +} + +section { + padding: 80px 0; +} + +.section-title { + text-align: center; + margin-bottom: 50px; +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..fa36c56 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,13 @@ + +document.addEventListener('DOMContentLoaded', function () { + // Smooth scrolling for anchor links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + + document.querySelector(this.getAttribute('href')).scrollIntoView({ + behavior: 'smooth' + }); + }); + }); +}); diff --git a/index.php b/index.php index 7205f3d..7c49d45 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,146 @@ - - - + + - - - New Style - - - - - - - - - - - - - - - - - - - + + + HINary-VCPU - Solusi Parsing JSON Cerdas + + + + + + + + + + + + + + + + + + -
-
-

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

-
-
- + + + +
+
+

Parsing JSON Menjadi Mudah

+

Memperbaiki dan menyederhanakan integrasi data antara Julia dan Python dengan HINary-VCPU.

+ Hubungi Kami +
+
+ +
+
+
+

Tentang Kami

+
+
+ Tim pengembang berkolaborasi +
+
+

Solusi Cerdas untuk Data Kompleks

+

HINary-VCPU lahir dari tantangan nyata dalam pemrosesan data saintifik. Kami menyediakan jembatan yang andal dan efisien antara kekuatan komputasi Julia dan fleksibilitas ekosistem Python, memastikan data Anda mengalir tanpa hambatan.

+
+
+
+
+ +
+
+

Portfolio

+
+

Contoh proyek yang telah mendapat manfaat dari HINary-VCPU.

+
+
+
+
+ Proyek simulasi MOSFET +
+
Simulasi MOSFET Lanjutan
+

Integrasi model sirkuit kompleks dari Julia ke dalam alur kerja analisis data Python untuk validasi perangkat keras.

+
+
+
+
+
+ Proyek optimisasi QoS +
+
Optimisasi QoS Infinity Fabric
+

Memodelkan dan mengoptimalkan penempatan core untuk beban kerja yang sensitif terhadap latensi dan bandwidth pada arsitektur AMD Zen.

+
+
+
+
+
+ Proyek pipeline data +
+
Pipeline Data Real-time
+

Membangun pipeline pemrosesan data berkinerja tinggi yang menangani jutaan peristiwa per detik dengan lancar.

+
+
+
+
+
+
+ +
+
+

Testimoni

+
+
+ +

"HINary-VCPU secara dramatis mengurangi waktu pengembangan kami. Jembatan Julia-Python mereka adalah yang paling andal yang pernah kami gunakan."

+
Kepala Insinyur di Tech Solutions Inc.
+
+
+
+
+ +
+
+

Hubungi Kami

+
+
+

Placeholder untuk formulir kontak. Ini akan diimplementasikan selanjutnya.

+
+
+
+
+
+ + + + + - + \ No newline at end of file diff --git a/privacy.php b/privacy.php new file mode 100644 index 0000000..760a787 --- /dev/null +++ b/privacy.php @@ -0,0 +1,17 @@ + + + + + + + Privacy Policy - HINary-VCPU + + + +
+

Privacy Policy

+

This is a placeholder for the Privacy Policy page.

+ Go back to Home +
+ + diff --git a/sitemap.xml.php b/sitemap.xml.php new file mode 100644 index 0000000..9ca164b --- /dev/null +++ b/sitemap.xml.php @@ -0,0 +1,17 @@ + +'; +?> + + + http:/// + + 1.00 + + + http:///privacy.php + + 0.80 + +