-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.27 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: front
title: "The Funklet"
---
<div id="posts">
{% for post in site.posts %}
<a href="{{ post.url }}"
class="link"
data-title="{{ post.title }}"
data-drummer="{{ post.who }}"
data-year="{{ post.year }}"
data-posted="{{ post.date }}">
<span class="image" style="background-image:url(/images/{{ post.image }})"></span>
<span class="title">{{ post.who }}, “{{ post.title }}”</span>
</a>
{% endfor %}
</div>
<div id="about">
<p>The Funklet?<p>
<p>Every drummer on this website has great feel — duh. Beyond feel, they are also reat composers.</p>
<p>Think of the drums set as a three key piano. Instead of strings, the hammers hit tubular wooden shells covered with stretched animal hides. Actually, just think of a drum set.</p>
<p>These beats are clever melodic phrases that translate across different timbers. You can play “Yesterday” on the oboe. You can play “Cold Sweat” on an 808. Dig?</p>
<p>If you are looking for more anecdotes and technical advice, check out Jim Payne’s <em>The Drummers Some!</em> and Stanton Moore’s <em>Groove Alchemy</em>, respectively.</p>
<p>Enjoy the website. I enjoy making it. If you anything creative with the beats you find here, let me know.</p>
</div>