fix last things

This commit is contained in:
Set Hallstrom 2020-09-08 20:45:52 +02:00
parent 30082d4d8d
commit f44e52cd57
13 changed files with 36 additions and 12 deletions

View file

@ -1,30 +1,40 @@
- title: Linux Audio - title: Linux Audio
url: https://www.linuxaudio.org/ url: https://www.linuxaudio.org/
banner: The Audio community for the free and open minded banner: The Audio community for the free and open minded
image: /images/links/Screenshot_20200908_202439.jpg
- title: Good Karma Records - title: Good Karma Records
url: https://www.goodkarma.ru/ url: https://www.goodkarma.ru/
banner: Good Karma music for the masses banner: Good Karma music for the masses
image: /images/links/Screenshot_20200908_202404.jpg
- title: Cytown Records - title: Cytown Records
url: http://cytownrecords.com/ url: http://cytownrecords.com/
banner: Legendary electronics from Copenhagen banner: Legendary electronics from Copenhagen
image: /images/links/Screenshot_20200908_202010.jpg
- title: PopEm Records - 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! banner: They might blow up, but they wont go pop!
image: /images/links/31754598_1544769695645302_5533343342533804032_o.jpg
- title: Ubuntu Studio - title: Ubuntu Studio
url: https://ubuntustudio.org/ url: https://ubuntustudio.org/
banner: The Operative System of choice for any creative human being banner: The Operative System of choice for any creative human being
image: /images/links/Screenshot_20200908_202955.jpg
- title: Rasta Soft - title: Rasta Soft
url: http://rastasoft.org/ url: http://rastasoft.org/
banner: pioneering multimedia on GNU/Linux with many JAH People in the World banner: pioneering multimedia on GNU/Linux with many JAH People in the World
image: /images/links/Screenshot_20200908_202921.jpg
- title: Dyne.org - title: Dyne.org
url: https://www.dyne.org/ url: https://www.dyne.org/
banner: Free to share code. Coding to share freedom banner: Free to share code. Coding to share freedom
image: /images/links/Screenshot_20200908_202215.jpg
- title: Alsnet - title: Alsnet
url: http://www.alsenet.com/ url: http://www.alsenet.com/
banner: The motherweb of basspistol banner: The motherweb of basspistol
image: /images/links/alsenet.jpg
- title: Gandi.net - title: Gandi.net
url: https://www.gandi.net url: https://www.gandi.net
banner: No bullshit, just an open internet. banner: No bullshit, just an open internet.
image: /images/links/Screenshot_20200908_202311.jpg
- title: Lynn Smeria - title: Lynn Smeria
url: https://github.com/aengl url: https://github.com/aengl
banner: Freedom-tool smith and Robot tamer banner: Freedom-tool smith and Robot tamer
image: /images/links/5022924.png

View file

@ -85,12 +85,16 @@ body {
height: auto; height: auto;
min-height: 100px; min-height: 100px;
line-height: .85em; line-height: .85em;
letter-spacing: -0.11em; letter-spacing: -0.08em;
color: var(--bg-alt); color: var(--bg-alt);
font-size: 12vw; font-size: 12vw;
display: inline; display: inline;
opacity: 1; opacity: 1;
border-radius: var(--border-radius); border-radius: var(--border-radius);
position: absolute;
top: 0;
left: 0;
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

BIN
images/links/5022924.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

BIN
images/links/alsenet.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

View file

@ -18,16 +18,26 @@ image: /assets/vid/links.jpg
{% assign sorted = site.data.links | sort: 'title' %} {% assign sorted = site.data.links | sort: 'title' %}
{% for post in sorted %} {% for post in sorted %}
<section class="links" style="margin:0;"> <section class="front-section">
<!-- <div class=linksbg></div> --> <div style="background-image:url({{ post.image }})">
<div class="description"> <p class="editor-link"><a href="cloudcannon:collections/_posts/{{ post.path }}" rel="nofollow"
<h2>{{ post.title }}</h2> class="btn"><strong>&#9998;</strong> Edit Posy</a></p>
</div>
<div class="description">
<div class="container">
<div class="">
<h3>
{{ post.banner }}
</h3>
</div>
<p>{{ post.description }}</p> <div>
<p><a href="{{ post.url }}?ref=ToSettoSetto" class="button" rel="noopener" target="_blank">Visit</a></p> <p><a class="button" href="{{ post.url }}" rel="noopener" target="_blank">{{ post.title }}</a></p>
</div> </div>
</div>
</div>
</section> </section>