From 18d1dff00925ae720abb0a124bb6bb56e085f015 Mon Sep 17 00:00:00 2001 From: Dibyashanu Pati <> Date: Wed, 29 Jan 2025 00:38:55 +0530 Subject: [PATCH] Added brainmade.org logo to footer --- assets/pics/brainmade-88x31-dark.png | Bin 0 -> 673 bytes create-site.el | 8 ++++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 assets/pics/brainmade-88x31-dark.png diff --git a/assets/pics/brainmade-88x31-dark.png b/assets/pics/brainmade-88x31-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..9f40b68e1c22fd0cfdba5be0495770e93908ad4d GIT binary patch literal 673 zcmV;S0$%-zP)(}3 zQJywPoZnymxDMhn&-3?izPb?D_k9?HlBAa{EIoq~9q=g@H z(xqCm1Qs37oCefLxw&BnYm3U=u7##`C&>F6tQu!~^Kk<% zIY8DduNccc91N8mxzVz8lpvS%X=TmpW;bBjcF8V*3-gNcZiogMiGw^BTIdheV3`0H z+qx~|^*om_0tx}18KRr1ofQb**0{1$+M+u zM_m&US2L#sOfv{yuhn-E?wcGJq17p`dul))aW22fxgDHqqmG#5Q8ZNnMrzwp5`C2p z_^SLWf$zTV!@=pt68r}f@1EFE^#3~e1lw;r#uIKoxGC}vxb|}gGYAjX00000NkvXX Hu0mjfrvWid literal 0 HcmV?d00001 diff --git a/create-site.el b/create-site.el index f2bf291..7f5779e 100755 --- a/create-site.el +++ b/create-site.el @@ -100,8 +100,12 @@ (img (@ (class "column align-left") (src "/pics/CCLogoColorPop1.gif") (style "width: 40px") - (alt "Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by/3.0/"))) - ) + (alt "Creative Commons"))) + (img (@ (class "column align-left") + (src "/pics/brainmade-88x31-dark.png") + (style "width: 60px") + (alt "brainmade.org"))) +) ) )