Skip to content

Added Jekyll template for more readable feature descriptions #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correct alignment of images on feature page cards
  • Loading branch information
Songtech-0912 committed May 27, 2025
commit f7fc33c84795afaad15392251c4d3a4759006f8a
3 changes: 1 addition & 2 deletions site_collections/_features/extensibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
title="OpenFX Support"
img="../../img/feature-images/feature-ofx.png"
img_alt="OpenFX plugin standard logo"
justify="right"
detail="
Natron is compliant with the OpenFX standard, allowing you to tap into the vast ecosystem of commercial OFX plugins. Never worry about missing the functionality of your OFX plugins, with Natron's support for
[RevisionFX products](http://www.revisionfx.com), [NeatVideo denoiser](https://www.neatvideo.com), [Furnace by The Foundry](http://www.thefoundry.co.uk/products/furnace/), [KeyLight](http://www.thefoundry.co.uk/products/plugins/keylight/), [GenArts Sapphire](http://www.genarts.com/software/sapphire/overview), [Red Giant Universe](http://www.redgiant.com/universe/), [Ignite by HitFilm](https://hitfilm.com/ignite), and many more!"
Expand All @@ -35,6 +34,7 @@
title="PyPlugs"
img="https://picsum.photos/1280/720"
img_alt=""
justify="right"
detail="
User-created custom nodes can be created visually within Natron by grouping existing nodes and exported with the \"PyPlug\" exporter.
<br />
Expand All @@ -46,7 +46,6 @@
title="Shadertoy Integration"
img="../../img/feature-images/feature-shadertoy.png"
img_alt="Shadertoy WebGL shaders logo"
justify="right"
detail="
Make cinematic, high-performance, real-time effects with Natron's support for Shadertoy shaders. Create generative art and procedural effects using shadertoys, or use any shader found on [shadertoy.com](https://www.shadertoy.com/) or [Cineshader](https://cineshader.com/gallery). Natron optimizes your shadertoys by outputting as 2D images to the graph, enabling you to use proxies for better performance."
%}
Expand Down
Loading