Skip to content

Commit

Permalink
V2.1
Browse files Browse the repository at this point in the history
- Remoção do Jquery3.2.1.min.js (vulnerabilidade),
- Correção de 2 pontos de acessibilidade,
- Correção de 1 ponto de praticas recomendadas.
  • Loading branch information
mauricio-tonny committed Mar 30, 2023
1 parent 5de3624 commit 9545bd3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
9 changes: 7 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ h2 {
margin-bottom: 1rem;
}

h3 {
.zz_h3 {
color: #194756;
font-size: 35px;
font-weight: 500;
Expand All @@ -69,7 +69,7 @@ h4 {
color: #194756;
}

h5 {
.zz_5 {
font-size: 28px;
font-weight: 300;
color: #194756;
Expand Down Expand Up @@ -354,6 +354,8 @@ header {
.perspective-phone {
position: relative;
z-index: -1;
width: 50%;
text-align: center;
}

.container.sobre {
Expand All @@ -365,6 +367,9 @@ header {
}

@media (max-width: 768px) {
.perspective-phone {
width: 100%;
}
.container.sobre {
display: block;
}
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="pt">
<!--
Version : 2.0
Version : 2.1
Author : github.com/mauricio-tonny
-->
Expand Down Expand Up @@ -82,7 +82,7 @@ <h1>Bem vindo à Oficina do DEV !</h1>

<div class="section-title wiki">
<small>Sempre aprendendo...</small>
<h3 class="tutor">Tutoriais</h3>
<p class="zz_h3 tutor">Tutoriais</p>
</div>

<div class="section-title dica">
Expand Down Expand Up @@ -195,7 +195,7 @@ <h2>Sobre...</h2>
<div class="container">
<div class="section-title">
<small>Apaixonado por WEB</small>
<h3 class="tutor">O que fazemos</h3>
<p class="zz_h3 tutor">O que fazemos</p>
</div>

<ul class="nav nav-tabs nav-justified" role="tablist">
Expand Down Expand Up @@ -263,7 +263,7 @@ <h2>O que seria suporte?</h2>
<div class="container">
<div class="section-title">
<small>Que tal me conhecer?</small>
<h3 class="tutor">Quem sou eu...</h3>
<p class="zz_h3 tutor">Quem sou eu...</p>
</div>

<div class="testimonials owl-carousel">
Expand All @@ -274,14 +274,14 @@ <h3 class="tutor">Quem sou eu...</h3>
<div class="AboutDescription">
<p class="blockquote">Eng. de Telecom por formação, Desenvolvedor Magento e Estudante por Continuidade.</p>
<p class="blockquote">Apaixonado por gestão financeira e administrativa, fanático por <span style="font-style: italic; font-weight: 400;">do it yourself</span>. Organizado, objetivo e metódico que nas horas vagas irá revolucionar o mundo com um motor AP.</p>
<h5 class="mt-4 mb-2">Mauricio Silva</h5>
<p class="zz_5 mt-4 mb-2">Mauricio Silva</p>
</div>
</div>
<div class="testimonials-single Rt">
<div class="AboutDescription">
<span class="blockquote">Full-Stack Developer, Especialista em Magento 2, trabalho com comércio eletrônico á mais de 10 anos.</span>
<span class="blockquote">Sou Ciclista, Corredor de Rua, Pescador, apaixonado por Xadrez e Tecnologia.</span>
<h5 class="mt-4 mb-2">Roger Takemiya</h5>
<p class="zz_5 mt-4 mb-2">Roger Takemiya</p>
</div>
<div class="AboutPicture">
<img src="images/rogertakemiya.png" width="150" height="134" alt="Roger Takemiya" class="client-img">
Expand Down Expand Up @@ -331,7 +331,7 @@ <h5 class="mt-4 mb-2">Roger Takemiya</h5>
</footer>

<!-- jQuery and Bootstrap -->
<script src="js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Plugins JS -->
<script src="js/owl.carousel.min.js"></script>
Expand Down
Loading

0 comments on commit 9545bd3

Please sign in to comment.