Skip to content

Commit

Permalink
⚡ update image compare landing page template defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Aug 23, 2023
1 parent 2d8f3f1 commit c5fe743
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
Binary file removed assets/images/screenshots/lotusdocs_blue.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/images/screenshots/lotusdocs_comic_neue_.webp
Binary file not shown.
Binary file removed assets/images/screenshots/lotusdocs_dark.webp
Binary file not shown.
Binary file not shown.
Binary file removed assets/images/screenshots/lotusdocs_emerald.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/images/screenshots/lotusdocs_light.webp
Binary file not shown.
Binary file not shown.
Binary file removed assets/images/screenshots/lotusdocs_poppins.webp
Binary file not shown.
20 changes: 10 additions & 10 deletions data/landing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,25 +111,25 @@ image_compare:
}
}
imagePath: "images/screenshots"
imageBefore: "lotusdocs_dark.webp"
imageAfter: "lotusdocs_light.webp"
imageBefore: "lotusdocs_dark_v0.8.webp"
imageAfter: "lotusdocs_light_v0.8.webp"

- title: Custom Fonts
config: {
controlColor: "#3C4257",
startingPoint: 38,
startingPoint: 25,
addCircle: true,
addCircleBlur: false,
showLabels: true,
labelOptions: {
before: 'Poppins',
after: 'Comic Neue',
before: 'Inter',
after: 'Life Saver',
onHover: false
}
}
imagePath: "images/screenshots"
imageBefore: "lotusdocs_poppins.webp"
imageAfter: "lotusdocs_comic_neue_.webp"
imageBefore: "lotusdocs_google_font_demo_inter_screenshot.webp"
imageAfter: "lotusdocs_google_font_demo_lifesavers_screenshot.webp"

- title: Accent Color
config: {
Expand All @@ -139,10 +139,10 @@ image_compare:
showLabels: true,
labelOptions: {
before: 'Blue',
after: 'Emerald',
after: 'Cardinal',
onHover: false
}
}
imagePath: "images/screenshots"
imageBefore: "lotusdocs_blue.webp"
imageAfter: "lotusdocs_emerald.webp"
imageBefore: "lotusdocs_blue_theme_colour.webp"
imageAfter: "lotusdocs_cardinal_theme_colour.webp"

0 comments on commit c5fe743

Please sign in to comment.