Fix the powered by
This commit is contained in:
parent
29af31ef73
commit
b27c40c0c9
@ -58,4 +58,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
|
<hr>
|
||||||
|
<span class='small'>Powered by </span>
|
||||||
|
<a href='http://pivotallabs.com' target='_blank'>
|
||||||
|
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
|
||||||
|
</a>
|
||||||
|
</hr>
|
||||||
</body>
|
</body>
|
||||||
|
14
index.html
14
index.html
@ -56,13 +56,11 @@
|
|||||||
<a href="http://twitter.com/JasmineBDD">Follow @JasmineBDD on Twitter</a>
|
<a href="http://twitter.com/JasmineBDD">Follow @JasmineBDD on Twitter</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr>
|
|
||||||
<span class='small'>
|
|
||||||
Powered by
|
|
||||||
<a href='http://pivotallabs.com' target='_blank'>
|
|
||||||
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
</hr>
|
|
||||||
</section>
|
</section>
|
||||||
|
<hr>
|
||||||
|
<span class='small'>Powered by </span>
|
||||||
|
<a href='http://pivotallabs.com' target='_blank'>
|
||||||
|
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
|
||||||
|
</a>
|
||||||
|
</hr>
|
||||||
</body>
|
</body>
|
||||||
|
@ -11,4 +11,9 @@
|
|||||||
%img{ :src => "/jasmine/images/jasmine_logo.png", :alt => "Jasmine: BDD for your JavaScript" }
|
%img{ :src => "/jasmine/images/jasmine_logo.png", :alt => "Jasmine: BDD for your JavaScript" }
|
||||||
%h3 BDD for JavaScript
|
%h3 BDD for JavaScript
|
||||||
%section{ :class => "content" }= yield
|
%section{ :class => "content" }= yield
|
||||||
|
%hr
|
||||||
|
%span.small Powered by
|
||||||
|
%a{ :href => "http://pivotallabs.com" , :target => '_blank' }
|
||||||
|
%img{ :src => "/jasmine/images/pivotal_logo.gif", :alt => "Pivotal Labs, Inc." }
|
||||||
|
|
||||||
|
|
||||||
|
@ -38,10 +38,4 @@
|
|||||||
%li= link "Project Backlog at Pivotal Tracker", "http://www.pivotaltracker.com/projects/10606", :target => '_blank'
|
%li= link "Project Backlog at Pivotal Tracker", "http://www.pivotaltracker.com/projects/10606", :target => '_blank'
|
||||||
%li
|
%li
|
||||||
%img{:src => "http://twitter-badges.s3.amazonaws.com/t_mini-c.png"}
|
%img{:src => "http://twitter-badges.s3.amazonaws.com/t_mini-c.png"}
|
||||||
= link "Follow @JasmineBDD on Twitter", "http://twitter.com/JasmineBDD"
|
= link "Follow @JasmineBDD on Twitter", "http://twitter.com/JasmineBDD"
|
||||||
|
|
||||||
%hr
|
|
||||||
%span.small
|
|
||||||
Powered by
|
|
||||||
%a{ :href => "http://pivotallabs.com" , :target => '_blank' }
|
|
||||||
%img{ :src => "/jasmine/images/pivotal_logo.gif", :alt => "Pivotal Labs, Inc." }
|
|
Loading…
Reference in New Issue
Block a user