From 559a0e71040710139bb851e2ba4a39b3010e9a7c Mon Sep 17 00:00:00 2001 From: Serhii Horodilov Date: Wed, 31 Jan 2024 12:54:54 +0200 Subject: [PATCH] Add favicon (fixes GH-9) --- src/img/favicon.png | Bin 0 -> 701 bytes src/img/favicon.svg | 5 +++++ src/index.js | 5 ++++- src/views/detail_view.hbs | 2 ++ src/views/form_view.hbs | 2 ++ src/views/list_view.hbs | 2 ++ src/views/profile_view.hbs | 2 ++ src/views/signin_view.hbs | 2 ++ src/views/signup_view.hbs | 2 ++ 9 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 src/img/favicon.png create mode 100644 src/img/favicon.svg diff --git a/src/img/favicon.png b/src/img/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..9361ea23ac0b0da534649f4be8c27f6ec9b38493 GIT binary patch literal 701 zcmV;u0z&|tuu>2zkV%kRI|-g{P@RLuXJnDeI+0e{`WqytF@3@eaqA>9IIv)O+5 zj+6hI<2VmGvHqk3fbRqBr2za10oAb(0Qg>jUU^{SApr0_0Kb-0dJrAB_}3i(d^Z4Z zB#=XZKi7eGeIhvnfbT-CTM6Va;Lmj7BM|`jP9(aMK#la#E8xX#<$K6O3joX#5-wBHEdb00iGY1O)*mG{WAHsqP=N37frq!@Kc93n0K+5>e`bS;6mjTJy%7 z0{pHGc(wo%QAeO99;mFOAk%=~u?4RsfJD@jh+;oDJf8vlwoQ0#0VJY=fQfIwyXDuCa+J^k(edFx zhq{GCBMuP9Ru`HrfbM(cnTQ%*c?P@{3IZfsqeHLL5#+!HU%OlpYypbxB<8mc z&)z~I54P3|k6Zbiy;cVl^Gzg`&x-(IJLUcXWjyq8J7LrTZZaG8i2xf_<-|-nz^RrE j+oS_Fs>+EO`wsj7%Euo-_KK|j00000NkvXXu0mjfeS|k( literal 0 HcmV?d00001 diff --git a/src/img/favicon.svg b/src/img/favicon.svg new file mode 100644 index 0000000..8da6c31 --- /dev/null +++ b/src/img/favicon.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/src/index.js b/src/index.js index 48f76c5..b04edb5 100644 --- a/src/index.js +++ b/src/index.js @@ -12,7 +12,7 @@ import * as bootstrap from "bootstrap" // include htmx library import * as htmx from "htmx.org" -// include custom stylesheets and javascript +// include custom stylesheets, javascript, icons etc. import "./scss/auth.scss" import "./scss/detail.scss" import "./scss/form.scss" @@ -20,3 +20,6 @@ import "./scss/list.scss" import "./scss/profile.scss" import "./js/tasks" + +import "./img/favicon.png" +import "./img/favicon.svg" diff --git a/src/views/detail_view.hbs b/src/views/detail_view.hbs index 15518dd..d590ad7 100644 --- a/src/views/detail_view.hbs +++ b/src/views/detail_view.hbs @@ -7,6 +7,8 @@ + + {{title}} | Task Tracker diff --git a/src/views/form_view.hbs b/src/views/form_view.hbs index 170670c..3eecbc8 100644 --- a/src/views/form_view.hbs +++ b/src/views/form_view.hbs @@ -7,6 +7,8 @@ + + {{title}} | Task Tracker diff --git a/src/views/list_view.hbs b/src/views/list_view.hbs index f6d11ee..0b9a43d 100644 --- a/src/views/list_view.hbs +++ b/src/views/list_view.hbs @@ -7,6 +7,8 @@ + + {{title}} | Task Tracker diff --git a/src/views/profile_view.hbs b/src/views/profile_view.hbs index 1ef0a88..a97fe97 100644 --- a/src/views/profile_view.hbs +++ b/src/views/profile_view.hbs @@ -7,6 +7,8 @@ + + {{title}} | Task Tracker diff --git a/src/views/signin_view.hbs b/src/views/signin_view.hbs index 1987951..7d55b8f 100644 --- a/src/views/signin_view.hbs +++ b/src/views/signin_view.hbs @@ -7,6 +7,8 @@ + + {{title}} | Task Tracker diff --git a/src/views/signup_view.hbs b/src/views/signup_view.hbs index 64c5a3f..46d45c3 100644 --- a/src/views/signup_view.hbs +++ b/src/views/signup_view.hbs @@ -7,6 +7,8 @@ + + {{title}} | Task Tracker