Updated 41 files via CloudCannon

This commit is contained in:
CloudCannon 2020-12-14 19:19:04 +00:00
parent a64038b6ae
commit 4e83203d43
37 changed files with 148 additions and 143 deletions

View file

@ -119,12 +119,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -577,7 +577,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -114,12 +114,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="/assets/css/all.min.css" />
<link rel="stylesheet" href="/assets/css/colors-20201211.css" />
<link rel="stylesheet" href="/assets/css/main-20201211.css" />
<link rel="stylesheet" href="/assets/css/colors-20201214.css" />
<link rel="stylesheet" href="/assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192" />
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content="" />
@ -420,7 +420,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
<div class="fullscreen-bg">

View file

@ -117,12 +117,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -494,7 +494,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -105,7 +105,9 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
.hero .splash .description > * { margin: 40px !important; }
.hero .splash .description .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; }
.hero .splash .description > ul { display: flex; justify-content: space-around; flex-wrap: wrap; font-size: xxx-large; }
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; flex: 0 0 25px; margin: 0 0 20px 0; padding: 0 10px; }
.hero .splash h1, .hero .splash h2 { font-size: 2em; }
@ -542,4 +544,4 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
@media only screen and (max-width: 769px) { .staff li .square-image { width: 70px; height: 70px; } }
/*# sourceMappingURL=main-20201211.css.map */
/*# sourceMappingURL=main-20201214.css.map */

File diff suppressed because one or more lines are too long

View file

@ -105,7 +105,9 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
.hero .splash .description > * { margin: 40px !important; }
.hero .splash .description .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; }
.hero .splash .description > ul { display: flex; justify-content: space-around; flex-wrap: wrap; font-size: xxx-large; }
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; flex: 0 0 25px; margin: 0 0 20px 0; padding: 0 10px; }
.hero .splash h1, .hero .splash h2 { font-size: 2em; }
@ -556,4 +558,4 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
.hideWhenNoJS { display: none; }
/*# sourceMappingURL=noscripts-20201211.css.map */
/*# sourceMappingURL=noscripts-20201214.css.map */

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@
<subtitle>Set, Party, Gang! #Cybersoul.</subtitle>
<link type="application/atom+xml" href="https://setto.basspistol.com/atom.xml" rel="self"/>
<link type="text/html" href="https://setto.basspistol.com/" rel="alternate"/>
<updated>2020-12-14T19:07:05+00:00</updated>
<updated>2020-12-14T19:19:00+00:00</updated>
<id>https://setto.basspistol.com/atom.xml</id>
<author>
<name>Basspistol</name>
@ -19,7 +19,7 @@
<title>Social Media Distancing</title>
<link href="https://setto.basspistol.com/social-media-distancing/"/>
<published>2020-11-17T15:20:00+00:00</published>
<updated>2020-12-10T19:07:13+00:00</updated>
<updated>2020-12-14T19:18:57+00:00</updated>
<id>https://setto.basspistol.com/social-media-distancing/</id>
<content type="html">The mainstream networks have gone void of actual content. Everybody is either mimicking something or avoiding any sort of relevance because “it just creates conflicts”. And maybe that makes sense in these dark times? ...</content>
<summary>We see each other less, but when we do it's on the same screen we work on.</summary>

View file

@ -117,12 +117,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -485,7 +485,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -117,12 +117,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -646,7 +646,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -619,7 +619,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -660,7 +660,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -674,7 +674,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -704,7 +704,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -634,7 +634,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -634,7 +634,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -105,12 +105,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -994,7 +994,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
<div class="fullscreen-bg">

View file

@ -117,12 +117,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -605,7 +605,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -6,7 +6,7 @@
<atom:link href="https://setto.basspistol.com/feed.xml" rel="self" type="application/rss+xml" />
<link>https://setto.basspistol.com</link>
<description>Set, Party, Gang! #Cybersoul.</description>
<lastBuildDate>Mon, 14 Dec 2020 19:07:05 +0000</lastBuildDate>
<lastBuildDate>Mon, 14 Dec 2020 19:19:00 +0000</lastBuildDate>
<language>en-US</language>
<generator>https://jekyllrb.com/</generator>
<image>

View file

@ -105,12 +105,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -829,7 +829,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
<div class="fullscreen-bg">

View file

@ -38,7 +38,7 @@
<title>Yo, web-TV crib! ゲットー・スービド | 徒&nbsp;setto&nbsp;セット</title>
<meta name="title" content="Yo, web-TV crib! ゲットー・スービド | 徒&amp;nbsp;setto&amp;nbsp;セット" />
<meta name="description" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
<meta name="dc.date.modified" scheme="ISO8601" content="2020-12-11T12:46:14+00:00" />
<meta name="dc.date.modified" scheme="ISO8601" content="2020-12-14T19:18:57+00:00" />
<meta name="robots" content="index" />
<link rel="canonical" href="https://setto.basspistol.com/" />
@ -62,7 +62,7 @@
<meta name="dcterms.Subject" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
<meta name="dcterms.Title" content="Yo, web-TV crib! ゲットー・スービド" />
<meta name="dcterms.Contributor" content="徒&amp;nbsp;setto&amp;nbsp;セット" />
<meta name="dcterms.Date" content="2020-12-11" />
<meta name="dcterms.Date" content="2020-12-14" />
<meta name="dcterms.Description" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
<!-- Facebook -->
@ -73,7 +73,7 @@
<meta property="og:url" content="https://setto.basspistol.com/" />
<meta property="og:site_name" content="徒&amp;nbsp;setto&amp;nbsp;セット" />
<meta property="og:type" content="webpage" />
<meta property="article:published_time" content="2020-12-11T12:46:14+00:00" />
<meta property="article:published_time" content="2020-12-14T19:18:57+00:00" />
<meta property="og:image" content="https://setto.basspistol.com/images/pages/background-setto-v2-blus.svg" />
<!-- Twitter Card -->
@ -117,12 +117,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="./assets/css/all.min.css" />
<link rel="stylesheet" href="./assets/css/colors-20201211.css" />
<link rel="stylesheet" href="./assets/css/main-20201211.css" />
<link rel="stylesheet" href="./assets/css/colors-20201214.css" />
<link rel="stylesheet" href="./assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="./assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="./assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -153,13 +153,14 @@
<h1>&nbsp;setto&nbsp;セット</h1>
<p>The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms.</p>
<p>
<a href="#support" class="button">🦸‍♀️ Support</a>
<a href="https://v.basspistol.org/video-channels/tosettosetto/" rel="noopener" target="_blank" class="button">📺 Watch</a>
<a href="#read" class="button">👀 Read</a>
<a href="https://t.basspistol.org/setto/" rel="noopener" target="_blank" class="button">📢 Talk</a>
<a href="/unmet-dependencies/#play" class="button">🔥 Boom</a>
</p>
<ul>
<li><a href="#support" class="button">🦸‍♀️</a></li>
<li><a href="https://v.basspistol.org/video-channels/tosettosetto/" rel="noopener" target="_blank" class="button">📺</a></li>
<li><a href="#read" class="button">👀</a></li>
<li><a href="https://t.basspistol.org/setto/" rel="noopener" target="_blank" class="button">📢</a></li>
<li><a href="/unmet-dependencies/#play" class="button">🔥</a></li>
</ul>
</div>
</div>
@ -556,7 +557,7 @@
</div>
<p>&copy;2020 Basspistol | <a href="./webcreds/">Credits</a> |
<a href="./cookies/">Cookies & Privacy</a>
<br />This page was last updated on Friday, Dec 11, 2020</p>
<br />This page was last updated on Monday, Dec 14, 2020</p>
</small>
</div>
</footer>
@ -760,7 +761,7 @@ _paq.push(['enableLinkTracking']);
<script src="./assets/js/set-20201211.js"></script>
<script src="./assets/js/set-20201214.js"></script>
</body>

View file

@ -117,12 +117,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -603,7 +603,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -627,7 +627,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -105,12 +105,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -741,7 +741,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -117,12 +117,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -560,7 +560,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -119,12 +119,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -572,7 +572,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -693,7 +693,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -668,7 +668,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -105,12 +105,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -891,7 +891,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
<div class="fullscreen-bg">

View file

@ -30,7 +30,7 @@
</url>
<url>
<loc>https://setto.basspistol.com/social-media-distancing/</loc>
<lastmod>2020-12-10T19:07:13+00:00</lastmod>
<lastmod>2020-12-14T19:18:57+00:00</lastmod>
</url>
<url>
<loc>https://setto.basspistol.com/cyber-grany/1-grandma-got-the-ssh-keys-insutrmental-/</loc>
@ -90,7 +90,7 @@
</url>
<url>
<loc>https://setto.basspistol.com/</loc>
<lastmod>2020-12-11T12:46:14+00:00</lastmod>
<lastmod>2020-12-14T19:18:57+00:00</lastmod>
</url>
<url>
<loc>https://setto.basspistol.com/links/</loc>

View file

@ -39,7 +39,7 @@
<title>Social Media Distancing | 徒&nbsp;setto&nbsp;セット</title>
<meta name="title" content="Social Media Distancing | 徒&amp;nbsp;setto&amp;nbsp;セット" />
<meta name="description" content="We see each other less, but when we do it's on the same screen we work on." />
<meta name="dc.date.modified" scheme="ISO8601" content="2020-12-10T19:07:13+00:00" />
<meta name="dc.date.modified" scheme="ISO8601" content="2020-12-14T19:18:57+00:00" />
<meta name="robots" content="index" />
<link rel="canonical" href="https://setto.basspistol.com/social-media-distancing/" />
@ -119,12 +119,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -192,7 +192,7 @@
<p>Mastodon isnt a single website like Twitter or Facebook, its a network of thousands of communities operated by different organizations and individuals that provide a seamless social media experience.</p>
</blockquote>
<p>Get your self an identity on there and once logged in, search for “@setto@v.basspistol.org” That is my PeerTube identity. If you follow that youll get my videos as soon as they hit the world wild web. You can also ass me directly from my Channel!</p>
<p>Get your self an identity on there and once logged in, search for “@setto@v.basspistol.org” That is my PeerTube identity. Wonder how? Ask <a href="/chat/#read">me on matrix!</a> :)</p>
</div>
@ -373,7 +373,7 @@
</div>
<p>&copy;2020 Basspistol | <a href="../webcreds/">Credits</a> |
<a href="../cookies/">Cookies & Privacy</a>
<br />This page was last updated on Thursday, Dec 10, 2020</p>
<br />This page was last updated on Monday, Dec 14, 2020</p>
</small>
</div>
</footer>
@ -579,7 +579,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -672,7 +672,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -94,12 +94,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../../assets/css/all.min.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -653,7 +653,7 @@ _paq.push(['enableLinkTracking']);
<script src="../../assets/js/set-20201211.js"></script>
<script src="../../assets/js/set-20201214.js"></script>
</body>

View file

@ -105,12 +105,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -880,7 +880,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
<div class="fullscreen-bg">

View file

@ -117,12 +117,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="../assets/css/all.min.css" />
<link rel="stylesheet" href="../assets/css/colors-20201211.css" />
<link rel="stylesheet" href="../assets/css/main-20201211.css" />
<link rel="stylesheet" href="../assets/css/colors-20201214.css" />
<link rel="stylesheet" href="../assets/css/main-20201214.css" />
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201211.css" /></noscript>
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20201214.css" /></noscript>
<meta name="theme-color" content=""/>
@ -494,7 +494,7 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20201211.js"></script>
<script src="../assets/js/set-20201214.js"></script>
</body>