Skip to content

Install Jivochat script #9

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 3 commits into from
Aug 30, 2018
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
Remove Leandro from team
  • Loading branch information
andersondalmina committed Aug 30, 2018
commit 86298e31343b8323362c54326513b653ebf44fd2
57 changes: 1 addition & 56 deletions dist/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,62 +260,6 @@ <h2>JULIA POSSAMAI</h2>
<span class="icon-star"></span>
</div>
</li>
<li>
<div class="person flex-row">
<div class="avatar flex-column">
<div class="shadow">
<img src="assets/images/team/leandro.jpg" alt="Leandro Lugaresi" width="210" height="210">
</div>
<ul class="flex-row">
<li>
<a href="https://twitter.com/leandrolugaresi" target="_blank">
<span class="icon-twitter"></span>
</a>
</li>
<li>
<a href="https://www.facebook.com/leandro.lugaresi" target="_blank">
<span class="icon-facebook"></span>
</a>
</li>
<li>
<a href="http://www.leandrolugaresi.com.br/" target="_blank">
<span class="icon-earth"></span>
</a>
</li>
<li>
<a href="https://github.com/leandro-lugaresi" target="_blank">
<span class="icon-github"></span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/leandrolugaresi" target="_blank">
<span class="icon-linkedin"></span>
</a>
</li>
</ul>
</div>
<div class="profile flex-column">
<div class="subtitle">
<h2>LEANDRO LUGARESI</h2>
<span></span>
</div>
<p>
Graduado em Análise e Desenvolvimento de Sistemas pela FTEC Bento Gonçalves. Trabalha com
o desenvolvimento em PHP desde 2011, e desde 2013 com Zend Framework 2 e Doctrine 2. Está
sempre buscando aprender mais sobre segurança, performance e modularidade em projetos web.
No seu tempo livre gosta de assistir séries e filmes, ficar ao ar livre, e aproveitar
os momentos com a sua namorada.
</p>
</div>
</div>
<div class="stars flex-row">
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
</div>
</li>
<li>
<div class="person flex-row">
<div class="avatar flex-column">
Expand Down Expand Up @@ -639,6 +583,7 @@ <h2>VOCÊ</h2>
</footer>
</main>


<div class="shadow-layer"></div>

<nav id="menu-mobile">
Expand Down
58 changes: 1 addition & 57 deletions src/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,62 +205,6 @@ <h2>JULIA POSSAMAI</h2>
<span class="icon-star"></span>
</div>
</li>
<li>
<div class="person flex-row">
<div class="avatar flex-column">
<div class="shadow">
<img src="assets/images/team/leandro.jpg" alt="Leandro Lugaresi" width="210" height="210">
</div>
<ul class="flex-row">
<li>
<a href="https://twitter.com/leandrolugaresi" target="_blank">
<span class="icon-twitter"></span>
</a>
</li>
<li>
<a href="https://www.facebook.com/leandro.lugaresi" target="_blank">
<span class="icon-facebook"></span>
</a>
</li>
<li>
<a href="http://www.leandrolugaresi.com.br/" target="_blank">
<span class="icon-earth"></span>
</a>
</li>
<li>
<a href="https://github.com/leandro-lugaresi" target="_blank">
<span class="icon-github"></span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/leandrolugaresi" target="_blank">
<span class="icon-linkedin"></span>
</a>
</li>
</ul>
</div>
<div class="profile flex-column">
<div class="subtitle">
<h2>LEANDRO LUGARESI</h2>
<span></span>
</div>
<p>
Graduado em Análise e Desenvolvimento de Sistemas pela FTEC Bento Gonçalves. Trabalha com
o desenvolvimento em PHP desde 2011, e desde 2013 com Zend Framework 2 e Doctrine 2. Está
sempre buscando aprender mais sobre segurança, performance e modularidade em projetos web.
No seu tempo livre gosta de assistir séries e filmes, ficar ao ar livre, e aproveitar
os momentos com a sua namorada.
</p>
</div>
</div>
<div class="stars flex-row">
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
</div>
</li>
<li>
<div class="person flex-row">
<div class="avatar flex-column">
Expand Down Expand Up @@ -560,4 +504,4 @@ <h2>VOCÊ</h2>

{{> footer}}

</main>
</main>