diff --git a/content/pages/propaganda.md b/content/pages/propaganda.md index b87aaa22207f01207674c6e20c5cb5201d0dc02b..af63181ad3637d3fcf43da52135bc25dd0aaac11 100644 --- a/content/pages/propaganda.md +++ b/content/pages/propaganda.md @@ -8,10 +8,10 @@ navbar_sort: 10 #### Logo Hackmeeting -<img src='{static}/theme/images/logoHM_sito.png' width='350px' /> +<img src='{static}/theme/images/logoHM24_sito.png' width='350px' /> [download jpg alta risoluzione]({static}/images/logo_hires.jpg) - -[download png web]({static}/theme/images/logoHM_sito.png) +[download png web]({static}/theme/images/logoHM24_sito.png) #### Locandine diff --git a/themes/to0x19/static/images/hamburger.png b/themes/to0x19/static/images/hamburger24.png similarity index 100% rename from themes/to0x19/static/images/hamburger.png rename to themes/to0x19/static/images/hamburger24.png diff --git a/themes/to0x19/static/images/logoHM_sito.png b/themes/to0x19/static/images/logoHM24_sito.png similarity index 100% rename from themes/to0x19/static/images/logoHM_sito.png rename to themes/to0x19/static/images/logoHM24_sito.png diff --git a/themes/to0x19/templates/base.html b/themes/to0x19/templates/base.html index 11cd1225425401a9549c919f7652fd35c1de12ce..837ee4866d18b3938529d7978324b9d8d589d14c 100644 --- a/themes/to0x19/templates/base.html +++ b/themes/to0x19/templates/base.html @@ -35,7 +35,7 @@ <img id="logo-img" class="pulse" alt="MENU" - src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/hamburger.png" + src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/hamburger24.png" style="width: 15vw" /> </a> </div> @@ -46,7 +46,7 @@ <a href="{{ SITEURL }}/"> <img id="logo-header" alt="HACKMEETING" - src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/logoHM_sito.png" + src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/logoHM24_sito.png" style="width: 60vw" /> </a> </header>