1
Fork 0
poke/html/channel.ejs

141 lines
6.7 KiB
Text
Raw Normal View History

2022-08-08 09:03:31 -04:00
<!--
This Source Code Form is subject to the terms of the GNU General Public License:
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
-->
2022-03-07 11:11:05 -05:00
<head>
2022-07-01 12:26:34 -04:00
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
2022-07-07 09:57:43 -04:00
<title>Technoblade Never Dies! - PokeTube</title>
2022-07-01 12:26:34 -04:00
<% } %>
2022-06-08 13:39:41 -04:00
<title><%=j.Channel.Metadata.Name%> - PokeTube</title>
<link href=https://watch.poketalebot.com/css/yt-ukraine.svg rel=icon>
2022-03-07 11:11:05 -05:00
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&amp;display=swap" rel="stylesheet">
<meta content=website property=og:type>
2022-06-08 13:39:41 -04:00
<meta content="<%=j.Channel.Metadata.Name%> - PokeTube" property=og:title>
2022-06-25 05:02:49 -04:00
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
2022-06-22 16:56:02 -04:00
<meta content="<%-desc.replace(/\n/g, " ")%>" property=twitter:description>
2022-06-08 13:39:41 -04:00
<meta content="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>" property=og:image>
2022-03-07 11:11:05 -05:00
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<meta content=summary_large_image name=twitter:card>
<meta content=@PoketaleBot name=twitter:site>
<meta content=@PoketaleBot name=twitter:creator>
2022-08-11 20:19:47 -04:00
<link href=/css/app-cdn.min.css rel=stylesheet>
<link href=/css/app.main.css rel=stylesheet>
<link href="/css/watch.main.css?v=56" rel=stylesheet>
2022-07-07 09:57:43 -04:00
<style>
2022-07-07 07:37:10 -04:00
@font-face {
font-family: 'Ginto Nord';
font-weight: 800;
src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
}
2022-07-05 03:18:34 -04:00
.channel-info-container > img {
width: 100%;
}
:root {
2022-06-24 03:46:29 -04:00
--text-primary: #fff;
--text-secondary: #fff;
--text-link: #3ea6ff;
2022-07-07 09:57:43 -04:00
2022-06-24 03:46:29 -04:00
--app-background: #000;
--context-menu-background: #000;
--border-color: #444;
--item-hover-background: #000;
--item-active-background: #000;
--top-bar-background: #000;
--guide-background: #000;
--thumbnail-background: #000;
--channel-info-background: #000;
--channel-contents-background: #000;
2022-07-07 09:57:43 -04:00
}
.video-grid > .video {
background-color: #181818;
2022-07-07 11:16:31 -04:00
border-radius: 8px;
2022-07-07 09:57:43 -04:00
}
</style>
2022-03-07 11:11:05 -05:00
</head>
<body>
<center>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel=stylesheet>
2022-07-01 12:26:34 -04:00
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
2022-03-07 11:11:05 -05:00
<center>
2022-08-11 20:19:47 -04:00
<nav>
<div class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff><img style="width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> <a href="/domains"><i style="display: block;margin-left: auto;margin-right: auto;" class="fas fa-server"></i> </a></div>
2022-03-07 11:11:05 -05:00
<div class=middle>
2022-08-11 20:19:47 -04:00
<form action=/search><input class=search-bar autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;"> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
2022-03-07 11:11:05 -05:00
</div>
2022-08-11 20:19:47 -04:00
<div class=right><a href="/privacy"><i class="fas fa-shield"></i></a><a href="/video/upload?from="><i class="fas fa-video"></i></a> <a href="https://github.com/iamashley0/poketube/"><i class="fab fa-git-alt"></i></a><a href="https://github.com/iamashley0/poketube/issues"><i class="fas fa-bug"></i></a></a></div>
</nav>
2022-06-24 03:46:29 -04:00
2022-03-07 11:11:05 -05:00
<section class=youtube-video>
2022-06-08 13:39:41 -04:00
<div class="app">
<div class="channel-page">
2022-07-01 12:26:34 -04:00
2022-06-24 03:46:29 -04:00
<div class="channel-page">
<div class="channel-info-container">
2022-06-08 13:39:41 -04:00
<img src="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>">
<div class="channel-info" >
2022-06-08 14:31:07 -04:00
<a href="/channel?id=<%=ID%>" class="avatar">
2022-06-08 13:39:41 -04:00
<img src="<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>" alt="Channel Avatar">
</a>
<div class="name">
2022-07-07 07:37:10 -04:00
<p style="font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes;"><%=j.Channel.Metadata.Name%></p>
2022-06-08 13:39:41 -04:00
</div>
2022-07-05 03:18:34 -04:00
<button class="subscribe-button"><%=subs%></button>
2022-06-08 13:39:41 -04:00
</div>
2022-07-07 09:57:43 -04:00
</div> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
2022-07-01 12:26:34 -04:00
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
2022-07-05 03:18:34 -04:00
<a href="https://www.curesarcoma.org/donate/">Donate to curesarcoma.org</a><br>
2022-07-01 12:26:34 -04:00
<p>
2022-07-05 03:18:34 -04:00
Technoblade never dies! <a href="https://technoblade.com/">More info</a>
2022-07-01 12:26:34 -04:00
</p><hr>
<% } %>
2022-07-07 11:16:31 -04:00
<h3 style="color:#fff;text-transform: uppercase;font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes;font-style: italic;">About this channel</h3>
2022-07-07 09:57:43 -04:00
<br><br> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
2022-06-08 14:31:07 -04:00
<p style="color:#fff"><%-desc.replace(/\n/g, " <br> ")%></p>
2022-06-24 03:46:29 -04:00
<br><br>
2022-07-07 11:16:31 -04:00
<h3 style="color:#fff;text-transform: uppercase;font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes; font-style: italic;">Uploads</h3>
2022-07-07 09:57:43 -04:00
<p style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes;">
the last few uploads of the <%=j.Channel.Metadata.Name%> channel !
</p> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
2022-06-24 03:46:29 -04:00
<div align="center">
<div class="video-grid">
<% tj.Channel.Contents.ItemSection.ItemSection.Video.forEach(x => { %>
<a href="/watch?v=<%- x.id %>" class="video">
2022-07-07 11:16:31 -04:00
<div class="thumbnail" style="background-image: url('https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 4px;"><span class="video-length"><%- x.duration %></span></div>
2022-06-24 03:46:29 -04:00
<div class="info">
2022-07-07 09:57:43 -04:00
<span class="title max-lines-2" style="font-family:Ginto Nord,sans-serif;"><%- x.Title %></span>
2022-06-24 03:46:29 -04:00
</div>
</a>
<% }) %>
</div>
2022-06-08 13:39:41 -04:00
2022-06-24 03:46:29 -04:00
</div>
2022-05-18 12:45:34 -04:00
</body>
2022-03-07 11:11:05 -05:00
2022-06-08 13:39:41 -04:00
2022-03-07 11:11:05 -05:00
</html>