Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ <h1>@tryflowk</h1>
<a class="link-btn" href="https://github.com/tryflowk/dia" target="_blank" rel="noopener noreferrer">
☀️ DIA
</a>
<a class="link-btn" href="https://github.com/tryflowk/verb" target="_blank" rel="noopener noreferrer">
🗣️ VERB
<a class="link-btn" href="https://github.com/tryflowk/verba" target="_blank" rel="noopener noreferrer">
🗣️ VERBA
</a>
<a class="link-btn secondary" href="portfolio.html">
📂 Ver página com todos os projetos
Expand Down
6 changes: 3 additions & 3 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ <h2>DIA</h2>
</article>

<article class="card">
<h2>VERB</h2>
<p>Projeto VERB disponível no GitHub.</p>
<a href="https://github.com/tryflowk/verb" target="_blank" rel="noopener noreferrer">Abrir no GitHub →</a>
<h2>VERBA</h2>
<p>Projeto VERBA disponível no GitHub.</p>
<a href="https://github.com/tryflowk/verba" target="_blank" rel="noopener noreferrer">Abrir no GitHub →</a>
</article>
</section>

Expand Down