mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Update team page and make minor Firefox-related CSS fixes
This commit is contained in:
parent
99425d6fa3
commit
d0ceca20f1
@ -1,30 +1,15 @@
|
||||
crew:
|
||||
- name: Jina Bolton
|
||||
link: http://jina.me
|
||||
role: design, code, content
|
||||
- name: Bermon Painter
|
||||
link: http://bermonpainter.com/
|
||||
role: design, code, content
|
||||
- name: Michael Parenteau
|
||||
link: http://michaelparenteau.com/
|
||||
role: design, code, content
|
||||
- name: Chris Eppstein
|
||||
link: http://chriseppstein.github.io/
|
||||
role: code, content
|
||||
|
||||
core:
|
||||
- name: Nathan Weizenbaum
|
||||
link: http://nex-3.com/
|
||||
role: code, content
|
||||
- name: Chris Eppstein
|
||||
link: http://chriseppstein.github.io/
|
||||
- name: Hampton Catlin
|
||||
link: http://www.hamptoncatlin.com/
|
||||
role: code, content
|
||||
- name: Michael Catlin
|
||||
link: http://www.mjlcatlin.com/
|
||||
role: content
|
||||
|
||||
feedback:
|
||||
- name: Brandon Mathis
|
||||
link: http://brandonmathis.com/
|
||||
- name: Josh Puckett
|
||||
link: http://dribbble.com/joshpuckett
|
||||
- name: Max Schoening
|
||||
link: http://maximilian.io/
|
||||
|
@ -51,8 +51,12 @@
|
||||
|
||||
.list-columns {
|
||||
@extend %list-columns;
|
||||
text-align: center;
|
||||
|
||||
h3 { text-align: center; }
|
||||
h3 { display: inline-block; }
|
||||
|
||||
p,
|
||||
dl { text-align: left; }
|
||||
|
||||
@include breakpoint($tablet-large) {
|
||||
> li {
|
||||
|
@ -4,21 +4,30 @@ title: Team Sass Design
|
||||
|
||||
%p.introduction
|
||||
%strong Team Sass Design
|
||||
is a task force who redesigned the brand and website for Sass.
|
||||
is a design task force who redesigned the brand and website for Sass. You
|
||||
can
|
||||
= link_to "follow us on Twitter", "http://twitter.com/teamsassdesign"
|
||||
for site and design announcements.
|
||||
|
||||
%ul
|
||||
- data.team.crew.each do |member|
|
||||
%li
|
||||
= succeed "," do
|
||||
= link_to member.name, member.link
|
||||
= member.role
|
||||
%dl
|
||||
%dt Team Sass Design:
|
||||
%dd
|
||||
%ul
|
||||
%li
|
||||
= succeed "," do
|
||||
= link_to "Jina", "http://jina.me"
|
||||
team lead
|
||||
- data.team.crew.each do |member|
|
||||
%li= link_to member.name, member.link
|
||||
|
||||
%p And these amazing people provided initial discussion and feedback:
|
||||
|
||||
%ul
|
||||
- data.team.feedback.each do |member|
|
||||
%li= link_to member.name, member.link
|
||||
%dl
|
||||
%dt Major website contributors
|
||||
%dd
|
||||
%ul
|
||||
- data.team.core.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.
|
||||
Additionally, many people attending
|
||||
<a href="http://sassconf.com">SassConf 2013</a> jumped in and helped get the
|
||||
site deployed. Many thanks for that.
|
||||
|
Loading…
Reference in New Issue
Block a user