Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #43 from locaweb/update-doc
Browse files Browse the repository at this point in the history
Atualizando links da documentação
  • Loading branch information
renatonitta committed Jun 15, 2015
2 parents 0c95274 + 20f1b3e commit e676ec4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ title: Locaweb Style

<div class="highbtn txtCenter">
<a class="btn btn-primary btn-large" href="<%= base_url %>/manual/introducao/como-usar/" tabindex="3" role="button">Use agora</a>
<a class="btn btn-large" href="https://github.com/locaweb/locawebstyle/" tabindex="3" role="button">Github</a>
<a class="btn btn-large" href="<%= base_url %>/changelog" tabindex="3" role="button">Changelog</a>
<a class="btn btn-large" href="https://github.com/locaweb/locawebstyle-v1/" tabindex="3" role="button">Github</a>
<a class="btn btn-large" href="https://github.com/locaweb/locawebstyle-v1/releases" tabindex="3" role="button">Changelog</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -61,9 +61,9 @@ title: Locaweb Style
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51cdc3552ecf7080"></script>
<!-- AddThis Button END -->

<iframe class="githubbtn" src="http://ghbtns.com/github-btn.html?user=locaweb&amp;repo=locawebstyle&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="165" height="20"></iframe>
<iframe class="githubbtn" src="http://ghbtns.com/github-btn.html?user=locaweb&amp;repo=locawebstyle-v1&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="165" height="20"></iframe>
<!-- <iframe class="githubbtn" src="http://ghbtns.com/github-btn.html?user=locaweb&repo=locawebstyle&type=follow&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="165" height="20"></iframe> -->
<iframe class="githubbtn" src="http://ghbtns.com/github-btn.html?user=locaweb&amp;repo=locawebstyle&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe class="githubbtn" src="http://ghbtns.com/github-btn.html?user=locaweb&amp;repo=locawebstyle-v1&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>

</div>
</section>
Expand All @@ -72,4 +72,4 @@ title: Locaweb Style
<br>
<br>
<br>
<p class="txtCenter"><a href="<%= base_url %>">Procurando a documentação da v2? Clique aqui.</a></p>
<p class="txtCenter"><a href="http://opensource.locaweb.com.br/locawebstyle">Procurando a documentação da v3? Clique aqui.</a></p>
2 changes: 1 addition & 1 deletion source/partials/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<header id="topbar" class="clearfix">
<div class="limit">
<!-- <h1 class="logo"><a href="#"><img src="/assets/img/manual/logo.png" alt="Locaweb Hosting"></a></h1> -->
<h1 class="logo"><a href="<%= base_url %>">LOCAWEB STYLE</a></h1>
<h1 class="logo"><a href="<%= base_url %>/">LOCAWEB STYLE</a></h1>
<ul class="social-links">
<!-- <li><a href="#"><%= image_tag 'manual/ico-facebook.png', :alt => 'Nosso Facebook',:class => 'img-facebook' %></a> -->
<li><a href="http://twitter.com/locawebdevnet"><%= image_tag 'manual/ico-twitter.png', :alt => 'Nosso Twitter',:class => 'img-twitter' %></a>
Expand Down

0 comments on commit e676ec4

Please sign in to comment.