From ea9ef1c0c9dabfab8234b59471c568ce3c15fad0 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 1 Sep 2026 21:28:43 +0200 Subject: [PATCH] Vektor-logo: SVG-gjenskaping av wordmarken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Serif small-caps «Westra Engineering» i marineblått med slørbølge og kursiv slagord, gjenskapt fra PNG-en som skalerbar SVG. Skarp i alle størrelser; beholder egne farger (ingen invert). Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ --- images/logo.svg | 19 +++++++++++++++++++ site.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 images/logo.svg diff --git a/images/logo.svg b/images/logo.svg new file mode 100644 index 0000000..a393f5a --- /dev/null +++ b/images/logo.svg @@ -0,0 +1,19 @@ + + Westra Engineering + + + Westra + Engineering + + + + + Your partner in structural engineering + diff --git a/site.yaml b/site.yaml index 604c9ec..2b36621 100644 --- a/site.yaml +++ b/site.yaml @@ -1,5 +1,5 @@ title: Westra Engineering -wordmark: https://prosjekt.klingenbergbygg.no/westra/questions/raw/branch/main/images/logo.png +wordmark: https://prosjekt.klingenbergbygg.no/westra/questions/raw/branch/main/images/logo.svg wordmark_height: 3 lang: no stylesheet: custom.css