...from big tech and embrace the freedom of privacy!!1! :3 Poke is a free software YouTube front-end, search engine, translator, map app, and more!!1! Watch videos, search the web, and explore without a trace in this all-in-one privacy app!!1! :3
<%
const features = [
{ title: "No Tracking and Ads", description: "Poke Has no Trackers or ads - we dont and we wont see the vids ur watching :3", icon: "" },
{ title: "Very Fast", description: "Poke is really ligthweight (both on server and client :3) so you can still use it on poor connections :3", icon: "" },
{ title: "Downloader", description: "You wouldnt download a car - welp i would :D u can download videos from poke for 0$!", icon: "" },
{ title: "DRM Free", description: "Poke comes without digital restrictions management - poke is free software :3", icon: "" },
{ title: "Games Included", description: "U can play funnie games on poke!", icon: "" }
];
const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
%>
<% randomFeatures.forEach(feature => { %>
<%- feature.icon %>
<%- feature.title %>
<%- feature.description %>
<% }) %>
<%- include('./partials/card',
icon_background='transparent',
icon="none",
title='Join Us',
description='join our community if you want to! :3',
actions='true',
has_secondary_action='true',
secondary_icon='',
secondary_text='Discord',
secondary_link='https://discord.poketube.fun',
primary_icon='',
primary_text='Matrix',
primary_link='https://matrix.to/#/%23poke:vern.cc'
)%>
<%- include('./partials/card',
icon_background='transparent',
icon="none",
title='Free and libre',
description='Poke is free and libre software! u can view, edit and redistribute under GNU GPL 3 or later :3',
actions='true',
has_secondary_action='true',
secondary_icon='',
secondary_text='GitHub',
secondary_link='https://github.com/ashley0143/poke',
primary_icon='',
primary_text='Codeberg',
primary_link='https://codeberg.org/ashley/poke'
)%>