---
title: Links
subtitle: Links
description: >-
Venture outside of your daily web-routine, read about some real projects.
These links are way more than just Friends and Resources
tags:
- links
- music
- record
- labels
- resources
- friends
video_path: /assets/vid/links.mp4
image: /assets/img/linkbg.jpg
---
{% include relBase.html %}
{{ page.title }}
{{ page.description }}
{% assign sorted = site.data.links | sort: 'title' %}
{% for link in sorted %}
{{ link.title }}
{{ link.banner }}
{% endfor %}
{% include footer.html %}