mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
1f9254fd24
without a `:markdown` filter. Switched to a normal link.
25 lines
592 B
Plaintext
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.
|