Skip to content

Commit 4083e1e

Browse files
Merge pull request #40 from RecodeJr/produtos.html
2 parents d0781e4 + 772a102 commit 4083e1e

4 files changed

Lines changed: 31 additions & 24 deletions

File tree

css/style.css

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ color: #fff;
314314
line-height:20px;
315315
margin:17px 32px;
316316
transition:all 0.3s ease-in-out;
317-
-moz-transition:all 0.3s ease-in-out;
318-
-webkit-transition:all 0.3s ease-in-out;
319317
}
320318

321319
.main-nav li a:hover{
@@ -541,6 +539,10 @@ img {
541539
.show {
542540
display: block;
543541
}
542+
543+
.portfolioContainer{
544+
max-width: 1140px;
545+
}
544546

545547

546548
/* no transition on .isotope container */
@@ -1017,10 +1019,6 @@ color: #3AC2C2;
10171019
.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
10181020
color: #269c9c !important;
10191021
}
1020-
1021-
.portfolioContainer{
1022-
max-width: 1140px;
1023-
}
10241022
.paddind_footer{
10251023
padding-bottom: 0 !important;
10261024
}
@@ -1083,17 +1081,22 @@ color: #3AC2C2;
10831081
}
10841082

10851083
/* Produtos
1086-
1084+
---------------------------------*/
10871085
.produtosContainer{
10881086
margin:0 auto;
1089-
padding-left:15px;
1087+
padding-left: 40px;
1088+
}
1089+
.produtosContainer::after {
1090+
content: "";
1091+
display: table;
1092+
clear: both;
10901093
}
10911094
.produtos-box{
1092-
margin: 10px 0 0 0;
1095+
margin: 0 10px 0 0;
10931096
text-align:center;
1094-
margin-bottom:30px;
1095-
height:600px;
1096-
width:350px;
1097+
height:400px;
1098+
width: 100%;
1099+
max-width: 350px;
10971100
overflow:hidden;
10981101
float:left;
10991102
padding-bottom:40px;
@@ -1103,9 +1106,7 @@ color: #3AC2C2;
11031106
border-radius: 2%;
11041107
width: 50%;
11051108
transition:all 0.3s ease-in-out;
1106-
-moz-transition:all 0.3s ease-in-out;
1107-
-webkit-transition:all 0.3s ease-in-out;
11081109
}
11091110
.produtos-box img:hover{
11101111
opacity: 0.6;
1111-
} ---------------------------------*/
1112+
}

img/produtos/ebook_c_3D.png

349 KB
Loading

img/produtos/ebook_python_3D.png

336 KB
Loading

produtos.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,24 @@
4949
</nav>
5050
<!--main-nav-end-->
5151

52-
<!-- e-books -->
52+
<!--main-section-start-->
5353
<section class="main-section paddind" id="produtos">
54-
<div class="col-sm produtosContainer wow fadeInUp delay-04s">
55-
<div class="produtos-box">
56-
<img src="img/produtos/ebook_python.jpeg" alt="#">
54+
<h2>Produtos</h2>
55+
<h6>Aprenda mais sobre linguagem de programação pelos nossos e-books autorais.</h6>
56+
<div class="produtosContainer wow fadeInUp delay-04s">
57+
<div class="col-sm produtos-box">
58+
<img src="./img/produtos/ebook_python.jpeg" onmouseover="this. src='./img/produtos/ebook_python_3D.png'" onmouseout="this. src='./img/produtos/ebook_python.jpeg'" alt="#">
5759
<h3>E-BOOK RECODE JR, Python</h3>
58-
<a href="#" target="_blank">Descrição Ebook1.</a>
60+
<a href="#" target="_blank">Um guia para os primeiros passos <br> na linguagem Python.</a>
5961
</div>
60-
<div class="produtos-box">
61-
<img src="img/produtos/ebook_c.jpeg" alt="#">
62+
<div class="col-sm produtos-box">
63+
<img src='./img/produtos/ebook_c.jpeg' onmouseover="this. src='./img/produtos/ebook_c_3D.png'" onmouseout="this. src='./img/produtos/ebook_c.jpeg'" alt="#">
6264
<h3>E-BOOK RECODE JR, C++</h3>
63-
<a href="#" target="_blank">Descrição Ebook2.</a>
65+
<a href="#" target="_blank">Introdução à linguagem C.</a>
6466
</div>
6567
</div>
6668
</section>
69+
<!--main-section-end-->
6770

6871
<!-- footer-start -->
6972
<footer class="footer" id="contact">
@@ -131,4 +134,7 @@ <h3 class="ml-2 mt-4"><i class="fa-pencil"></i> entre em contato:</h3>
131134
</div>
132135
</div>
133136
</footer>
134-
<!-- footer-end -->
137+
<!-- footer-end -->
138+
</body>
139+
140+
<!-- Js -->

0 commit comments

Comments
 (0)