forked from sapient-global/best-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.hbs
81 lines (56 loc) · 1.22 KB
/
index.hbs
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
authors:
- 'Gerhard Schoder'
- 'Rob Larsen'
- 'Jon Mittlebronn'
- 'Ryan Fitzer'
- 'Holger Hellinger'
- 'Niklas Zillinger'
- 'Sailesh Raghavan'
- 'Kumar Gaurav'
- 'Venkat R Iyer'
- 'Thomas Cowell'
- 'Matt Dales'
- 'Joe Morgan'
- 'Ryan Mitchell'
- 'Cesar Perez'
---
{{> header}}
<div class="twelve columns l-document row">
<header>
<img src="{{assets}}/images/logo.jpg" class="logo" alt="SapientNitro Logo"/>
<h1>Sapient Global Interactive Dev Standards</h1>
{{> nav}}
</header>
<main role="main">
{{> introduction.md}}
{{> general.md}}
{{> validation.md}}
{{> comments.md}}
{{> browserMatrix.md}}
{{> html.md}}
{{> html5.md}}
{{> charachterEncoding.md}}
{{> htmltag.md}}
{{> htmlcomments.md}}
{{> conditionalcomments.md}}
{{> title.md}}
{{> metatags.md}}
{{> including.md}}
{{> favicon.md}}
{{> appletouch.md}}
{{> together.md}}
{{> depricated.md}}
{{> css.md}}
{{> js.md}}
{{> a11y.md}}
{{> rwd.md}}
<h2 id="credits">Credits</h2>
<p>This document is a joint effort by</p>
<ul>
{{#each authors}}
<li>{{this}}</li>
{{/each}}
</ul>
</main>
{{> footer}}