-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 766 Bytes
/
index.html
File metadata and controls
23 lines (21 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: home
author_profile: true
---
<h1 style="color:gray;">a resource of knowledge for musicians building a career online</h1>
<h3 style="color:grey">read through the collections</h3>
<div class="collection__home">
<a href="/narrative/"><h1>new narrative for musicians</h1></a>
</div>
<div class="collection__home">
<a href="/essentials/"><h1>online musician essentials</h1></a>
</div>
<br> </br>
{% comment %}
<a href="/patreon/" style="text-decoration:none; margin: 5em;"><h1>patreon | why and how</h1></a>
{% endcomment %}
{% comment %}
{% for collections in site.collections %}
<a href="{{ collections.relative_directory | slugify }}" style="text-decoration:none; margin: 1.5em"><h1>{{ collections.label }}</h1></a>
{% endfor %}
{% endcomment %}