-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
team.haml
39 lines (36 loc) · 1.74 KB
/
team.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
!!! html
%html
%head
= Haml::Engine.new(File.read("assets/haml-includes/head.haml")).render
%body
= Haml::Engine.new(File.read("assets/haml-includes/navigation.haml")).render
%div{:class => 'site-content'}
%div{:class => 'how-to is-typeset'}
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'logo colspan12-12 colspan8-8 colspan6-6 colspan2-2 as-grid with-gutter'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-8 push12-2 colspan8-8 colspan6-6 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--cta'}
%h2 Maintainers
%p Performance Co-Pilot releases are coordinated by the core team.
%br
%ul
%li
%a{:href => 'https://github.com/andreasgerstmayr'} Andreas Gerstmayr
%li
%a{:href => 'https://github.com/kmcdonell'} Ken McDonell
%li
%a{:href => 'https://github.com/lberk'} Lukas Berk
%li
%a{:href => 'https://github.com/goodwinos'} Mark Goodwin
%li
%a{:href => 'https://github.com/myllynen'} Marko Myllynen
%li
%a{:href => 'https://github.com/natoscott'} Nathan Scott
%br
%p
Bringing together the efforts of a fantastic
%a{:href => 'https://github.com/performancecopilot/pcp/graphs/contributors'} developer community.
= Haml::Engine.new(File.read("assets/haml-includes/footer.haml")).render