fix: add multiple images to choose from while slide to html
This commit is contained in:
parent
7449be7f20
commit
cd57b53348
7 changed files with 8 additions and 1 deletions
|
|
@ -12,7 +12,14 @@ Follow these rules strictly:
|
|||
- Read through the OXML data of slide and then match exact position ans size of elements. Make sure to convert between dimension and pixels.
|
||||
- Properly export shapes as exact SVG.
|
||||
- Add relevant font in tailwind to all texts.
|
||||
- Wrap the output code inside these classes: \"relative w-full rounded-sm max-w-[1280px] shadow-lg max-h-[720px] aspect-video bg-white relative z-20 mx-auto overflow-hidden\". For all images use this https://images.pexels.com/photos/31995895/pexels-photo-31995895/free-photo-of-turkish-coffee-with-scenic-bursa-view.jpeg url.
|
||||
- Wrap the output code inside these classes: \"relative w-full rounded-sm max-w-[1280px] shadow-lg max-h-[720px] aspect-video bg-white relative z-20 mx-auto overflow-hidden\".
|
||||
- For image use one of these images as appropriate:
|
||||
- /static/images/layout-placeholders/abstract.jpg
|
||||
- /static/images/layout-placeholders/aesthetic.jpg
|
||||
- /static/images/layout-placeholders/charts.jpg
|
||||
- /static/images/layout-placeholders/technology.jpg
|
||||
- /static/images/layout-placeholders/workspace.jpg
|
||||
- /static/images/layout-placeholders/portrait.jpg
|
||||
- Give out only HTML and Tailwind code. No other texts or explanations.
|
||||
"""
|
||||
|
||||
|
|
|
|||
BIN
servers/fastapi/static/images/layout-placeholders/abstract.jpg
Normal file
BIN
servers/fastapi/static/images/layout-placeholders/abstract.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
BIN
servers/fastapi/static/images/layout-placeholders/aesthetic.jpg
Normal file
BIN
servers/fastapi/static/images/layout-placeholders/aesthetic.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2 MiB |
BIN
servers/fastapi/static/images/layout-placeholders/charts.jpg
Normal file
BIN
servers/fastapi/static/images/layout-placeholders/charts.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
servers/fastapi/static/images/layout-placeholders/portrait.jpg
Normal file
BIN
servers/fastapi/static/images/layout-placeholders/portrait.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4 MiB |
BIN
servers/fastapi/static/images/layout-placeholders/technology.jpg
Normal file
BIN
servers/fastapi/static/images/layout-placeholders/technology.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 MiB |
BIN
servers/fastapi/static/images/layout-placeholders/workspace.jpg
Normal file
BIN
servers/fastapi/static/images/layout-placeholders/workspace.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 MiB |
Loading…
Add table
Reference in a new issue