diff --git a/_data/links.yml b/_data/links.yml index de66ab9..1bbbf0b 100644 --- a/_data/links.yml +++ b/_data/links.yml @@ -1,30 +1,40 @@ - title: Linux Audio url: https://www.linuxaudio.org/ banner: The Audio community for the free and open minded + image: /images/links/Screenshot_20200908_202439.jpg - title: Good Karma Records url: https://www.goodkarma.ru/ banner: Good Karma music for the masses + image: /images/links/Screenshot_20200908_202404.jpg - title: Cytown Records url: http://cytownrecords.com/ banner: Legendary electronics from Copenhagen + image: /images/links/Screenshot_20200908_202010.jpg - title: PopEm Records - url: http://popemrecords.com/ + url: https://www.facebook.com/PopEm-Records-192168987572053/ banner: They might blow up, but they wont go pop! + image: /images/links/31754598_1544769695645302_5533343342533804032_o.jpg - title: Ubuntu Studio url: https://ubuntustudio.org/ banner: The Operative System of choice for any creative human being + image: /images/links/Screenshot_20200908_202955.jpg - title: Rasta Soft url: http://rastasoft.org/ banner: pioneering multimedia on GNU/Linux with many JAH People in the World + image: /images/links/Screenshot_20200908_202921.jpg - title: Dyne.org url: https://www.dyne.org/ banner: Free to share code. Coding to share freedom + image: /images/links/Screenshot_20200908_202215.jpg - title: Alsnet url: http://www.alsenet.com/ banner: The motherweb of basspistol + image: /images/links/alsenet.jpg - title: Gandi.net url: https://www.gandi.net banner: No bullshit, just an open internet. + image: /images/links/Screenshot_20200908_202311.jpg - title: Lynn Smeria url: https://github.com/aengl - banner: Freedom-tool smith and Robot tamer \ No newline at end of file + banner: Freedom-tool smith and Robot tamer + image: /images/links/5022924.png \ No newline at end of file diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 2074151..097c031 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -85,12 +85,16 @@ body { height: auto; min-height: 100px; line-height: .85em; - letter-spacing: -0.11em; + letter-spacing: -0.08em; color: var(--bg-alt); font-size: 12vw; display: inline; opacity: 1; border-radius: var(--border-radius); + position: absolute; + top: 0; + left: 0; + } } } diff --git a/images/links/31754598_1544769695645302_5533343342533804032_o.jpg b/images/links/31754598_1544769695645302_5533343342533804032_o.jpg new file mode 100644 index 0000000..09fd424 Binary files /dev/null and b/images/links/31754598_1544769695645302_5533343342533804032_o.jpg differ diff --git a/images/links/5022924.png b/images/links/5022924.png new file mode 100644 index 0000000..f3a1bec Binary files /dev/null and b/images/links/5022924.png differ diff --git a/images/links/Screenshot_20200908_202010.jpg b/images/links/Screenshot_20200908_202010.jpg new file mode 100644 index 0000000..8b5d741 Binary files /dev/null and b/images/links/Screenshot_20200908_202010.jpg differ diff --git a/images/links/Screenshot_20200908_202215.jpg b/images/links/Screenshot_20200908_202215.jpg new file mode 100644 index 0000000..0c00a27 Binary files /dev/null and b/images/links/Screenshot_20200908_202215.jpg differ diff --git a/images/links/Screenshot_20200908_202311.jpg b/images/links/Screenshot_20200908_202311.jpg new file mode 100644 index 0000000..77292df Binary files /dev/null and b/images/links/Screenshot_20200908_202311.jpg differ diff --git a/images/links/Screenshot_20200908_202404.jpg b/images/links/Screenshot_20200908_202404.jpg new file mode 100644 index 0000000..282ab69 Binary files /dev/null and b/images/links/Screenshot_20200908_202404.jpg differ diff --git a/images/links/Screenshot_20200908_202439.jpg b/images/links/Screenshot_20200908_202439.jpg new file mode 100644 index 0000000..072385f Binary files /dev/null and b/images/links/Screenshot_20200908_202439.jpg differ diff --git a/images/links/Screenshot_20200908_202921.jpg b/images/links/Screenshot_20200908_202921.jpg new file mode 100644 index 0000000..03ced48 Binary files /dev/null and b/images/links/Screenshot_20200908_202921.jpg differ diff --git a/images/links/Screenshot_20200908_202955.jpg b/images/links/Screenshot_20200908_202955.jpg new file mode 100644 index 0000000..a4adc9a Binary files /dev/null and b/images/links/Screenshot_20200908_202955.jpg differ diff --git a/images/links/alsenet.jpg b/images/links/alsenet.jpg new file mode 100644 index 0000000..b57ce8b Binary files /dev/null and b/images/links/alsenet.jpg differ diff --git a/links.html b/links.html index b870ef0..51fa69e 100644 --- a/links.html +++ b/links.html @@ -18,17 +18,27 @@ image: /assets/vid/links.jpg {% assign sorted = site.data.links | sort: 'title' %} {% for post in sorted %} -