sass-site/source/styleguide/team.html.haml
Chris Eppstein 1f9254fd24 Haml != Markdown
without a `:markdown` filter. Switched to a normal link.
2013-10-15 16:29:25 -07:00

25 lines
592 B
Plaintext

---
title: Team Sass Design
---
%p.introduction
%strong Team Sass Design
is a task force who redesigned the brand and website for Sass.
%ul
- data.team.crew.each do |member|
%li
= succeed "," do
= link_to member.name, member.link
= member.role
%p And these amazing people provided initial discussion and feedback:
%ul
- data.team.feedback.each do |member|
%li= link_to member.name, member.link
%p
Additionally, many people attending <a href="http://sassconf.com">SassConf 2013</a> jumped
in and helped get the site deployed. Many thanks for that.