-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprodutos.html
More file actions
229 lines (209 loc) · 10.3 KB
/
Copy pathprodutos.html
File metadata and controls
229 lines (209 loc) · 10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, maximum-scale=1">
<meta name="description"
content="Empresa Júnior de Engenharia da Computação da Universidade Federal do Recôncavo da Bahia. RecodeJr UFRB">
<meta name="keywords" content="recode, recodejr, recode ufrb, recodejr ufrb, computaçao ufrb, ufrb">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="shortcut icon" href="img/favicon.ico" type="img/x-icon">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link
href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,800italic,700italic,600italic,400italic,300italic,800,700,600'
rel='stylesheet' type='text/css'>
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<title>Recode Jr</title>
</head>
<body>
<!-- Desktop Navbar -->
<div class="navbar-desktop">
<nav class="main-nav-outer" id="menufix">
<div class="container">
<ul class="main-nav">
<li class="small-logo">
<a href="index.html#header"><img src="img/recode_logo_escudo.png" alt="" style="width:55px;height:55px;"></a>
</li>
<li><a href="index.html#about">Sobre</a></li>
<li><a href="index.html#services">Serviços</a></li>
<li><a href="#produtos">Produtos</a></li>
<li><a href="portfolio.html">Portfólio</a></li>
<li><a href="equipe.html">Equipe</a></li>
<li><a href="#contact">Contato</a></li>
</ul>
</div>
</nav>
</div>
<!-- Mobile Navbar -->
<div class="navbar-mobile">
<nav class="main-nav-outer" id="menufix-mobile">
<button class="hamburger-btn" id="hamburger" aria-label="Menu">
<i class="fa fa-bars"></i>
</button>
<div class="sidebar" id="sidebar">
<div class="sidebar-header">
<a href="index.html#header" class="logo-link">
<img src="img/recode_logo_escudo.png" alt="Logo" class="sidebar-logo">
</a>
</div>
<ul class="sidebar-menu">
<li><a href="index.html#about">Sobre</a></li>
<li><a href="index.html#services">Serviços</a></li>
<li><a href="#produtos">Produtos</a></li>
<li><a href="portfolio.html">Portfólio</a></li>
<li><a href="equipe.html">Equipe</a></li>
<li><a href="#contact">Contato</a></li>
</ul>
</div>
</nav>
<div class="menu-overlay"></div>
</div>
<!--main-section-start-->
<section class="main-section paddind" id="produtos">
<h2 class="wow fadeInDown delay-03s">Produtos</h2>
<h6 class="wow fadeInUp delay-05s">Aprenda mais sobre linguagem de programação pelos nossos e-books
autorais.</h6>
<div class="produtosContainer align-items-center wow fadeInUp delay-04s">
<div class="col-sm produtos-box">
<img src="./img/produtos/ebook_python.jpg" onmouseover="this. src='./img/produtos/ebook_python_3D.jpg'"
onmouseout="this. src='./img/produtos/ebook_python.jpg'" alt="#">
<h3>E-BOOK RECODE JR, Python</h3>
<!-- <a href="https://pay.kiwify.com.br/hHB597M" target="_blank">Um guia para os primeiros passos <br> na linguagem Python.</a>-->
<a href="./img/produtos/ebooks/Ebook-PythonRECODEJR.pdf" target="_blank">Ler E-book Python</a>
</div>
<div class="col-sm produtos-box">
<img src='./img/produtos/ebook_c.jpg' onmouseover="this. src='./img/produtos/ebook_c_3D.jpg'"
onmouseout="this. src='./img/produtos/ebook_c.jpg'" alt="#">
<h3>E-BOOK RECODE JR, C++</h3>
<!-- <a href="https://pay.kiwify.com.br/KOYNte8" target="_blank">Introdução à linguagem C.</a>-->
<a href="./img/produtos/ebooks/Ebook-CRECODEJR.pdf" target="_blank">Ler E-book C</a>
</div>
</div>
</section>
<!--main-section-end-->
<!-- footer-start -->
<footer class="footer" id="contact">
<div class="container">
<div class="row justify-content-center text-center align-items-center">
<div class="col-md-5 col-lg-4 wow fadeInLeft delay-05s d-flex flex-column align-items-center">
<ul class="social-link">
<li class="whatsapp">
<a target="_blank"
href="https://wa.me/557582316183?text=Olá,%20gostaria%20de%20mais%20informa%C3%A7%C3%B5es.">
<img src="img/footer/whatsapp_icon.png">
</a>
</li>
<li class="github">
<a target="_blank" href="https://github.com/recodejr">
<img src="img/footer/github_icon.png">
</a>
</li>
<li class="instagram">
<a target="_blank" href="https://www.instagram.com/recodejr/">
<img src="img/footer/instagram_icon.png">
</a>
</li>
<li class="linkedin">
<a target="_blank" href="https://www.linkedin.com/company/recodejr/">
<img src="img/footer/linkedin_icon.png">
</a>
</li>
<li class="facebook">
<a target="_blank"
href="https://www.facebook.com/people/Recode-J%C3%BAnior/100012163300536">
<img src="img/footer/facebook_icon.png">
</a>
</li>
<li class="youtube">
<a target="_blank" href="https://www.youtube.com/channel/UCM9ekev7FqSr3Yf_6oO29Ww">
<i class="fa-youtube-play"></i>
</a>
</li>
</ul>
</div>
<div class="col-sm mx-auto wow fadeInDown delay-05s">
<img class="footer-logo mt-3" src="img/footer/logo jr._branco.png" alt="">
<span class="copyright block center">Desde 2016</span>
</div>
<div class="col-sm wow fadeInRight delay-05s d-flex flex-column align-items-center">
<nobr>
<h3 class="ml-2 mt-4"><i class="fa-pencil"></i> entre em contato:</h3>
</nobr>
<span>
<nobr><b>Telefone:</b> <a target="_blank"
href="https://wa.me/557582316183?text=Olá,%20gostaria%20de%20mais%20informa%C3%A7%C3%B5es.">(75)
98231-6183</a></nobr>
<br>
<nobr><b>Principal:</b> <a href="mailto://comercial@recodejr.com">comercial@recodejr.com</a>
</nobr>
<br>
<nobr><b>Administrativo:</b> <a href="mailto://daf@recodejr.com">daf@recodejr.com</a></nobr>
<br>
<nobr><b>Projetos:</b> <a href="mailto://projetos@recodejr.com">projetos@recodejr.com</a></nobr>
<br>
<nobr><b>RH:</b> <a href="mailto://dgp@recodejr.com">dgp@recodejr.com</a></nobr>
</span>
</div>
</div>
</div>
<!--
All links in the footer should remain intact.
Licenseing information is available at: https://bootstraptaste.com/license/
You can buy this theme without footer links online at: https://bootstraptaste.com/buy/?theme=Knight
-->
</footer>
<!-- footer-end -->
<!-- Scripts essenciais - Adicione antes do </body> -->
<!-- jQuery (apenas uma versão) -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- Bootstrap e Popper -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Scripts auxiliares -->
<script src="js/jquery-scrolltofixed.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/classie.js"></script>
<!-- Script do menu -->
<script>
$(document).ready(function () {
// Inicializa WOW
new WOW({
animateClass: 'animated',
offset: 100
}).init();
// Menu hamburguer
$('#hamburger').on('click', function (e) {
e.preventDefault();
e.stopPropagation();
$('.sidebar').toggleClass('active');
$('.menu-overlay').toggleClass('active');
});
// Fecha menu ao clicar fora
$(document).on('click', function (e) {
if (!$(e.target).closest('.sidebar, #hamburger').length) {
$('.sidebar').removeClass('active');
$('.menu-overlay').removeClass('active');
}
});
// Previne fechar ao clicar dentro do menu
$('.sidebar').on('click', function (e) {
e.stopPropagation();
});
// Fecha ao clicar em links
$('.sidebar-menu a').on('click', function () {
$('.sidebar').removeClass('active');
$('.menu-overlay').removeClass('active');
});
// Menu fixo no scroll
$('#menufix').scrollToFixed();
});
</script>
</body>
</html>