mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🎉 Add new release images
This commit is contained in:
parent
d53741b8fd
commit
e227e49ea6
5 changed files with 4 additions and 4 deletions
BIN
frontend/resources/images/features/1.16-click-zoom.gif
Normal file
BIN
frontend/resources/images/features/1.16-click-zoom.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
BIN
frontend/resources/images/features/1.16-dashboard.gif
Normal file
BIN
frontend/resources/images/features/1.16-dashboard.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 MiB |
BIN
frontend/resources/images/features/1.16-onboarding.gif
Normal file
BIN
frontend/resources/images/features/1.16-onboarding.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 659 KiB |
BIN
frontend/resources/images/features/1.16-slider.gif
Normal file
BIN
frontend/resources/images/features/1.16-slider.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 643 KiB |
|
@ -36,7 +36,7 @@
|
|||
[:div.animated {:class @klass}
|
||||
[:div.modal-container.onboarding.feature
|
||||
[:div.modal-left
|
||||
[:img {:src "images/features/1.15-nested-boards.gif" :border "0" :alt "Dashboard refreshed look & feel"}]]
|
||||
[:img {:src "images/features/1.16-dashboard.gif" :border "0" :alt "Dashboard refreshed look & feel"}]]
|
||||
[:div.modal-right
|
||||
[:div.modal-title
|
||||
[:h2 "Dashboard refreshed look & feel"]]
|
||||
|
@ -55,7 +55,7 @@
|
|||
[:div.animated {:class @klass}
|
||||
[:div.modal-container.onboarding.feature
|
||||
[:div.modal-left
|
||||
[:img {:src "images/features/1.15-share.gif" :border "0" :alt "Libraries & templates module"}]]
|
||||
[:img {:src "images/features/1.16-slider.gif" :border "0" :alt "Libraries & templates module"}]]
|
||||
[:div.modal-right
|
||||
[:div.modal-title
|
||||
[:h2 "Libraries & templates module"]]
|
||||
|
@ -73,7 +73,7 @@
|
|||
[:div.animated {:class @klass}
|
||||
[:div.modal-container.onboarding.feature
|
||||
[:div.modal-left
|
||||
[:img {:src "images/features/1.15-comments.gif" :border "0" :alt "Improved onboarding"}]]
|
||||
[:img {:src "images/features/1.16-onboarding.gif" :border "0" :alt "Improved onboarding"}]]
|
||||
[:div.modal-right
|
||||
[:div.modal-title
|
||||
[:h2 "Improved onboarding"]]
|
||||
|
@ -92,7 +92,7 @@
|
|||
[:div.animated {:class @klass}
|
||||
[:div.modal-container.onboarding.feature
|
||||
[:div.modal-left
|
||||
[:img {:src "images/features/1.15-view-mode.gif" :border "0" :alt "Zoom to shape with double click"}]]
|
||||
[:img {:src "images/features/1.16-click-zoom.gif" :border "0" :alt "Zoom to shape with double click"}]]
|
||||
[:div.modal-right
|
||||
[:div.modal-title
|
||||
[:h2 "Zoom to shape with double click"]]
|
||||
|
|
Loading…
Reference in a new issue