From 2a49180134713053b990733331c5a06a5eee3863 Mon Sep 17 00:00:00 2001 From: Andrew Poland Date: Wed, 30 Oct 2024 14:00:13 -0400 Subject: [PATCH 1/2] add sponsors page --- app/views/sponsors/index.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/sponsors/index.html.haml b/app/views/sponsors/index.html.haml index e5b4ab2..b8633a3 100644 --- a/app/views/sponsors/index.html.haml +++ b/app/views/sponsors/index.html.haml @@ -16,9 +16,9 @@ If you or your company is interested in sponsoring Indy Hackers and showing your %h2 Gold Sponsors %h2 Silver Sponsors -=link_to image_tag("/sponsors/pureinsights.png", width:150, skip_pipeline: true), "https://mypureinsights.com/" -=link_to image_tag("/sponsors/madelabs.png", width:200, skip_pipeline: true), "https://www.madelabs.io/" +=link_to image_tag("/sponsors/pureinsights.png", width:150, skip_pipeline: true), "https://mypureinsights.com?utm_campaign=indy_hackers" +=link_to image_tag("/sponsors/madelabs.png", width:200, skip_pipeline: true), "https://www.madelabs.io?utm_campaign=indy_hackers" %h2 Bronze Sponsors -=link_to image_tag("/sponsors/data317.png", width:150, skip_pipeline: true), "https://www.data317.com/" +=link_to image_tag("/sponsors/data317.png", width:150, skip_pipeline: true), "https://www.data317.com?utm_campaign=indy_hackers" From ed2e4db4e854927ca607462b327ef066ae732060 Mon Sep 17 00:00:00 2001 From: Andrew Poland Date: Wed, 30 Oct 2024 14:01:18 -0400 Subject: [PATCH 2/2] add sponsors page --- app/views/sponsors/index.html.haml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/sponsors/index.html.haml b/app/views/sponsors/index.html.haml index b8633a3..6f7797a 100644 --- a/app/views/sponsors/index.html.haml +++ b/app/views/sponsors/index.html.haml @@ -10,11 +10,7 @@ If you or your company is interested in sponsoring Indy Hackers and showing your support for the builders, please contact %a{:href =>'mailto:sponsors@indyhackers.org'}sponsors@indyhackers.org. - -%h2 Platinum Sponsors - -%h2 Gold Sponsors - + %h2 Silver Sponsors =link_to image_tag("/sponsors/pureinsights.png", width:150, skip_pipeline: true), "https://mypureinsights.com?utm_campaign=indy_hackers" =link_to image_tag("/sponsors/madelabs.png", width:200, skip_pipeline: true), "https://www.madelabs.io?utm_campaign=indy_hackers"