Skip to content

Commit 858ed71

Browse files
feat: adiciona projetos
1 parent 34413d9 commit 858ed71

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed

assets/images/sicredi.jpg

36.6 KB
Loading

assets/images/volvo.jpg

21.4 KB
Loading

index.html

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,36 @@ <h2 class="title">Projects</h2>
328328
</header>
329329
<div class="testimonials swiper">
330330
<div class="swiper-wrapper">
331+
<div class="testimonial swiper-slide">
332+
<blockquote>
333+
<a href="https://apps.apple.com/br/app/sicredi-para-smartphone/id1041468908" target="_blank">
334+
<img src="assets/images/sicredi.jpg" alt="Foto do projeto Sicredi" />
335+
</a>
336+
<cite>
337+
<a href="https://apps.apple.com/br/app/sicredi-para-smartphone/id1041468908" target="_blank"><i class="icon-log-in"></i></a>
338+
Project Sicredi - I'm working with React Native and iOS, responsible for the consortium services module.
339+
</cite>
340+
</blockquote>
341+
</div>
342+
<div class="testimonial swiper-slide">
343+
<blockquote>
344+
<a href="https://apps.apple.com/br/app/banco-volvo/id6443882945" target="_blank">
345+
<img src="assets/images/volvo.jpg" alt="Foto do projeto Banco Volvo" />
346+
</a>
347+
<cite>
348+
<a href="https://apps.apple.com/br/app/banco-volvo/id6443882945" target="_blank"><i class="icon-log-in"></i></a>
349+
Project Banco Volvo - I'm working with React Native and iOS, responsible for the consortium services module.
350+
</cite>
351+
</blockquote>
352+
</div>
331353
<div class="testimonial swiper-slide">
332354
<blockquote>
333355
<a href="https://play.google.com/store/apps/details?id=br.com.realizecfi.orbi&hl=pt_BR" target="_blank">
334356
<img src="assets/images/orbi_bank.png" alt="Foto do projeto Orbi Bank" />
335357
</a>
336358
<cite>
337359
<a href="https://play.google.com/store/apps/details?id=br.com.realizecfi.orbi&hl=pt_BR" target="_blank"><i class="icon-log-in"></i></a>
338-
Project Orbi Bank developed on Lojas Renner SA, I've used native iOS(Swift) and Android(Kotlin) for it.
360+
Project Orbi Bank by Lojas Renner SA, I've used iOS(Swift) and Android(Kotlin) working on the Account module.
339361
</cite>
340362
</blockquote>
341363
</div>
@@ -350,7 +372,7 @@ <h2 class="title">Projects</h2>
350372
target="_blank">
351373
<i class="icon-log-in"></i>
352374
</a>
353-
Project Gestão da Internação developed on Unimed POA, I've used native iOS(Swift) for it.
375+
Project Gestão da Internação which I've developed at Unimed POA, I've used iOS(Swift) for this one.
354376
</cite>
355377
</blockquote>
356378
</div>
@@ -365,7 +387,7 @@ <h2 class="title">Projects</h2>
365387
target="_blank">
366388
<i class="icon-github"></i>
367389
</a>
368-
Project NewsApp developed by me, I've used native iOS(UIKit) and VIPER-C for it.
390+
Project NewsApp developed by me, I've used iOS(Swift) for this one.
369391
</cite>
370392
</blockquote>
371393
</div>
@@ -377,7 +399,7 @@ <h2 class="title">Projects</h2>
377399
<cite>
378400
<a href="https://vemser-linkedin-mu.vercel.app/" target="_blank"><i class="icon-log-in"></i></a>
379401
<a href="https://github.com/vitor-scheffer/Ny-times" target="_blank"><i class="icon-github"></i></a>
380-
Project clone LikedIn modified, I've used HTML and CSS for it.
402+
Project clone LikedIn modified, I've used HTML and CSS for this one.
381403
</cite>
382404
</blockquote>
383405
</div>
@@ -396,7 +418,7 @@ <h2 class="title">Projects</h2>
396418
target="_blank">
397419
<i class="icon-github"></i>
398420
</a>
399-
Project beautysalon. developed in NLW (Rockseat).
421+
Project beautysalon. developed on the NextLevelWeek (Rockseat).
400422
</cite>
401423
</blockquote>
402424
</div>
@@ -408,7 +430,7 @@ <h2 class="title">Projects</h2>
408430
<cite>
409431
<a href="https://ny-times-ruby.vercel.app/" target="_blank"><i class="icon-log-in"></i></a>
410432
<a href="https://github.com/vitor-scheffer/Ny-times" target="_blank"><i class="icon-github"></i></a>
411-
Project developed with The New York Times API and I've used ReactJS for it.
433+
Project developed through The New York Times API and I've used ReactJS for this one.
412434
</cite>
413435
</blockquote>
414436
</div>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ nav.show div.icon-close {
729729
border-radius: 0.5rem;
730730
margin-bottom: 1rem;
731731
max-width: 650px;
732-
max-height: 400px;
732+
max-height: 320px;
733733
transition: 0.3s;
734734
}
735735

0 commit comments

Comments
 (0)