From 2cf4bc5a39f482989ddc48e7e16cd8a1beba2145 Mon Sep 17 00:00:00 2001 From: Christian Sheridan Date: Sat, 24 Feb 2024 21:59:39 -0600 Subject: [PATCH] Add branding (#10) * Add F# favicon * Add "Powered by Fable" to the footer. * Update fable logo * Add link to project * oops * Move branding to header and change styling a bit --- index.html | 1 + public/img/fable.png | Bin 0 -> 120749 bytes public/img/favicon.ico | Bin 0 -> 15406 bytes public/img/github.png | Bin 0 -> 6393 bytes src/App/App.fs | 38 ++++++++++++++++++++++++++++++++++---- 5 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 public/img/fable.png create mode 100644 public/img/favicon.ico create mode 100644 public/img/github.png diff --git a/index.html b/index.html index 37206f3..b5f1e94 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ F# Tour +