From b51326bdb63729dcb97a7a5b09723b32120dc6f5 Mon Sep 17 00:00:00 2001 From: lostbean Date: Tue, 13 Aug 2024 17:27:27 -0300 Subject: [PATCH 1/2] change frontend style --- release/obd-kardinal.yaml | 2 +- src/frontend/static/styles/styles.css | 4 ++++ src/frontend/templates/home.html | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/release/obd-kardinal.yaml b/release/obd-kardinal.yaml index 88ea69d..8beabe3 100644 --- a/release/obd-kardinal.yaml +++ b/release/obd-kardinal.yaml @@ -104,7 +104,7 @@ spec: spec: containers: - name: server - image: kurtosistech/frontend:main + image: kurtosistech/frontend:demo-frontend imagePullPolicy: IfNotPresent ports: - containerPort: 8080 diff --git a/src/frontend/static/styles/styles.css b/src/frontend/static/styles/styles.css index 213e763..232a4f5 100755 --- a/src/frontend/static/styles/styles.css +++ b/src/frontend/static/styles/styles.css @@ -294,6 +294,10 @@ main { } } +.home .container-fluid { + background-color: #de9580; +} + .home-mobile-hero-banner { height: 200px; background: url(/static/images/folded-clothes-on-white-chair-wide.jpg) no-repeat top center; diff --git a/src/frontend/templates/home.html b/src/frontend/templates/home.html index 8fd0f74..500205e 100755 --- a/src/frontend/templates/home.html +++ b/src/frontend/templates/home.html @@ -38,7 +38,7 @@
-

Hot Products

+

The Hottest Products 🔥

{{ range $.products }} @@ -75,4 +75,4 @@

Hot Products

{{ template "footer" . }}
-{{ end }} \ No newline at end of file +{{ end }} From b5d37e11bd3b63b04ccdc0db503813fad702116f Mon Sep 17 00:00:00 2001 From: lostbean Date: Tue, 13 Aug 2024 17:59:22 -0300 Subject: [PATCH 2/2] nope --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 501dd1e..219afb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,6 @@ jobs: with: fail-mode: true - # Nix-specific logic begins here - name: Nix Check run: | nix flake check