diff --git a/featured/easy.html b/featured/easy.html new file mode 100644 index 0000000..9809fd5 --- /dev/null +++ b/featured/easy.html @@ -0,0 +1,20 @@ + + + + + + Easy - StreamController + + + +
+
+ +

Easy

+
+
+

StreamController features a simple, easy-to-use GTK4 interface.

+
+
+ + \ No newline at end of file diff --git a/featured/free.html b/featured/free.html new file mode 100644 index 0000000..b909216 --- /dev/null +++ b/featured/free.html @@ -0,0 +1,22 @@ + + + + + + Free - StreamController + + + +
+
+ +

Free

+
+
+

Just like any good application, StreamController generously offers its features to everyone without any cost. + Experience the full range of functionalities and enjoy seamless control over your streaming endeavors, all without having to spend a dime. + Ensuring the power of StreamController is accessible to all users, making the streaming experience inclusive and enjoyable for everyone.

+
+
+ + \ No newline at end of file diff --git a/featured/multideck.html b/featured/multideck.html new file mode 100644 index 0000000..588fa46 --- /dev/null +++ b/featured/multideck.html @@ -0,0 +1,20 @@ + + + + + + Easy - StreamController + + + +
+
+ +

Multideck Support

+
+
+

Why settle for just one StreamDeck when you can amplify your streaming capabilities with multiple devices? Enhance your setup and enjoy a more versatile and convenient streaming experience.

+
+
+ + \ No newline at end of file diff --git a/featured/open-source.html b/featured/open-source.html new file mode 100644 index 0000000..877a700 --- /dev/null +++ b/featured/open-source.html @@ -0,0 +1,20 @@ + + + + + + Easy - StreamController + + + +
+
+ +

Open Source

+
+
+

StreamController is not just free, but it's also open source, allowing you and the community to contribute to its development.

+
+
+ + \ No newline at end of file diff --git a/featured/plugins.html b/featured/plugins.html new file mode 100644 index 0000000..32e048b --- /dev/null +++ b/featured/plugins.html @@ -0,0 +1,22 @@ + + + + + + Easy - StreamController + + + +
+
+ +

Plugins

+
+
+

Understanding that no single application can cater to the unique needs and preferences of every individual, + I've empowered users to tailor their experience by developing their own plugins. This customization ensures that the functionality of the + application aligns perfectly with your requirements. StreamController features enhanced plugin support, enabling developers like you to easily create plugins using Python.

+
+
+ + \ No newline at end of file diff --git a/featured/store.html b/featured/store.html new file mode 100644 index 0000000..46299e4 --- /dev/null +++ b/featured/store.html @@ -0,0 +1,20 @@ + + + + + + Easy - StreamController + + + +
+
+ +

Asset Store

+
+
+

What are plugins worth if you can't share your favourite tweaks and tricks with the rest of the word? This is why StreamController features a simple but effective asset store.

+
+
+ + \ No newline at end of file diff --git a/featured/style.css b/featured/style.css new file mode 100644 index 0000000..8309080 --- /dev/null +++ b/featured/style.css @@ -0,0 +1,42 @@ +html, body { + height: 100%; + margin: 0; + background-color: #030013; +} + +body { + padding: 5vw; +} + +p{ + color: white; + font-family: "Noto Sans", sans-serif; + font-size: 2vw; + font-weight: 500; + text-shadow: 0 0 30px rgba(157, 96, 212, 0.5); +} + +.top { + text-align: center; +} + +.top-img { + max-width: 15vw; + margin-bottom: 0px; + filter: drop-shadow(0 0 20px rgba(157, 96, 212, 0.5)); +} + +.top-text { + color: white; + font-family: "Noto Sans", sans-serif; + margin-top: 0px; + font-size: 4vw; + text-shadow: 0 0 30px rgba(157, 96, 212, 0.5); +} + +.description-div { + margin-left: 8vw; + margin-right: 8vw; + margin-top: 4vw; + text-align: center; +} \ No newline at end of file