mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-01-27 17:39:48 +01:00
update profile pictures (#84)
This commit is contained in:
parent
88cd674249
commit
172cabbcb0
2 changed files with 6 additions and 12 deletions
|
@ -72,12 +72,6 @@
|
||||||
"coordinates": [648, 364],
|
"coordinates": [648, 364],
|
||||||
"size": 80
|
"size": 80
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"image": "https://cdn.discordapp.com/avatars/480024733535174668/5453c57e69ff16f495d8dcbd597070e9.webp",
|
|
||||||
"class": "outline-purple-500",
|
|
||||||
"coordinates": [772, 651],
|
|
||||||
"size": 62
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"image": "https://cdn.discordapp.com/avatars/544368824842190861/1fbf29ea7ca9c2109b97af2ede3806fa.webp",
|
"image": "https://cdn.discordapp.com/avatars/544368824842190861/1fbf29ea7ca9c2109b97af2ede3806fa.webp",
|
||||||
"class": "outline-lime-500",
|
"class": "outline-lime-500",
|
||||||
|
@ -85,7 +79,7 @@
|
||||||
"size": 101
|
"size": 101
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"image": "https://cdn.discordapp.com/avatars/344854021166727180/5c5daa4bc6b540eab0832da1ee5c2385.webp",
|
"image": "https://cdn.discordapp.com/avatars/344854021166727180/af9210a5093818442316dc5942923c65.webp",
|
||||||
"class": "outline-yellow-500",
|
"class": "outline-yellow-500",
|
||||||
"coordinates": [898, 364],
|
"coordinates": [898, 364],
|
||||||
"size": 68
|
"size": 68
|
||||||
|
@ -242,9 +236,9 @@
|
||||||
"size": 63
|
"size": 63
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"image": "https://cdn.discordapp.com/avatars/419571665832378369/0c5806bb19fa2d06b25045a91369e950.webp",
|
"image": "https://cdn.discordapp.com/avatars/388742599483064321/a99f68d61676d4361d4f23a36b400a9d.webp",
|
||||||
"class": "outline-orange-500",
|
"class": "outline-orange-500",
|
||||||
"coordinates": [274, 650],
|
"coordinates": [823, 622],
|
||||||
"size": 42
|
"size": 72
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
const { profilesState$ } = getContext(contextId)
|
const { profilesState$ } = getContext(contextId)
|
||||||
$: touches$$$$Voice = $profilesState$.intersections.includes('le_mod-poz')
|
$: touches$$$$Voice = $profilesState$.intersections.includes('le_mod-poz')
|
||||||
|
|
||||||
const origin = [893, 622]
|
const origin = [710, 615]
|
||||||
let newPosition
|
let newPosition
|
||||||
const clicksTarget = 9
|
const clicksTarget = 9
|
||||||
const shakeMax = 24
|
const shakeMax = 24
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
<DiscordProfilePicture
|
<DiscordProfilePicture
|
||||||
image={touches$$$$Voice ? edgePoz : '/imgs/profile_pictures/jacekpoz.svg'}
|
image={touches$$$$Voice ? edgePoz : '/imgs/profile_pictures/jacekpoz.svg'}
|
||||||
coordinates={origin}
|
coordinates={origin}
|
||||||
size={80}
|
size={90}
|
||||||
class={'bg-black outline-yellow-500 '}
|
class={'bg-black outline-yellow-500 '}
|
||||||
quote={'"piss blob"'}
|
quote={'"piss blob"'}
|
||||||
intersectionHandler={(image) => (image = '"piss blob"')}
|
intersectionHandler={(image) => (image = '"piss blob"')}
|
||||||
|
|
Loading…
Reference in a new issue