broken links
|
@ -1,24 +1,20 @@
|
|||
- title: Ritarn
|
||||
url: http://ritarn.com
|
||||
banner:
|
||||
image: /assets/img/linkbanners/goodkarma%20copy.banner.png
|
||||
image: /images/links/ritarn.jpg
|
||||
- title: Basspistol
|
||||
url: https://basspistol.com
|
||||
banner:
|
||||
image: /assets/img/linkbanners/basspistol_logo3_1mini.png
|
||||
image: /images/links/basspistol.png
|
||||
- title: Alsenet
|
||||
url: http://www.alsenet.com/
|
||||
banner:
|
||||
image: /assets/img/linkbanners/logo-alsenet.png
|
||||
image: /images/links/cropped-logo_alsenet_pv-1-e1466347695561.png
|
||||
- title: Linux Audio
|
||||
url: https://www.linuxaudio.org/
|
||||
banner:
|
||||
image: /assets/img/linkbanners/linuxaudio.png
|
||||
- title: Ubuntu Studio
|
||||
url: http://www.ubuntustudio.org/
|
||||
banner:
|
||||
image: /assets/img/linkbanners/us-logo.png
|
||||
image: /images/links/Screenshot_20200908_202439.jpg
|
||||
- title: Dyne
|
||||
url: https://www.dyne.org/
|
||||
banner:
|
||||
image: /assets/img/linkbanners/moebius-band.png
|
||||
image: /images/links/Screenshot_20200908_202215.jpg
|
BIN
images/links/31754598_1544769695645302_5533343342533804032_o.jpg
Normal file
After Width: | Height: | Size: 239 KiB |
BIN
images/links/5022924.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
images/links/Screenshot_20200908_202010.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
images/links/Screenshot_20200908_202215.jpg
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
images/links/Screenshot_20200908_202311.jpg
Normal file
After Width: | Height: | Size: 244 KiB |
BIN
images/links/Screenshot_20200908_202404.jpg
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
images/links/Screenshot_20200908_202439.jpg
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
images/links/Screenshot_20200908_202921.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
images/links/Screenshot_20200908_202955.jpg
Normal file
After Width: | Height: | Size: 181 KiB |
BIN
images/links/alsenet.jpg
Normal file
After Width: | Height: | Size: 222 KiB |
BIN
images/links/basspistol.png
Normal file
After Width: | Height: | Size: 189 KiB |
BIN
images/links/cropped-logo_alsenet_pv-1-e1466347695561.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
images/links/ritarn.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
28
links.html
|
@ -19,17 +19,27 @@ image: /images/pages/phone.jpg
|
|||
|
||||
{% assign sorted = site.data.links | sort: 'title' %}
|
||||
{% for post in sorted %}
|
||||
<section class="links" style="margin:0;">
|
||||
|
||||
<!-- <div class=linksbg></div> -->
|
||||
<div class="description">
|
||||
<h2>{{ post.title }}</h2>
|
||||
|
||||
<p>{{ post.description }}</p>
|
||||
<p><a href="{{ post.url }}?ref=ToSettoSetto" class="button" rel="noopener" target="_blank">Visit</a></p>
|
||||
</div>
|
||||
<section class="front-section">
|
||||
|
||||
<div style="background-image:url({{ post.image }})">
|
||||
<p class="editor-link"><a href="cloudcannon:collections/_posts/{{ post.path }}" rel="nofollow"
|
||||
class="btn"><strong>✎</strong> Edit Post</a></p>
|
||||
</div>
|
||||
<div class="description">
|
||||
<div class="container">
|
||||
<div class="">
|
||||
<h3>
|
||||
{{ post.banner }}
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p><a class="button" href="{{ post.url }}" rel="noopener" target="_blank">🔗 {{ post.title }}</a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
{% endfor %}
|
||||
|
|