mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
25 lines
700 B
Plaintext
25 lines
700 B
Plaintext
# humanstxt.org/
|
|
# The humans responsible & technology colophon
|
|
|
|
# TEAM
|
|
|
|
<% for person in data.humans.team %>
|
|
<%= person.name %> -- <%= person.role %> -- @<%= person.twitter %>
|
|
<% end %>
|
|
|
|
# THANKS
|
|
|
|
<% for person in data.humans.contributors %>
|
|
<%= person.name %> -- <%= person.role %> -- @<%= person.twitter %>
|
|
<% end %>
|
|
<% for person in data.humans.thanks %>
|
|
<%= person.name %>
|
|
<% end %>
|
|
|
|
# TECHNOLOGY COLOPHON
|
|
|
|
<% for tech in data.humans.markup %><%= tech.name %>, <% end %>
|
|
<% for tech in data.humans.style %><%= tech.name %>, <% end %>
|
|
<% for tech in data.humans.behavior %><%= tech.name %>, <% end %>
|
|
<% for tech in data.humans.misc %><%= tech.name %>, <% end %>iTerm
|