diff --git a/menu-mockup.svg b/menu-mockup.svg new file mode 100644 index 0000000..9b2a99a --- /dev/null +++ b/menu-mockup.svg @@ -0,0 +1,213 @@ + + + + diff --git a/themes/basspistol2025/assets/css/style.css b/themes/basspistol2025/assets/css/style.css index d0aed27..cb46ef0 100644 --- a/themes/basspistol2025/assets/css/style.css +++ b/themes/basspistol2025/assets/css/style.css @@ -127,7 +127,8 @@ section { } a { - text-decoration: none; + + color: orange; } h1, h2, h3, h4, h5, h6, h7, h8 { diff --git a/themes/basspistol2025/layouts/_default/index.html b/themes/basspistol2025/layouts/_default/index.html index 371aa7a..b7a053d 100644 --- a/themes/basspistol2025/layouts/_default/index.html +++ b/themes/basspistol2025/layouts/_default/index.html @@ -11,6 +11,8 @@ {{ define "main" }}
+{{ partial "body/now.html" . }} + {{ partial "body/discog.html" . }} {{ partial "body/radio.html" . }} diff --git a/themes/basspistol2025/layouts/partials/body/discog.html b/themes/basspistol2025/layouts/partials/body/discog.html index a02ad17..8d56b57 100644 --- a/themes/basspistol2025/layouts/partials/body/discog.html +++ b/themes/basspistol2025/layouts/partials/body/discog.html @@ -3,18 +3,6 @@ /* Discographys */ #discog { - * { - filter: grayscale(100%); - transition: filter 17s linear; - - } - - *:hover { - filter: grayscale(0%) !important; - transition: filter .1s linear; - } - - display: flex; flex-wrap: wrap; justify-content: space-between; @@ -35,8 +23,9 @@ justify-content: space-between; } p { flex: 1 1 100%; - font-size: 1.5em; + font-size: .5em; line-height: 1.75em; + max-width: 33vw; strong { font-size: 1.5em; @@ -48,53 +37,52 @@ justify-content: space-between; } p { font-size: 1em; + max-width: unset; } } -figure { - padding: 4px; - margin: auto; - border-style: double; - border-color: purple; - border-width: 10px; + figure { + padding: 4px; + margin: auto; + border-style: double; + border-color: purple; + border-width: 10px; + + img { + width: 100%; + object-fit: cover; + max-height: 300px; + } + - img { - width: 100%; - object-fit: cover; - max-height: 300px; } + figcaption { + font-family: Sigoil, 'Arial', 'Helvetica', sans-serif; + background-color: black; + color: white; + height: 286px; + padding: 20px; + margin-bottom: 4px; + border-color: purple; + border-width: 10px; + color: orange; + z-index: 100; + position: relative; + text-decoration: none; + line-height: 1.25em; + overflow-y: hidden; + } + .section-headers { + padding: 80px; + border-style: double; + border-color: purple; + border-width: 10px; + flex: 1 1 100%; -} -figcaption { - font-family: Sigoil, 'Arial', 'Helvetica', sans-serif; - background-color: black; - color: white; - height: 286px; - padding: 20px; - margin-bottom: 4px; - border-color: purple; - border-width: 10px; - color: orange; - z-index: 100; - position: relative; - text-decoration: none; - line-height: 1.25em; - overflow-y: hidden; - - - -} -.section-headers { - padding: 80px; - border-style: double; - border-color: purple; - border-width: 10px; - flex: 1 1 100%; - - margin-top: 0; -} + margin-top: 0; + } } @@ -109,12 +97,10 @@ figcaption { The Basspistol catalogue is an aggregation of records from independent musicians. Getting your music from here implies 100% of your support is channeled straight to the artist.

They are not sorted by date or importance. Instead, every 30 minutes the order is reshuffled. You being here now, implies the random gods have something to tell you. +

+ Check out the Tienda for more information

- {{ with $data.channel }} -

{{ .description }}
- {{ .generator }}

- {{ end }} - + {{ with try (resources.GetRemote $url) }} diff --git a/themes/basspistol2025/layouts/partials/body/gancio.html b/themes/basspistol2025/layouts/partials/body/gancio.html index dda3655..94151ba 100644 --- a/themes/basspistol2025/layouts/partials/body/gancio.html +++ b/themes/basspistol2025/layouts/partials/body/gancio.html @@ -17,7 +17,7 @@ justify-content: space-between; a { - text-decoration: none; + } article { margin:2px; @@ -32,8 +32,13 @@ } p { flex: 1 1 100%; - font-size: 1.5em; - line-height: 1em; + font-size: .5em; + line-height: 1.75em; + max-width: 33vw; + + strong { + font-size: 1.5em; + } } @media screen and (max-width: 1024px) { h2 { @@ -41,6 +46,7 @@ } p { font-size: 1em; + max-width: unset; } } @@ -115,8 +121,10 @@

Agenda

-

World-wide events you never hear about.
- Likely happening under your feet.

+

World-wide events you never hear about.
+ Through the power of federation, we aggregate event data from the deep-web to keep you in the loop of what's happening below the radars. +

+ Want your event featured here? Head over to this page. No account required.

diff --git a/themes/basspistol2025/layouts/partials/body/gang.html b/themes/basspistol2025/layouts/partials/body/gang.html index 7fa0ea2..c4b5a5e 100644 --- a/themes/basspistol2025/layouts/partials/body/gang.html +++ b/themes/basspistol2025/layouts/partials/body/gang.html @@ -33,8 +33,13 @@ p { flex: 1 1 100%; - font-size: 1.5em; - line-height: 1em; + font-size: .5em; + line-height: 1.75em; + max-width: 33vw; + + strong { + font-size: 1.5em; + } } @media screen and (max-width: 1024px) { h2 { @@ -42,11 +47,8 @@ } p { font-size: 1em; + max-width: unset; } - figcaption { - font-size: 1em; - line-height: 1em; - } } @@ -66,8 +68,7 @@ max-height: 300px; } figcaption { - font-size: 1.5em; - line-height: 1em; + overflow-x: hidden; overflow-wrap: break-word; font-weight: bold; @@ -83,9 +84,6 @@ margin-bottom: 4px; text-transform: lowercase; - p { - font-size: .75em; - } } } @@ -104,9 +102,9 @@

Gung

-

Powerful Syndicated Artists. +

Link Root
- asdasdkjaslkdn + The Basspistol network is composed of Powerful Syndicated Artists and Groups. Follow the white Rabbit, Neo!

@@ -122,8 +120,9 @@ {{ range $monsters | shuffle }}
- {{ if .url }} - + + {{ if .uri }} + {{ else }} {{ end }} @@ -142,7 +141,7 @@ {{ end }} - +
{{ debug.Dump $monsters }}
{{ end }} diff --git a/themes/basspistol2025/layouts/partials/body/now.html b/themes/basspistol2025/layouts/partials/body/now.html new file mode 100644 index 0000000..8f4ebd1 --- /dev/null +++ b/themes/basspistol2025/layouts/partials/body/now.html @@ -0,0 +1,36 @@ + + + + +
+ + +
diff --git a/themes/basspistol2025/layouts/partials/body/radio.html b/themes/basspistol2025/layouts/partials/body/radio.html index 121018c..2742249 100644 --- a/themes/basspistol2025/layouts/partials/body/radio.html +++ b/themes/basspistol2025/layouts/partials/body/radio.html @@ -2,17 +2,6 @@ #radio { - * { - filter: grayscale(100%); - transition: filter 17s linear; - - } - - *:hover { - filter: grayscale(0%) !important; - transition: filter .1s linear; - } - display: flex; flex-wrap: wrap; flex-direction: row; @@ -32,8 +21,13 @@ } p { flex: 1 1 100%; - font-size: 1.5em; - line-height: 1em; + font-size: .5em; + line-height: 1.75em; + max-width: 33vw; + + strong { + font-size: 1.5em; + } } @media screen and (max-width: 1024px) { h2 { @@ -41,6 +35,7 @@ } p { font-size: 1em; + max-width: unset; } } @@ -69,7 +64,7 @@

RadioStation

-

Basspistol Radio Station! 777% without commercials! RobotDJ-sets and live interventions! This is the sound of freedom.

+

Basspistol Radio Station!
777% without commercials! RobotDJ-sets and live interventions! This is the sound of freedom.

diff --git a/themes/basspistol2025/layouts/partials/svg/calendar.svg b/themes/basspistol2025/layouts/partials/svg/calendar.svg new file mode 100644 index 0000000..d80b152 --- /dev/null +++ b/themes/basspistol2025/layouts/partials/svg/calendar.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/themes/basspistol2025/layouts/partials/svg/discog.svg b/themes/basspistol2025/layouts/partials/svg/discog.svg new file mode 100644 index 0000000..00ee5eb --- /dev/null +++ b/themes/basspistol2025/layouts/partials/svg/discog.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/themes/basspistol2025/layouts/partials/svg/gang.svg b/themes/basspistol2025/layouts/partials/svg/gang.svg new file mode 100644 index 0000000..6bff387 --- /dev/null +++ b/themes/basspistol2025/layouts/partials/svg/gang.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/themes/basspistol2025/layouts/partials/svg/now.svg b/themes/basspistol2025/layouts/partials/svg/now.svg new file mode 100644 index 0000000..63778ae --- /dev/null +++ b/themes/basspistol2025/layouts/partials/svg/now.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/themes/basspistol2025/layouts/partials/svg/radio.svg b/themes/basspistol2025/layouts/partials/svg/radio.svg new file mode 100644 index 0000000..f41d1fb --- /dev/null +++ b/themes/basspistol2025/layouts/partials/svg/radio.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/themes/basspistol2025/layouts/partials/svg/video.svg b/themes/basspistol2025/layouts/partials/svg/video.svg new file mode 100644 index 0000000..ff49c08 --- /dev/null +++ b/themes/basspistol2025/layouts/partials/svg/video.svg @@ -0,0 +1,7 @@ + + + + + + +