10000 Master by ErickPetru · Pull Request #460 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

Master #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 4, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Entry Page
  • Loading branch information
danielschmitz committed Oct 4, 2016
commit 152884ea53cbbcba8444e57bac259a4a68d92f8b
8 changes: 4 additions & 4 deletions src/support-vuejs/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Support Vue.js Development
# Ajude no desenvolvimento do Vue.js

<a href="https://www.patreon.com/evanyou" target="_blank">
<img style="width:120px" src="https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon.png">
<span>Support Vue.js on Patreon (recurring pledge)</span>
<span>Ajude o Vue.js no Patreon (pagamento mensal)</span>
</a>

<a href="https://www.paypal.me/evanyou" target="_blank">
<img style="width:120px" src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-200px.png">
<span>Donate via PayPal (one time)</span>
<span>Doe via PayPal (único pagamento)</span>
</a>

## Current premium sponsors:
## Atuais mantedores premium:

<p style="text-align: center; margin-bottom: 60px" class="sponsors-page">
<a href="https://itunescn.com">
Expand Down
24 changes: 12 additions & 12 deletions themes/vue/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</div><div class="right">
<h2 class="vue">Vue.js</h2>
<h1>
The Progressive<br>JavaScript Framework
O Framework Javascript<br>Progressivo
</h1>
<p>
<a class="button" href="/guide/">GET STARTED</a>
<a class="button" href="/guide/">COMEÇAR</a>
<a class="button white" href="https://github.com/vuejs/vue" target="_blank">GITHUB</a>
</p>
</div>
Expand All @@ -24,37 +24,37 @@
<div id="highlights">
<div class="inner">
<div class="point">
<h2>Approachable</h2>
<p>Already know HTML, CSS and JavaScript? Read the guide and start building things in no time!</p>
<h2>Acessível</h2>
<p>Todos conhecem HTML, CSS e JavaScript? Leia o guia e comece a criar aplicações sem perder tempo!</p>
</div>

<div class="point">
<h2>Versatile</h2>
<p>Simple, minimal core with an incrementally adoptable stack that can handle apps of any scale.</p>
<h2>Versátil</h2>
<p>Simples, núcleo mínimo com uma adaptabilidade incremental em camadas que podem lidar com aplicações em qualquer escala.</p>
</div>

<div class="point">
<h2>Performant</h2>
<h2>Performático</h2>
<p>
16kb min+gzip Runtime<br>
Blazing Fast Virtual DOM<br>
Minimal Optimization Efforts
Virtual DOM incrível e rápido<br>
Mínimo esforço para otimizações
</p>
</div>
</div>
</div>

<div id="sponsors">
<div class="inner">
<h3>PROUDLY SPONSORED BY</h3>
<h3>ORGULHOSAMENTE MANTIDO POR</h3>
<%- partial('partials/sponsors') %>
<br>
<a class="become-sponsor button white" href="/support-vuejs/">Become a Backer</a>
<a class="become-sponsor button white" href="/support-vuejs/">Seja um Patrocinador</a>
</div>
</div>

<div id="footer">
Released under the <a href="https://opensource.org/licenses/MIT" href="_blank">MIT License</a><br>
Distribuído sob a <a href="https://opensource.org/licenses/MIT" href="_blank">Licença MIT</a><br>
Copyright &copy; 2014-<%- new Date().getFullYear() %> Evan You
</div>
8000
Expand Down
2 changes: 1 addition & 1 deletion themes/vue/layout/partials/community_dropdown.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li class="nav-dropdown-container">
<a class="nav-link">Community</a><span class="arrow"></span>
<a class="nav-link">Comunidade</a><span class="arrow"></span>
<ul class="nav-dropdown">
<li><a href="https://github.com/vuejs/vue" class="nav-link" target="_blank">GitHub</a></li>
<li><a href="http://forum.vuejs.org" class="nav-link" target="_blank">Forum</a></li>
Expand Down
4 changes: 2 additions & 2 deletions themes/vue/layout/partials/main_menu.ejs
8000
Original file line numberDiff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<input type="text" id="search-query-<%- context %>" class="search-query st-default-search-input">
</form>
</li>
<li><a href="/guide/" class="nav-link<%- page.path.match(/guide/) ? ' current' : '' %>">Guide</a></li>
<li><a href="/guide/" class="nav-link<%- page.path.match(/guide/) ? ' current' : '' %>">Guia</a></li>
<li><a href="/api/" class="nav-link<%- page.path.match(/api/) ? ' current' : '' %>">API</a></li>
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">Examples</a></li>
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">Exemplos</a></li>
<li><a href="https://medium.com/the-vue-point" target="_blank" class="nav-link<%- page.path.match(/blog/) ? ' current' : '' %>">Blog</a></li>
<%- partial('partials/community_dropdown') %>
2 changes: 1 addition & 1 deletion themes/vue/layout/partials/sidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div id="donate" style="margin-bottom: 20px">
<span class="wrapper" style="width: 110px">
<img src="/images/patreon.png">
<a href="/support-vuejs">Support Vue.js</a>
<a href="/support-vuejs">Ajude o Vue.js</a>
</span>
</div>
<h2>
Expand Down
0