Skip to content

Commit

Permalink
✨ add new sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Graf committed May 2, 2024
1 parent a0f18f8 commit f5c9c1a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const version = '20240410';
const version = '20240502';
const staticCacheName = version + 'static';
const pagesCacheName = version + 'pages';
const imagesCacheName = 'images';
Expand Down
25 changes: 25 additions & 0 deletions src/assets/svgs/sponsors/swissfilm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/pages/sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ const sponsors = [
logoPath: 'brasserie-pecherie.svg',
url: 'https://www.labrasseriedelapecherie.ch/',
},
{
logoPath: 'swissfilm.svg',
url: 'https://www.swissfilm.org/',
},
];
---

Expand Down Expand Up @@ -116,7 +120,7 @@ const sponsors = [
}
<p
aria-hidden
class="text-code text-end pl-3 pt-3 col-start-1 md:col-start-3 lg:col-start-5 xl:col-start-1 col-span-full max-md:border-l-4 xl:border-l-4 border-l-neutral-900 !border-r-0 !border-y-0 xl:ml-[-3px] max-md:ml-[-2px]"
class="text-code text-end !border-0 pl-3 pt-3 col-start-2 md:col-start-4 lg:col-start-5 xl:col-start-5 col-span-full"
>
01110011 01110101 01110010 01110000 01110010 01101001 <br /> 01110011 01100101
</p>
Expand Down

0 comments on commit f5c9c1a

Please sign in to comment.