Update index.html
Browse files- index.html +9 -26
index.html
CHANGED
@@ -149,7 +149,7 @@
|
|
149 |
</div>
|
150 |
|
151 |
<div class="flex justify-between items-center">
|
152 |
-
<a href="
|
153 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
154 |
</a>
|
155 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=790393" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
@@ -178,7 +178,7 @@
|
|
178 |
</div>
|
179 |
|
180 |
<div class="flex justify-between items-center">
|
181 |
-
<a href="
|
182 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
183 |
</a>
|
184 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=790737" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
@@ -207,7 +207,7 @@
|
|
207 |
</div>
|
208 |
|
209 |
<div class="flex justify-between items-center">
|
210 |
-
<a href="
|
211 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
212 |
</a>
|
213 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=790498" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
@@ -236,7 +236,7 @@
|
|
236 |
</div>
|
237 |
|
238 |
<div class="flex justify-between items-center">
|
239 |
-
<a href="
|
240 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
241 |
</a>
|
242 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=785382" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
@@ -247,7 +247,7 @@
|
|
247 |
</div>
|
248 |
|
249 |
<!-- Job Card 5 -->
|
250 |
-
<div class="job-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
|
251 |
<div class="p-6">
|
252 |
<div class="flex justify-between items-start">
|
253 |
<div>
|
@@ -265,7 +265,7 @@
|
|
265 |
</div>
|
266 |
|
267 |
<div class="flex justify-between items-center">
|
268 |
-
<a href="
|
269 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
270 |
</a>
|
271 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=786764" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
@@ -276,7 +276,7 @@
|
|
276 |
</div>
|
277 |
|
278 |
<!-- Job Card 6 -->
|
279 |
-
<div class="job-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
|
280 |
<div class="p-6">
|
281 |
<div class="flex justify-between items-start">
|
282 |
<div>
|
@@ -294,7 +294,7 @@
|
|
294 |
</div>
|
295 |
|
296 |
<div class="flex justify-between items-center">
|
297 |
-
<a href="
|
298 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
299 |
</a>
|
300 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=786675" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
@@ -363,23 +363,6 @@
|
|
363 |
</div>
|
364 |
</footer>
|
365 |
|
366 |
-
|
367 |
-
// Simple filter functionality
|
368 |
-
document.getElementById('search').addEventListener('input', function(e) {
|
369 |
-
const searchTerm = e.target.value.toLowerCase();
|
370 |
-
const jobCards = document.querySelectorAll('.job-card');
|
371 |
-
|
372 |
-
jobCards.forEach(card => {
|
373 |
-
const title = card.querySelector('h3').textContent.toLowerCase();
|
374 |
-
const description = card.querySelector('div.text-gray-700').textContent.toLowerCase();
|
375 |
-
|
376 |
-
if (title.includes(searchTerm) || description.includes(searchTerm)) {
|
377 |
-
card.style.display = 'block';
|
378 |
-
} else {
|
379 |
-
card.style.display = 'none';
|
380 |
-
}
|
381 |
-
});
|
382 |
-
});
|
383 |
-
</script>
|
384 |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Ticoliro/portal" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
385 |
</html>
|
|
|
149 |
</div>
|
150 |
|
151 |
<div class="flex justify-between items-center">
|
152 |
+
<a href="https://huggingface.co/spaces/Ticoliro/vaga" target="_blank" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
153 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
154 |
</a>
|
155 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=790393" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
|
|
178 |
</div>
|
179 |
|
180 |
<div class="flex justify-between items-center">
|
181 |
+
<a href="https://huggingface.co/spaces/Ticoliro/vaga" target="_blank" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
182 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
183 |
</a>
|
184 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=790737" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
|
|
207 |
</div>
|
208 |
|
209 |
<div class="flex justify-between items-center">
|
210 |
+
<a href="https://huggingface.co/spaces/Ticoliro/vaga" target="_blank" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
211 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
212 |
</a>
|
213 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=790498" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
|
|
236 |
</div>
|
237 |
|
238 |
<div class="flex justify-between items-center">
|
239 |
+
<a href="https://huggingface.co/spaces/Ticoliro/vaga" target="_blank" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
240 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
241 |
</a>
|
242 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=785382" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
|
|
247 |
</div>
|
248 |
|
249 |
<!-- Job Card 5 -->
|
250 |
+
<div class="job-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300" data-category="producao">
|
251 |
<div class="p-6">
|
252 |
<div class="flex justify-between items-start">
|
253 |
<div>
|
|
|
265 |
</div>
|
266 |
|
267 |
<div class="flex justify-between items-center">
|
268 |
+
<a href="https://huggingface.co/spaces/Ticoliro/vaga" target="_blank" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
269 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
270 |
</a>
|
271 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=786764" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
|
|
276 |
</div>
|
277 |
|
278 |
<!-- Job Card 6 -->
|
279 |
+
<div class="job-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300" data-category="producao">
|
280 |
<div class="p-6">
|
281 |
<div class="flex justify-between items-start">
|
282 |
<div>
|
|
|
294 |
</div>
|
295 |
|
296 |
<div class="flex justify-between items-center">
|
297 |
+
<a href="https://huggingface.co/spaces/Ticoliro/vaga" target="_blank" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
298 |
<i class="fas fa-plus-circle mr-1"></i> Ver mais
|
299 |
</a>
|
300 |
<a href="https://www.rhbrasil.com.br/portaldocandidato/view/ver-vagas.php?cod=786675" class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-white font-medium transition">
|
|
|
363 |
</div>
|
364 |
</footer>
|
365 |
|
366 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Ticoliro/portal" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
368 |
</html>
|