Update soundboard

This commit is contained in:
Dennis Reimann
2021-06-26 19:59:37 +02:00
parent 44a1becc45
commit aacb240b6f
14 changed files with 63 additions and 25 deletions

View File

@@ -47,6 +47,10 @@
"title": "So eine Scheiße",
"file": "/sounds/panzerknacker/so-eine-scheisse.mp3"
},
{
"title": "Auch das ist Bullshit",
"file": "/sounds/panzerknacker/auch-das-ist-bullshit.mp3"
},
{
"title": "Wie das Teil funktioniert",
"file": "/sounds/panzerknacker/wie-das-teil-funktioniert.mp3"
@@ -89,6 +93,39 @@
}
]
},
{
"title": "Sunny Decree",
"sounds": [
{
"title": "Smart Contract auf Cardano",
"file": "/sounds/sunny/smart-contract-auf-cardano.mp3"
},
{
"title": "Versprechen Versprechen",
"file": "/sounds/sunny/versprechen-versprechen.mp3"
},
{
"title": "Was für eine Dummheit",
"file": "/sounds/sunny/was-fuer-eine-dummheit.mp3"
},
{
"title": "Fast Tangle Management System Physics",
"file": "/sounds/sunny/fast-tangle-management-system-physics.mp3"
},
{
"title": "Hashtag Dezentral",
"file": "/sounds/sunny/hashtag-dezentral.mp3"
},
{
"title": "Irgendwas mal bringen",
"file": "/sounds/sunny/irgendwas-mal-bringen.mp3"
},
{
"title": "Noch 'n Jahr",
"file": "/sounds/sunny/noch-n-jahr.mp3"
}
]
},
{
"title": "Verschiedenes",
"sounds": [

46
package-lock.json generated
View File

@@ -12,7 +12,7 @@
},
"devDependencies": {
"autoprefixer": "10.2.6",
"browser-sync": "2.26.14",
"browser-sync": "2.27.3",
"csso-cli": "3.0.0",
"glob": "7.1.7",
"jstransformer-markdown-it": "2.1.0",
@@ -488,13 +488,13 @@
}
},
"node_modules/browser-sync": {
"version": "2.26.14",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.26.14.tgz",
"integrity": "sha512-3TtpsheGolJT6UFtM2CZWEcGJmI4ZEvoCKiKE2bvcDnPxRkhQT4nIGVtfiyPcoHKXGM0LwMOZmYJNWfiNfVXWA==",
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.27.3.tgz",
"integrity": "sha512-kyU5t5Sbm0lwCZTM4r2TKO9opznOT/P8eorkwWF4leZkbIZGyZohbSBiifYEWWlElM/vCRRhN/AqBH/3sSfOUw==",
"dev": true,
"dependencies": {
"browser-sync-client": "^2.26.14",
"browser-sync-ui": "^2.26.14",
"browser-sync-client": "^2.27.3",
"browser-sync-ui": "^2.27.3",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.5.1",
@@ -532,9 +532,9 @@
}
},
"node_modules/browser-sync-client": {
"version": "2.26.14",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.26.14.tgz",
"integrity": "sha512-be0m1MchmKv/26r/yyyolxXcBi052aYrmaQep5nm8YNMjFcEyzv0ZoOKn/c3WEXNlEB/KeXWaw70fAOJ+/F1zQ==",
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.27.3.tgz",
"integrity": "sha512-GaadUAfO0hmueUi5hikJQhv1Qdak4qc62WFWl+0MQcqWTKDFG4fFbjnXs/W/sDpcOHclXVbNZqx2l+LLwuNz5Q==",
"dev": true,
"dependencies": {
"etag": "1.8.1",
@@ -547,9 +547,9 @@
}
},
"node_modules/browser-sync-ui": {
"version": "2.26.14",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.26.14.tgz",
"integrity": "sha512-6oT1sboM4KVNnWCCJDMGbRIeTBw97toMFQ+srImvwQ6J5t9KMgizaIX8HcKLiemsUMSJkgGM9RVKIpq2UblgOA==",
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.27.3.tgz",
"integrity": "sha512-va7dNwF+BC9gBVuVYa07wZPWEp4mTgi8/08oXiAzH0aSXOciu7II/Pu0V1fOFhRWcoFQxP8EzRJ4JP9Drx8evQ==",
"dev": true,
"dependencies": {
"async-each-series": "0.1.1",
@@ -5360,13 +5360,13 @@
}
},
"browser-sync": {
"version": "2.26.14",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.26.14.tgz",
"integrity": "sha512-3TtpsheGolJT6UFtM2CZWEcGJmI4ZEvoCKiKE2bvcDnPxRkhQT4nIGVtfiyPcoHKXGM0LwMOZmYJNWfiNfVXWA==",
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.27.3.tgz",
"integrity": "sha512-kyU5t5Sbm0lwCZTM4r2TKO9opznOT/P8eorkwWF4leZkbIZGyZohbSBiifYEWWlElM/vCRRhN/AqBH/3sSfOUw==",
"dev": true,
"requires": {
"browser-sync-client": "^2.26.14",
"browser-sync-ui": "^2.26.14",
"browser-sync-client": "^2.27.3",
"browser-sync-ui": "^2.27.3",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.5.1",
@@ -5398,9 +5398,9 @@
}
},
"browser-sync-client": {
"version": "2.26.14",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.26.14.tgz",
"integrity": "sha512-be0m1MchmKv/26r/yyyolxXcBi052aYrmaQep5nm8YNMjFcEyzv0ZoOKn/c3WEXNlEB/KeXWaw70fAOJ+/F1zQ==",
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.27.3.tgz",
"integrity": "sha512-GaadUAfO0hmueUi5hikJQhv1Qdak4qc62WFWl+0MQcqWTKDFG4fFbjnXs/W/sDpcOHclXVbNZqx2l+LLwuNz5Q==",
"dev": true,
"requires": {
"etag": "1.8.1",
@@ -5410,9 +5410,9 @@
}
},
"browser-sync-ui": {
"version": "2.26.14",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.26.14.tgz",
"integrity": "sha512-6oT1sboM4KVNnWCCJDMGbRIeTBw97toMFQ+srImvwQ6J5t9KMgizaIX8HcKLiemsUMSJkgGM9RVKIpq2UblgOA==",
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.27.3.tgz",
"integrity": "sha512-va7dNwF+BC9gBVuVYa07wZPWEp4mTgi8/08oXiAzH0aSXOciu7II/Pu0V1fOFhRWcoFQxP8EzRJ4JP9Drx8evQ==",
"dev": true,
"requires": {
"async-each-series": "0.1.1",

View File

@@ -33,7 +33,7 @@
},
"devDependencies": {
"autoprefixer": "10.2.6",
"browser-sync": "2.26.14",
"browser-sync": "2.27.3",
"csso-cli": "3.0.0",
"glob": "7.1.7",
"jstransformer-markdown-it": "2.1.0",

View File

@@ -55,8 +55,9 @@ html(lang="en")
.nav
nav
a.navItem(href="/podcast/" class=(navCurrent === 'podcast' && 'current')) Podcast
a.navItem(href="/soundboard/" class=(navCurrent === 'soundboard' && 'current')) Sounds
a.navItem(href="/team/" class=(navCurrent === 'team' && 'current')) Team
a.navItem(href=site.meta.shopUrl target="_blank") Shop
//- a.navItem(href=site.meta.shopUrl target="_blank") Shop
button(type="button").theme
+sprite("theme")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.