From 580202c25de2f7a5b0924af24e4c7c7f695e292c Mon Sep 17 00:00:00 2001 From: vanstevanzaky Date: Sat, 16 Nov 2024 23:28:48 +0700 Subject: [PATCH] menambahkan style pada mockup home --- app/controllers/Home.php | 2 +- app/views/components/navbar.php | 24 +++-- app/views/index.php | 98 ++++++++++++++----- app/views/pages/contact.php | 21 ++-- app/views/pages/login.php | 17 ++-- app/views/templates/header.php | 6 ++ public/assets/img/hero-section-home-page.png | Bin 0 -> 1284562 bytes public/assets/img/img.img | 0 8 files changed, 117 insertions(+), 51 deletions(-) create mode 100644 public/assets/img/hero-section-home-page.png delete mode 100644 public/assets/img/img.img diff --git a/app/controllers/Home.php b/app/controllers/Home.php index 1afea98..0cb2bc7 100644 --- a/app/controllers/Home.php +++ b/app/controllers/Home.php @@ -13,7 +13,7 @@ public function __construct() { } public function index(): void { - $data['title'] = "SIBT-TA"; + $data['title'] = "FINALIS JTI"; $this->view("templates/header", $data); $this->view("index"); $this->view("templates/footer"); diff --git a/app/views/components/navbar.php b/app/views/components/navbar.php index 5f457a1..3cd106f 100644 --- a/app/views/components/navbar.php +++ b/app/views/components/navbar.php @@ -1,17 +1,23 @@ -