diff options
Diffstat (limited to 'tpl/views/lightbox.pug')
| -rw-r--r-- | tpl/views/lightbox.pug | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/tpl/views/lightbox.pug b/tpl/views/lightbox.pug index 8169a35..4eb234a 100644 --- a/tpl/views/lightbox.pug +++ b/tpl/views/lightbox.pug | |||
| @@ -1,8 +1,20 @@ | |||
| 1 | mixin view-lightbox | 1 | mixin view-lightbox |
| 2 | +view('lightbox', 'Lightbox') | 2 | +view('lightbox', 'Lightbox') |
| 3 | .c-box | 3 | .c-box |
| 4 | +backdrop(class='t-media') | 4 | +lightbox(['avatar.png', 'ava_feralbot.png', 'volpeon_spooky.png']) |
| 5 | +lightbox(['avatar.png', 'ava_feralbot.png', 'volpeon_spooky.png']) | 5 | = "Let's try multiple links! " |
| 6 | a(href="https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925") | ||
| 7 | = "https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925" | ||
| 8 | = ' ' | ||
| 9 | a(href="https://mk.vulpes.one/files/741dcfd3-6a26-48ae-8985-d0c3ccca016c") | ||
| 10 | = "https://mk.vulpes.one/files/741dcfd3-6a26-48ae-8985-d0c3ccca016c" | ||
| 11 | = ' ' | ||
| 12 | a(href="https://mk.vulpes.one/files/081e0684-08dc-4a42-b810-b0ac63ec7d06") | ||
| 13 | = "https://mk.vulpes.one/files/081e0684-08dc-4a42-b810-b0ac63ec7d06" | ||
| 14 | |||
| 15 | .c-box | ||
| 16 | +backdrop | ||
| 17 | +lightbox(['avatar.png', 'ava_feralbot.png', 'volpeon_spooky.png'])(theme='static-white') | ||
| 6 | = "Let's try multiple links! " | 18 | = "Let's try multiple links! " |
| 7 | a(href="https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925") | 19 | a(href="https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925") |
| 8 | = "https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925" | 20 | = "https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925" |
| @@ -14,8 +26,8 @@ mixin view-lightbox | |||
| 14 | = "https://mk.vulpes.one/files/081e0684-08dc-4a42-b810-b0ac63ec7d06" | 26 | = "https://mk.vulpes.one/files/081e0684-08dc-4a42-b810-b0ac63ec7d06" |
| 15 | 27 | ||
| 16 | .c-box | 28 | .c-box |
| 17 | +backdrop(class='t-media') | 29 | +backdrop |
| 18 | +lightbox(['avatar.png']) | 30 | +lightbox(['avatar.png'])(theme='static-white') |
| 19 | = "Let's try multiple links! " | 31 | = "Let's try multiple links! " |
| 20 | a(href="https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925") | 32 | a(href="https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925") |
| 21 | = "https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925" | 33 | = "https://mk.vulpes.one/files/3023f361-124a-4c80-bb69-9535e47c2925" |
