Home painel das Trilhas - v2

This commit is contained in:
felipesantanafs 2025-10-29 15:55:30 -03:00
parent 9c103b2c52
commit a0de1c1ea9

View File

@ -29,28 +29,32 @@ Fundada em 2019 como um grupo de estudos, a FEA.dev nasceu de uma percepção de
## Trilhas ## Trilhas
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;align-items:stretch;"> <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;align-items:stretch;">
<a href="/tags/trilha/finquant/" style="text-decoration:none;border:1px solid var(--secondary);border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:170px;"> <a href="/tags/trilha/finquant/" aria-label="FinQuant"
<h3 style="margin:0 0 8px 0;">FinQuant</h3> style="text-decoration:none;border:1px solid var(--secondary);border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:170px;">
<p style="margin:0 0 12px 0;">Riscos, Backtests, Trading, Portfólio.</p> <span style="display:block;font-weight:700;margin:0 0 8px 0;">FinQuant</span>
<span style="margin-top:auto;font-weight:700;white-space:nowrap;">→ Ver materiais</span> <span style="display:block;margin:0 0 12px 0;opacity:.9;">Riscos, Backtests, Trading, Portfólio.</span>
<span style="margin-top:auto;font-weight:700;white-space:nowrap;display:block;">→ Ver materiais</span>
</a> </a>
<a href="/tags/trilha/ia/" style="text-decoration:none;border:1px solid var(--secondary);border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:170px;"> <a href="/tags/trilha/ia/" aria-label="IA"
<h3 style="margin:0 0 8px 0;">IA</h3> style="text-decoration:none;border:1px solid var(--secondary);border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:170px;">
<p style="margin:0 0 12px 0;">Machine Learning, Deep Learning, LLMs &amp; RAG.</p> <span style="display:block;font-weight:700;margin:0 0 8px 0;">IA</span>
<span style="margin-top:auto;font-weight:700;white-space:nowrap;">→ Ver materiais</span> <span style="display:block;margin:0 0 12px 0;opacity:.9;">Machine Learning, Deep Learning, LLMs &amp; RAG.</span>
<span style="margin-top:auto;font-weight:700;white-space:nowrap;display:block;">→ Ver materiais</span>
</a> </a>
<a href="/tags/trilha/ciencia-de-dados/" style="text-decoration:none;border:1px solid var(--secondary);border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:170px;"> <a href="/tags/trilha/ciencia-de-dados/" aria-label="Ciência de Dados"
<h3 style="margin:0 0 8px 0;">Ciência de Dados</h3> style="text-decoration:none;border:1px solid var(--secondary);border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:170px;">
<p style="margin:0 0 12px 0;">ETL, visualização, estatística aplicada, boas práticas.</p> <span style="display:block;font-weight:700;margin:0 0 8px 0;">Ciência de Dados</span>
<span style="margin-top:auto;font-weight:700;white-space:nowrap;">→ Ver materiais</span> <span style="display:block;margin:0 0 12px 0;opacity:.9;">ETL, visualização, estatística aplicada, boas práticas.</span>
<span style="margin-top:auto;font-weight:700;white-space:nowrap;display:block;">→ Ver materiais</span>
</a> </a>
<a href="/tags/trilha/extras/" style="text-decoration:none;border:1px solid var(--secondary);border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:170px;"> <a href="/tags/trilha/extras/" aria-label="Extras"
<h3 style="margin:0 0 8px 0;">Extras</h3> style="text-decoration:none;border:1px solid var(--secondary);border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:170px;">
<p style="margin:0 0 12px 0;">Ferramentas e outras linguagens de programação.</p> <span style="display:block;font-weight:700;margin:0 0 8px 0;">Extras</span>
<span style="margin-top:auto;font-weight:700;white-space:nowrap;">→ Ver materiais</span> <span style="display:block;margin:0 0 12px 0;opacity:.9;">Ferramentas e outras linguagens de programação.</span>
<span style="margin-top:auto;font-weight:700;white-space:nowrap;display:block;">→ Ver materiais</span>
</a> </a>
</div> </div>