|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | -{% include head.html %} |
4 | | -<body> |
5 | | - {% include header.html %} |
| 3 | + {% include head.html %} |
| 4 | + <body> |
| 5 | + {% include header.html %} |
6 | 6 |
|
7 | | - <div class="top"> |
8 | | - <div class="container home-header"> |
9 | | - <img class="logo grow img-responsive" src="{{ "/assets/images/logo.png" | prepend: site.baseurl }}" alt=""> |
10 | | - <h1> |
11 | | - Standalone test spies, stubs and mocks for JavaScript. <br> |
| 7 | + <div class="top"> |
| 8 | + <div class="container home-header"> |
| 9 | + <img class="logo grow img-responsive" src="{{ "/assets/images/logo.png" |
| 10 | + | prepend: site.baseurl }}" alt=""> |
| 11 | + <h1> |
| 12 | + Standalone test spies, stubs and mocks for JavaScript. |
| 13 | + <br /> |
12 | 14 | Works with any unit testing framework. |
13 | | - </h1> |
| 15 | + </h1> |
14 | 16 |
|
| 17 | + <p class="btn-top text-center"> |
| 18 | + <a class="btn btn-primary" href="#get-started">Get Started</a> |
| 19 | + <a |
| 20 | + class="btn btn-default" |
| 21 | + target="blank" |
| 22 | + href="https://github.com/sinonjs/sinon" |
| 23 | + ><img src="{{ "/assets/images/github.png" | prepend: site.baseurl |
| 24 | + }}" alt="">Star Sinon.JS on Github</a |
| 25 | + > |
| 26 | + </p> |
15 | 27 |
|
16 | | - |
17 | | - <p class="btn-top text-center"> |
18 | | - <a class="btn btn-primary" href="#get-started">Get Started</a> |
19 | | - <a class="btn btn-default" target="blank" href="https://github.com/sinonjs/sinon"><img src="{{ "/assets/images/github.png" | prepend: site.baseurl }}" alt="">Star Sinon.JS on Github</a> |
20 | | - </p> |
21 | | - |
22 | | - <div class="backed"> |
23 | | - <div class="wrap"> |
24 | | - <p class="centre-line"><span>Proudly Backed By</span></p> |
25 | | - <div class="people"> |
26 | | - <a href="https://opencollective.com/sinon/"><img src="https://opencollective.com/sinon/backer/0/avatar.svg"></a> |
27 | | - <a href="https://opencollective.com/sinon/"><img src="https://opencollective.com/sinon/backer/1/avatar.svg"></a> |
| 28 | + <div class="backed"> |
| 29 | + <div class="wrap"> |
| 30 | + <p class="centre-line"> |
| 31 | + <span>Proudly Backed By</span> |
| 32 | + </p> |
| 33 | + <div class="people"> |
| 34 | + <a href="https://opencollective.com/sinon/" |
| 35 | + ><img |
| 36 | + src="https://opencollective.com/sinon/backer/0/avatar.svg" |
| 37 | + /></a> |
| 38 | + <a href="https://opencollective.com/sinon/" |
| 39 | + ><img |
| 40 | + src="https://opencollective.com/sinon/backer/1/avatar.svg" |
| 41 | + /></a> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + <div class="backer"> |
| 45 | + <span |
| 46 | + >Become a backer and support Sinon.JS with a monthly |
| 47 | + donation.</span |
| 48 | + > |
| 49 | + <a |
| 50 | + class="btn btn-primary" |
| 51 | + target="blank" |
| 52 | + href="https://opencollective.com/sinon/" |
| 53 | + >Become a backer</a |
| 54 | + > |
28 | 55 | </div> |
29 | | - </div> |
30 | | - <div class="backer"> |
31 | | - <span>Become a backer and support Sinon.JS with a monthly donation.</span> |
32 | | - <a class="btn btn-primary" target="blank" href="https://opencollective.com/sinon/">Become a backer</a> |
33 | 56 | </div> |
34 | 57 | </div> |
35 | 58 | </div> |
36 | | - </div> |
37 | 59 |
|
38 | | - <div class="content"> |
39 | | - <div class="container container-2"> |
40 | | - {{ content }} |
| 60 | + <div class="content"> |
| 61 | + <div class="container container-2">{{ content }}</div> |
41 | 62 | </div> |
42 | | - </div> |
43 | 63 |
|
44 | | - {% include footer.html %} |
45 | | -</body> |
| 64 | + {% include footer.html %} |
| 65 | + </body> |
46 | 66 | </html> |
0 commit comments