diff --git a/public/app-branding/blender.png b/public/app-branding/blender.png new file mode 100644 index 0000000..8e0e4aa Binary files /dev/null and b/public/app-branding/blender.png differ diff --git a/public/app-branding/icons/blender.png b/public/app-branding/icons/blender.png new file mode 100644 index 0000000..3918c1f Binary files /dev/null and b/public/app-branding/icons/blender.png differ diff --git a/public/app-branding/icons/privacy.png b/public/app-branding/icons/privacy.png new file mode 100644 index 0000000..7f69be1 Binary files /dev/null and b/public/app-branding/icons/privacy.png differ diff --git a/public/app-branding/icons/xrtube.png b/public/app-branding/icons/xrtube.png new file mode 100644 index 0000000..fe6c899 Binary files /dev/null and b/public/app-branding/icons/xrtube.png differ diff --git a/public/app-branding/privacy.png b/public/app-branding/privacy.png new file mode 100644 index 0000000..2fb242e Binary files /dev/null and b/public/app-branding/privacy.png differ diff --git a/public/app-branding/xrtube.png b/public/app-branding/xrtube.png new file mode 100644 index 0000000..c0e463d Binary files /dev/null and b/public/app-branding/xrtube.png differ diff --git a/public/googleplay.png b/public/googleplay.png new file mode 100644 index 0000000..4a3079a Binary files /dev/null and b/public/googleplay.png differ diff --git a/public/testflight.png b/public/testflight.png new file mode 100644 index 0000000..0c64769 Binary files /dev/null and b/public/testflight.png differ diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 84f3ef2..1fa7e8d 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -1,4 +1,4 @@ -import { Github } from "lucide-react"; +import { Github, Globe } from "lucide-react"; const Index = () => { return ( @@ -6,7 +6,10 @@ const Index = () => {

Your own tube, for Your own content

-

Create custom video apps for all your platforms. No ads. No data collection. No lock-in. Free as in Freedom.

+

+ Create custom video apps for all your platforms. No ads. No data collection. No lock-in. Free as in + Freedom. +

Make Your Own Video App

@@ -27,9 +30,9 @@ const Index = () => {
- OwnTube GitHub Profile
@@ -42,9 +45,9 @@ const Index = () => {

Create your Own fork of{" "} - @@ -64,12 +67,12 @@ const Index = () => { Try the Web App

- +
- OwnTube Discovery Page
@@ -77,11 +80,11 @@ const Index = () => {

Find and explore video sites

- +
- TILvids Channel Example
@@ -89,11 +92,11 @@ const Index = () => {

Educational content delivery

- +
- Blender Channel
@@ -114,8 +117,10 @@ const Index = () => { shortDescription: "Video publications by Privacy International Media", longDescription: ( <> - Privacy International Media (PI) has been working to promote the human right of privacy throughout the world since 1990; specifically on raising awareness of threats to privacy and reporting on surveillance methods and tactics. Visit the PI website for more info:{" "} - { ), githubRepo: "https://github.com/OwnTube-tv/cust-app-pitube", + imageSrc: "/app-branding/privacy.png", + iconSrc: "/app-branding/icons/privacy.png", + googleLink: "https://play.google.com/store/apps/details?id=com.owntubetv.pitube", + testflightLink: "https://testflight.apple.com/join/KAAJgPss", + webLink: "https://owntube-tv.github.io/cust-app-pitube/", }, { title: "Blender Tube", shortDescription: "Videos on the Blender 3D creation software", longDescription: ( <> - Blender Foundation provides videos presenting the evolutions of their popular 3D creation software, along with tutorials and presentations by the community. Read more about the organization here:{" "} - { ), githubRepo: "https://github.com/OwnTube-tv/cust-app-blender", + imageSrc: "/app-branding/blender.png", + iconSrc: "/app-branding/icons/blender.png", + googleLink: "https://play.google.com/store/apps/details?id=com.owntubetv.blendertube", + testflightLink: "https://testflight.apple.com/join/cEDD3KeK", + webLink: "https://owntube-tv.github.io/cust-app-blender/", }, { title: "XR Tube", shortDescription: "Information videos by Extinction Rebellion", longDescription: ( <> - A video library for Extinction Rebellion (XR) with accounts for every national group, hosted on renewable energy-powered infrastructure. Read more about the movement here:{" "} - { ), githubRepo: "https://github.com/OwnTube-tv/cust-app-xrtube", + imageSrc: "/app-branding/xrtube.png", + iconSrc: "/app-branding/icons/xrtube.png", + googleLink: "https://play.google.com/store/apps/details?id=com.owntubetv.xrtube", + testflightLink: "https://testflight.apple.com/join/EzReSmsz", + webLink: "https://owntube-tv.github.io/cust-app-xrtube/", }, ].map((app) => (
- {app.title} -
+ {app.title} +

{app.shortDescription}

-

{app.longDescription}

+

{app.longDescription}

+
+
+ + View the web version + +

or try the beta on mobile platforms:

+ + {"Try + + + {"Try + +
))} @@ -195,4 +254,4 @@ const Index = () => { ); }; -export default Index; \ No newline at end of file +export default Index;