1
Fork 0

new webpage!

This commit is contained in:
Ashley 2022-07-12 22:01:58 +03:00 committed by GitHub
parent a2798dfb3e
commit 004802c68e

View file

@ -1,81 +1,187 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>PokeTube - Stats</title> <title>PokeTube - Metrics</title>
<meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="viewport" content="width=device-width,initial-scale=1" />
<link <link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel="stylesheet"/>
href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet" />
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"
rel="stylesheet"
/>
<link href="/stuff/tube.svg" rel="icon" /> <link href="/stuff/tube.svg" rel="icon" />
<style> <link rel="stylesheet" href="https://poketube.fun/css/pv.css?v=5444" type="text/css" />
<link rel="stylesheet" href="stuff/style.css?v=5444" type="text/css" />
@import("https://poketube.fun/css/app.main.css"); <style>
body{ .site {
background-color:#181818 font-family: "", -apple-system, BlinkMacSystemFont,
} avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto,
h1,h2,h3,h4,h5{ segoe ui, arial, sans-serif;
font-family:Inter,sans-serif; }
}
a,div,p{ .bg-pt-blue {
font-family:Roboto,sans-serif; background: #5da4dc;
text-decoration: none; }
}
div{ .bg-pt-gray {
background: #fff; background: #ededed;
border-radius: 26px; }
padding: 6px;
margin: auto; .bg-pt-dark {
position: absolute; background: #333;
left: 50%; }
top: 50%;
transform: translate(-50%, -50%); .bg-pt-footer {
background: #434a50;
}
.pt-title-blue {
color: #dee2e5;
}
.pt-blue {
color: #5da4dc;
}
.footer-item {
font-size: 0.85rem;
}
.footer-item a {
color: #c5cacd;
text-decoration: none;
}
.footer-item-color {
color: #c5cacd;
}
.pt-gray {
color: #999;
}
.pt-gray-2 {
color: #888;
}
.pt-black {
color: #333;
}
.pt-black-2 {
color: #666;
}
.pt-black-3 {
color: #464646;
}
/* Some measurement and spacing tweaks */
.max-width {
max-width: 1008px;
}
.lh-copy {
line-height: 1.5;
}
.number {
position: relative;
top: 3px;
padding-right: 0.3rem;
}
.numbered-list > li {
padding-bottom: 0.3rem;
}
.button--view-positions {
padding-top: 0.75em;
padding-bottom: 0.75em;
}
.logo {
padding-bottom: 2rem;
padding-top: 2rem;
}
.logo > img {
width: 80px;
height: 80px;
padding-bottom: 5px;
}
.measure--wrap-title {
max-width: 25rem;
}
@media screen and (max-width: 30em) {
.f3 {
font-size: 26px;
}
}
/* Medium-sized screen */
@media screen and (min-width: 30em) and (max-width: 60em) {
.community {
margin-left: 25%;
}
}
/* Not small screen */
@media screen and (min-width: 30em) {
.logo {
padding-bottom: 6em;
padding-top: 6em;
}
.logo > img {
width: 120px;
height: 120px;
padding-bottom: 10px;
}
}
h1,
h2,
h3,
h4,
h5 {
font-family: Inter, sans-serif;
}
a,
div,
p {
font-family: Roboto, sans-serif;
}
:visited {
color: #1f00ff;
} }
:visited { color: #1F00FF }
</style> </style>
</head> </head>
<body> <body class="site">
<img src="/t/rep.gif" style="width: 0;visibility: hidden;"> <section class="logo bg-pt-dark center tc pv5 pv6-ns ph1">
<center> <img src="stuff/tube.svg" />
<div> <h2 class="f3 f2-ns white ma0">PokeTube - Metrics</h2>
<h1>Hi Nerd!</h1> <h3 class="f5 f4-ns ma0 white-50 fw4">Private by Design</h3>
<p> </section>
At Poketube,we simply dont collect or share your personal information. <section class="tc pv3 pv5-ns pt-dark-2 ph4">
You might see the requests to this website being made while watching a <p class="measure-wide center lh-copy pt-black-3">
video,tho. At <a href="https://poketube.fun">PokeTube</a> we do not collect or
</p> share any personal information. That's our
<p> <a href="https://poketube.fun/privacy">privacy policy</a> in TL;DR. To
The request beign made to this website is to,ya know see how much improve our products we had to create a completely anonymous way to
poketube users have watched a spesific video. figure out how PokeTube is being used.
</p> </p>
<p>
This process does not collect any of your personal information. We
promise.
</p>
<p>
For the source code of this "stats" thingy, its based on matomo (its just a self-hosted matomo istance really ) but w/ config options changed to;<br>
- Dont collect personal info<br>
- Dont collect ip<br><br>
for more info,please look at <a href="//piwik.org">Matomo's</a> Website. <p class="measure-wide center lh-copy pt-black-3">
</p> We use a tool called Piwik (A free software Web analytics system,see
piwik.org) to collect information. By information we mean, aggregated
<h1> data about things such as the number of visits daily/weekly/monthly to
Why? PokeTube. Learn more on our
</h1> <a href="https://poketube.fun/privacy">privacy policy</a>.
<p> </p>
<i>why use stuff to collect basic things like how much users have watched any video?</i> </section>
</p>
<a href="https://poketube.fun/privacy"
>See our privacy policy for more info</a
>
</div>
</center>
</body> </body>
</html> </html>