-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
website.haml
56 lines (51 loc) · 2.32 KB
/
website.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
!!! 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 => 'colspan12-8 push12-2 colspan8-8 colspan6-6 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--cta'}
%h2 Website Credits
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-12 colspan8-8 colspan6-6 colspan2-2 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%h3 Artwork
%ul
%li
%a{:href => 'https://github.com/google/material-design-icons'} Google material design
%li
%a{:href => 'https://www.flickr.com/photos/31246066@N04/'} Community picture
by Ian Sane
%li
CSS Template by
%a{:href => 'http://sass.fffunction.co/'} Sassaparilla
%li
Made with
%a{:href => 'http://sass-lang.com/'} SASS
,
%a{:href => 'http://compass-style.org/'} Compass
and
%a{:href => 'http://haml.info/'} HAML
%br
%br
%div{:class => 'colspan12-12 colspan8-8 colspan6-6 colspan2-2 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%h3 Content
%p
Content curated by the Performance Co-Pilot project.
%p
Thanks to
%a{:href => "http://uauage.org"} Sol Kawage
for help with graphics, layouts and suggestions.
%p
Website repository maintained in git
%a{:href => 'https://github.com/performancecopilot/pcp-website'} here
= Haml::Engine.new(File.read("assets/haml-includes/footer.haml")).render