Skip to content

Update /about #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ DEPENDENCIES
slim

BUNDLED WITH
2.1.1
2.1.2
7 changes: 7 additions & 0 deletions source/_history.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ section
#{link_to 'many other new features', '/blog/2014/05/notable-changes-in-rspec-3'}.
Andy Lindeman retired from the team and asked Aaron Kromer to take over as rspec-rails maintainer.

p
| In September 2018 Myron Marston #{link_to 'stepped down as lead RSpec maintainer', 'https://rspec.info/blog/2018/09/jon-rowe-and-sam-phippen-are-rspecs-new-leads/'}
(mirroring Davids 6 year stint) and handed over to Jon Rowe and Penelope Phippen who became
the new lead maintainers of both RSpec and RSpec-Rails. A year later Penelope stepped down
#{link_to 'to focus on rubyfmt', 'https://rspec.info/blog/2019/10/rspec-3-9-has-been-released/'}
leaving Jon Rowe as the lead maintainer of RSpec.

p
| Today, RSpec continues to improve and evolve thanks to the input of a large
community and the work of hundreds of contributors.
56 changes: 34 additions & 22 deletions source/about.html.slim
Original file line number Diff line number Diff line change
@@ -1,47 +1,36 @@
---
title: About RSpec
team:
-
name: Myron Marston
pic: myron_m.png
web: http://myronmars.to/n
twitter: myronmarston
github: myronmarston
-
name: Jon Rowe
pic: jon_r.png
web: http://jonrowe.co.uk
twitter: JonRowe
github: JonRowe
-
name: Sam Phippen
pic: sam_p.png
web: http://samphippen.com/
twitter: samphippen
github: samphippen
name: Benoit Tigeot
pic: benoit_t.png
web: https://benoittgt.github.io/
twitter: Benoit_Tgt
github: benoittgt
-
name: Phil Pirozhkov
pic: phil_p.png
web: https://fili.pp.ru/
twitter:
github: pirj
-
name: Xavier Shay
pic: xavier_s.png
web: http://xaviershay.com
twitter: xshay
github: xaviershay
-
name: Aaron Kromer
pic: aaron_k.png
web: http://aaronkromer.com/
twitter: cupakromer
github: cupakromer
-
name: Yuji Nakayama
pic: yuji_n.png
web: http://yujinakayama.me/
twitter: nkym37
github: yujinakayama
-
name: Bradley Schaefer
pic: bradley_s.png
twitter: soulcutter
github: soulcutter

alumni:
-
Expand Down Expand Up @@ -71,6 +60,12 @@ alumni:
web: http://spicycode.com/
twitter: spicycode
github: spicycode
-
name: Aaron Kromer
pic: aaron_k.png
web: http://aaronkromer.com/
twitter: cupakromer
github: cupakromer
-
name: Justin Ko
pic: justin_k.png
Expand All @@ -88,12 +83,29 @@ alumni:
web: http://patmaddox.com/
twitter: patmaddox
github: patmaddox
-
name: Myron Marston
pic: myron_m.png
web: http://myronmars.to/n
twitter: myronmarston
github: myronmarston
-
name: Penelope Phippen
pic: pen_p.jpg
web: https://penelope.zone
twitter: penelope_zone
github: penelopezone
-
name: Luke Redpath
pic: luke_r.png
web: http://www.lukeredpath.co.uk/
twitter: lukeredpath
github: lukeredpath
-
name: Bradley Schaefer
pic: bradley_s.png
twitter: soulcutter
github: soulcutter
-
name: Brian Takita
pic: brian_t.png
Expand Down
Binary file added source/images/benoit_t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/pen_p.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/phil_p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/sam_p.png
Binary file not shown.
10 changes: 10 additions & 0 deletions source/stylesheets/pages/about.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ div.people {
}

.alumni-list {
img {
height: 102px;
}
h4 {
padding-bottom: 0;
}
Expand Down Expand Up @@ -90,6 +93,13 @@ div.people {
@include shift(1.5);
clear: left;
}

border-radius: 5px;
overflow: hidden;

img {
height: 160px;
}
}
}

Expand Down