mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
add panther sponsor
This commit is contained in:
parent
dd31a9a94d
commit
3d20c5dd13
3 changed files with 15 additions and 1 deletions
|
@ -227,11 +227,21 @@ speakers:
|
|||
- dcbuilder
|
||||
- alona-shevchenko
|
||||
partnerLevels:
|
||||
- key: 3
|
||||
name: Tier 3 Sponsors
|
||||
grid: grid-cols-2 lg:grid-cols-3 xl:grid-cols-4
|
||||
- key: 2
|
||||
name: Community sponsors
|
||||
- key: null
|
||||
name: Media partners
|
||||
partners:
|
||||
- id: panther-protocol
|
||||
name: Panther Protocol
|
||||
web: https://www.pantherprotocol.io/
|
||||
twitter: ZkPanther
|
||||
img: panther.svg
|
||||
class: p-0
|
||||
level: 3
|
||||
- id: aragon-zk-research
|
||||
name: Aragon ZK Research
|
||||
web: https://research.aragon.org/
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
<div class="section-header" on:mouseenter={animateText}>Partners</div>
|
||||
{#each data.config.partnerLevels as level}
|
||||
<div class="lowercase pb-6 text-xl font-mono2">{level.name}</div>
|
||||
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-2 mb-6">
|
||||
<div class="grid {level.grid || "grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5"} gap-2 mb-6">
|
||||
{#each data.config.partners.filter(p => p.level == level.key) as partner}
|
||||
<div class="partner-item text-center items-center p-2" on:mouseenter={animateSection(40)}>
|
||||
<div>
|
||||
|
|
4
static/partners/panther.svg
Normal file
4
static/partners/panther.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.6 KiB |
Loading…
Reference in a new issue