From 2c51c7bead07fb5d6aa4154748c6259f3782d475 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 23 Apr 2023 15:02:25 +0200 Subject: [PATCH] Fix up StreamFX page style --- _projects/obs/streamfx.html | 24 ++- _projects/obs/streamfx/icon.svg | 293 ++++++++++++++++++++++++++++++++ _sass/_blocks.scss | 3 +- 3 files changed, 311 insertions(+), 9 deletions(-) create mode 100644 _projects/obs/streamfx/icon.svg diff --git a/_projects/obs/streamfx.html b/_projects/obs/streamfx.html index 5e7b67b..5455ecf 100644 --- a/_projects/obs/streamfx.html +++ b/_projects/obs/streamfx.html @@ -5,13 +5,21 @@ comments: false date: "2022-02-25" --- -{% include blocks/media.liquid type="image" url="projects/obs/streamfx/logo.svg" float="right" height="80px" %}{% capture content %}StreamFX is the premier plugin to OBSĀ® Studio to take your stream or recording to the next level! Whether it is crafting advanced scene setups, recording in intermediate formats, bringing out a little bit of extra quality from encoders, StreamFX has everything you need. Bring your content creation to the future, no matter if you are a Power User or End User.{% endcapture %}{% include blocks/paragraph.liquid content=content %} +
+ +
Official Icon (All Rights Reserved)
+
+
+ +
Official Logo (All Rights Reserved)
+
+

StreamFX is the premier plugin to OBSĀ® Studio to take your stream or recording to the next level! Whether it is crafting advanced scene setups, recording in intermediate formats, bringing out a little bit of extra quality from encoders, StreamFX has everything you need. Bring your content creation to the future, no matter if you are a Power User or End User.

-{% include blocks/heading.liquid level=2 content="Further Links" float="clear" %} -{% capture content %} -
  • {% include inline/link.liquid url="https://streamfx.xaymar.com" content="Official Website" %}
  • -
  • {% include inline/link.liquid url="https://obsproject.com/forum/threads/streamfx-for-obs%C2%AE-studio.76619/" content="Project page on OBS Project" %}
  • -
  • {% include inline/link.liquid url="https://github.com/xaymar/obs-StreamFX" content="Source Code" %}
  • -{% endcapture %}{% include blocks/list.liquid content=content %} +

    Further Links

    + -{% include blocks/heading.liquid level=1 content="Media" float="clear" %} +

    Media

    diff --git a/_projects/obs/streamfx/icon.svg b/_projects/obs/streamfx/icon.svg new file mode 100644 index 0000000..d308ea2 --- /dev/null +++ b/_projects/obs/streamfx/icon.svg @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + FX + Stream + + diff --git a/_sass/_blocks.scss b/_sass/_blocks.scss index 7ae372f..16010ee 100644 --- a/_sass/_blocks.scss +++ b/_sass/_blocks.scss @@ -37,7 +37,8 @@ float: right; } -.float-clear { +.float-clear, +.clear { clear: both; }