Fix menu height and create new project · iFalcao/iFalcao.github.io@4024c2b · GitHub
Skip to content

Commit 4024c2b

Browse files
committed
Fix menu height and create new project
1 parent 24d828f commit 4024c2b

3 files changed

Lines changed: 27 additions & 7 deletions

File tree

css/style.css

Lines changed: 1 addition & 1 deletion

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,25 @@ <h3 class="projeto-unidade--ruim"><i class="fa fa-frown-o" aria-hidden="true"></
175175
<a href="https://github.com/iFalcao/Rest-Notas" target="_blank" title="Get the code" class="link_repositorio"><i class="fa fa-code" aria-hidden="true"></i> Repository</a>
176176
</article>
177177

178+
<article class="projeto-unidade anime">
179+
<h4 class="projeto-unidade__titulo text-center"><i class="fa fa-arrow-right" aria-hidden="true"></i> Task Manager API</h4>
180+
<p class="projeto-unidade__descricao text-center">
181+
Restful API built with Ruby to power web and mobile applications.
182+
</p>
183+
<h3 class="projeto-unidade--bom">
184+
<i class="fa fa-smile-o" aria-hidden="true"></i> Good
185+
</h3>
186+
<p class="projeto-unidade__qualidade-paragrafo">
187+
</p>
188+
<h3 class="projeto-unidade--ruim">
189+
<i class="fa fa-frown-o" aria-hidden="true"></i> Bad
190+
</h3>
191+
<p class="projeto-unidade__qualidade-paragrafo">
192+
<br>
193+
</p>
194+
<a href="https://github.com/iFalcao/Rest-Notas" target="_blank" title="Get the code" class="link_repositorio"><i class="fa fa-code" aria-hidden="true"></i> Repository</a>
195+
</article>
196+
178197
<a href="#pagina-principal" title="Back to the top of the page" class="botao-topo text-center"><i class="fa fa-arrow-circle-up fa-4x" aria-hidden="true"></i></a>
179198
</div>
180199
</div>

javascript/app.js

Lines changed: 7 additions & 6 deletions

0 commit comments

Comments
 (0)