Updated 25 files via CloudCannon
This commit is contained in:
parent
5458db69e7
commit
f751a830b9
|
@ -72,28 +72,28 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>333mix</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>333mix</h1>
|
||||
|
||||
|
||||
<p>Pignu got Chopped & Screwed by KodTreatment</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>333mix</h1>
|
||||
|
||||
|
||||
<p>Pignu got Chopped & Screwed by KodTreatment</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -144,28 +144,28 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Error 404 This is not a page</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Error 404 This is not a page</h1>
|
||||
|
||||
|
||||
<p>The page you are looking for has moved to the darknet.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Error 404 This is not a page</h1>
|
||||
|
||||
|
||||
<p>The page you are looking for has moved to the darknet.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"time": "2020-09-18T07:07:07+00:00",
|
||||
"time": "2020-09-18T09:15:31+00:00",
|
||||
"cloudcannon": {
|
||||
"name": "cloudcannon-jekyll",
|
||||
"version": "1.4.0"
|
||||
|
|
|
@ -148,28 +148,28 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>About</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>About</h1>
|
||||
|
||||
|
||||
<p>WTF is 徒 setto セット and what does the funky characters mean? Why so cryptic and whodafuq?</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>About</h1>
|
||||
|
||||
|
||||
<p>WTF is 徒 setto セット and what does the funky characters mean? Why so cryptic and whodafuq?</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -260,10 +260,14 @@ a:hover { color: var(--accent1); text-decoration-style: wavy; text-decoration-co
|
|||
|
||||
@media only screen and (max-width: 1000px) { .front-section:nth-child(even) .container { margin: 0 20px 0 20px; } }
|
||||
|
||||
.front-section:first-of-type { margin-top: 40px; }
|
||||
.front-section:nth-of-type(2) { margin-top: 40px; }
|
||||
|
||||
.splash { background-color: transparent; }
|
||||
|
||||
.splash .container { display: flex; flex-wrap: wrap; padding: 40px; align-items: flex-start; max-width: var(--max-width); margin: auto; }
|
||||
|
||||
.splash .container .description { border-radius: var(--border-radius); background: var(--bg-alt); background: linear-gradient(90deg, transparent 0%, var(--bg) 91%); }
|
||||
|
||||
.splash .container h1, .splash .container h2 { font-size: 2em; }
|
||||
|
||||
.splash .container p, .splash .container h1, .splash .container h2, .splash .container h3, .splash .container h4 { text-align: left; margin-top: 20px; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -259,10 +259,14 @@ a:hover { color: var(--accent1); text-decoration-style: wavy; text-decoration-co
|
|||
|
||||
@media only screen and (max-width: 1000px) { .front-section:nth-child(even) .container { margin: 0 20px 0 20px; } }
|
||||
|
||||
.front-section:first-of-type { margin-top: 40px; }
|
||||
.front-section:nth-of-type(2) { margin-top: 40px; }
|
||||
|
||||
.splash { background-color: transparent; }
|
||||
|
||||
.splash .container { display: flex; flex-wrap: wrap; padding: 40px; align-items: flex-start; max-width: var(--max-width); margin: auto; }
|
||||
|
||||
.splash .container .description { border-radius: var(--border-radius); background: var(--bg-alt); background: linear-gradient(90deg, transparent 0%, var(--bg) 91%); }
|
||||
|
||||
.splash .container h1, .splash .container h2 { font-size: 2em; }
|
||||
|
||||
.splash .container p, .splash .container h1, .splash .container h2, .splash .container h3, .splash .container h4 { text-align: left; margin-top: 20px; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -259,10 +259,14 @@ a:hover { color: var(--accent1); text-decoration-style: wavy; text-decoration-co
|
|||
|
||||
@media only screen and (max-width: 1000px) { .front-section:nth-child(even) .container { margin: 0 20px 0 20px; } }
|
||||
|
||||
.front-section:first-of-type { margin-top: 40px; }
|
||||
.front-section:nth-of-type(2) { margin-top: 40px; }
|
||||
|
||||
.splash { background-color: transparent; }
|
||||
|
||||
.splash .container { display: flex; flex-wrap: wrap; padding: 40px; align-items: flex-start; max-width: var(--max-width); margin: auto; }
|
||||
|
||||
.splash .container .description { border-radius: var(--border-radius); background: var(--bg-alt); background: linear-gradient(90deg, transparent 0%, var(--bg) 91%); }
|
||||
|
||||
.splash .container h1, .splash .container h2 { font-size: 2em; }
|
||||
|
||||
.splash .container p, .splash .container h1, .splash .container h2, .splash .container h3, .splash .container h4 { text-align: left; margin-top: 20px; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -259,10 +259,14 @@ a:hover { color: var(--accent1); text-decoration-style: wavy; text-decoration-co
|
|||
|
||||
@media only screen and (max-width: 1000px) { .front-section:nth-child(even) .container { margin: 0 20px 0 20px; } }
|
||||
|
||||
.front-section:first-of-type { margin-top: 40px; }
|
||||
.front-section:nth-of-type(2) { margin-top: 40px; }
|
||||
|
||||
.splash { background-color: transparent; }
|
||||
|
||||
.splash .container { display: flex; flex-wrap: wrap; padding: 40px; align-items: flex-start; max-width: var(--max-width); margin: auto; }
|
||||
|
||||
.splash .container .description { border-radius: var(--border-radius); background: var(--bg-alt); background: linear-gradient(90deg, transparent 0%, var(--bg) 91%); }
|
||||
|
||||
.splash .container h1, .splash .container h2 { font-size: 2em; }
|
||||
|
||||
.splash .container p, .splash .container h1, .splash .container h2, .splash .container h3, .splash .container h4 { text-align: left; margin-top: 20px; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -148,28 +148,28 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Cookies & Privacy policy</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Cookies & Privacy policy</h1>
|
||||
|
||||
|
||||
<p>Privacy is important, therefor 徒 setto セット respects it!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Cookies & Privacy policy</h1>
|
||||
|
||||
|
||||
<p>Privacy is important, therefor 徒 setto セット respects it!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -134,44 +134,44 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Granny is a cyborg now</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Granny is a cyborg now</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>by <strong>徒 Setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Jazzy Cybersoul with a hint of 303 baselines.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Granny is a cyborg now</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>by <strong>徒 Setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Jazzy Cybersoul with a hint of 303 baselines.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -134,44 +134,44 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Darkweb</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Darkweb</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>by <strong>徒 Setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>As dystopian as the present might seem on-line, there is always room for the strange in the cypher...</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Darkweb</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>by <strong>徒 Setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>As dystopian as the present might seem on-line, there is always room for the strange in the cypher...</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -148,28 +148,28 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Discography</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Discography</h1>
|
||||
|
||||
|
||||
<p>Collection of music releases published by 徒 setto セット over the years.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Discography</h1>
|
||||
|
||||
|
||||
<p>Collection of music releases published by 徒 setto セット over the years.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -6,7 +6,7 @@
|
|||
<atom:link href="https://setto.basspistol.com/rss.xml" rel="self" type="application/rss+xml" />
|
||||
<link>https://setto.basspistol.com</link>
|
||||
<description>Set, Party, Gang! &#35;Cybersoul.</description>
|
||||
<lastBuildDate>Fri, 18 Sep 2020 07:07:07 +0000</lastBuildDate>
|
||||
<lastBuildDate>Fri, 18 Sep 2020 09:15:31 +0000</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<sy:updatePeriod>hourly</sy:updatePeriod>
|
||||
<sy:updateFrequency>1</sy:updateFrequency>
|
||||
|
|
30
index.html
30
index.html
|
@ -38,7 +38,7 @@
|
|||
<title>Yo, web-TV crib! ゲットー・スービド | 徒 setto セット</title>
|
||||
<meta name="title" content="Yo, web-TV crib! ゲットー・スービド | 徒 setto セット" />
|
||||
<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-09-11T17:22:26+00:00" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2020-09-18T09:15:28+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="徒 setto セット" />
|
||||
<meta name="dcterms.Date" content="2020-09-11" />
|
||||
<meta name="dcterms.Date" content="2020-09-18" />
|
||||
<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="徒 setto セット" />
|
||||
<meta property="og:type" content="webpage" />
|
||||
<meta property="article:published_time" content="2020-09-11T17:22:26+00:00" />
|
||||
<meta property="article:published_time" content="2020-09-18T09:15:28+00:00" />
|
||||
<meta property="og:image" content="https://setto.basspistol.com/images/pages/pingu.jpg" />
|
||||
<!-- Twitter Card -->
|
||||
|
||||
|
@ -144,21 +144,21 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Yo, web-TV crib! ゲットー・スービド</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
<div class="container">
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logoicon.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
<div class="description">
|
||||
|
||||
<h1>徒 setto セット</h1>
|
||||
<p>The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
<div class="container">
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logoicon.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h1>徒 setto セット</h1>
|
||||
<p>The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="front-section">
|
||||
|
@ -473,7 +473,7 @@
|
|||
</div>
|
||||
<p>©2020 Basspistol | <a href="./webcreds/">Credits</a> |
|
||||
<a href="./cookies/">Cookies & Privacy</a>
|
||||
<br />This page was last updated on Friday, Sep 11, 2020</p>
|
||||
<br />This page was last updated on Friday, Sep 18, 2020</p>
|
||||
</small>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -148,28 +148,28 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Links</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Links</h1>
|
||||
|
||||
|
||||
<p>Venture outside of your daily web-routine, read about some real projects. These links are way more than just Friends and Resources</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Links</h1>
|
||||
|
||||
|
||||
<p>Venture outside of your daily web-routine, read about some real projects. These links are way more than just Friends and Resources</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -134,44 +134,44 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Live with hardware</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Live with hardware</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>by <strong>徒 Setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>There is a weird meta-core to anything social exchange on internet that I can't get my finger on. Assumptions and projections that I think partially stem from the lack in body language</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Live with hardware</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>by <strong>徒 Setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>There is a weird meta-core to anything social exchange on internet that I can't get my finger on. Assumptions and projections that I think partially stem from the lack in body language</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -148,28 +148,28 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Web-Log</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Web-Log</h1>
|
||||
|
||||
|
||||
<p>Ramblings, announcenments and thoughts going on in the 徒 setto セット Cypher. In written form intertwined with audio</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Web-Log</h1>
|
||||
|
||||
|
||||
<p>Ramblings, announcenments and thoughts going on in the 徒 setto セット Cypher. In written form intertwined with audio</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -134,44 +134,44 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Satoshi Mon Ami</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Satoshi Mon Ami</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>by <strong>徒 Setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>The 2 tracks of laid back cloud rap are tales of daily digital life-struggles. When day-to-day communication blurs the line between the virtual and real.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Satoshi Mon Ami</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>by <strong>徒 Setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>The 2 tracks of laid back cloud rap are tales of daily digital life-struggles. When day-to-day communication blurs the line between the virtual and real.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://setto.basspistol.com/</loc>
|
||||
<lastmod>2020-09-11T17:22:26+00:00</lastmod>
|
||||
<lastmod>2020-09-18T09:15:28+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://setto.basspistol.com/links/</loc>
|
||||
|
|
|
@ -134,20 +134,17 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Unmet Dependencies</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Unmet Dependencies</h1>
|
||||
<h1>Unmet Dependencies</h1>
|
||||
|
||||
|
||||
|
||||
|
@ -158,7 +155,7 @@
|
|||
|
||||
|
||||
|
||||
<h4>by <strong>徒 setto セット</strong></h4>
|
||||
<h4>by <strong>徒 setto セット</strong></h4>
|
||||
|
||||
|
||||
|
||||
|
@ -166,14 +163,17 @@
|
|||
|
||||
|
||||
|
||||
<p>Proprietary tools, consultancies, remote labor... The reality in the digital industry is as hard to cope with as it is building software in Haskell. Freedom is luxury, but also a burden.
|
||||
<p>Proprietary tools, consultancies, remote labor... The reality in the digital industry is as hard to cope with as it is building software in Haskell. Freedom is luxury, but also a burden.
|
||||
|
||||
Open your mind, open the source!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -148,28 +148,28 @@
|
|||
<div class="imagecontainer">
|
||||
<h4>Webcreds</h4>
|
||||
</div>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div class="description" style="padding: 0;">
|
||||
|
||||
<h1>Webcreds</h1>
|
||||
|
||||
|
||||
<p>Information and credit regarding authors of tools, content and code used to build this website.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo" style="display: none;">
|
||||
<img src="/images/setto-logo.svg" width="240px" alt="徒 setto セット Logo" />
|
||||
</div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
|
||||
<h1>Webcreds</h1>
|
||||
|
||||
|
||||
<p>Information and credit regarding authors of tools, content and code used to build this website.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue