HTML |
---|
|
...
<style> #title-text { display: none !important; } .wiki-content h2 { font-size: 25px !important; font-family: "Roboto", sans-serif !important; color: #42526e !important; } body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } .header1 { display: flex; justify-content: center; /* Alinha horizontalmente */ align-items: center; /* Alinha verticalmente */ |
...
background-image: url("https:// |
...
totvscrm. |
...
com/ |
...
wp-content/uploads/2023/08/capa- |
...
com-fundo-e-sem-icone-TDN21.png"); background-size: cover; min-height: inherit; width: 100%; } .banner1 { max-height: 150px; width: auto; /* Mantém a proporção da imagem */ display: |
...
block; } |
...
HTML |
---|
<p class="texto">Release Notes</p>
<p> Neste ambiente, você poderá encontrar novos recursos, melhorias<br> e manutenção que lançamos mês a mês em 2023. Vamos lá? </p>
<div class="grid">
<a href="">
<H3> JANEIRO </H3>
</a>
<a href="">
<H3> FEVEREIRO </H3>
</a>
<a href="">
<H3> MARÇO </H3>
</a>
<a href="">
<H3> ABRIL </H3>
</a>
<a href="">
<H3> MAIO </H3>
</a>
<a href="">
<H3> JUNHO </H3>
</a>
<a href="">
<H3> JULHO </H3>
</a>
<a href="">
<H3> AGOSTO </H3>
</a>
<a href="">
<H3> SETEMBRO </H3>
</a>
<a href="">
<H3> OUTUBRO</H3>
</a>
<a href="">
<H3> NOVEMBRO </H3>
</a>
<a href="">
<H3>DEZEMBRO </H3>
</a>
</div>
<br>
<br><br>
<br> |
...
.container {
width: 80%;
margin: auto;
padding: 20px;
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container h2 {
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
}
.history-link {
text-decoration: none;
color: #0066cc;
font-weight: bold;
display: inline-block;
margin-bottom: 20px;
}
.history-link:hover {
text-decoration: underline;
}
.release {
margin-bottom: 20px;
}
</style>
<!-- Link para o FontAwesome -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<div class="header1">
<img
src="https://totvscrm.com/wp-content/uploads/2023/09/logo-com-descricao-totvsgc.png"
alt="Banner1"
class="banner1"
/>
</div>
<div class="container">
<h2><i class="fas fa-sync-alt"></i> Últimas Atualizações</h2>
<div class="release">
<h3>Versão 12.1.2311 - NOVEMBRO</h3>
</div>
<a
href="https://tdn.totvs.com/display/TCGDC/11+-+Release+-12.1.2311"
class="history-link"
>Acessar histórico de atualizações</a
>
<div class="release">
<h3>Versão 12.1.2309 - SETEMBRO</h3>
</div>
<a
href="https://tdn.totvs.com/display/TCGDC/9+-+Release+-12.1.2309"
class="history-link"
>Acessar histórico de atualizações</a
>
<div class="release">
<h3>Versão 12.1.2307 - JULHO</h3>
</div>
<a
href="https://tdn.totvs.com/display/TCGDC/7+-+Release+-12.1.2307"
class="history-link"
>Acessar histórico de atualizações</a
>
<div class="release">
<h3>Versão 12.1.2305 - MAIO</h3>
</div>
<a
href="https://tdn.totvs.com/display/TCGDC/5+-+Release+-12.1.2305"
class="history-link"
>Acessar histórico de atualizações</a
>
<div class="release">
<h3>Versão 12.1.2304 - ABRIL</h3>
</div>
<a
href="https://tdn.totvs.com/display/TCGDC/4+-+Release+-12.1.2304"
class="history-link"
>Acessar histórico de atualizações</a
>
<div class="release">
<h3>Versão 12.1.2303 - MARÇO</h3>
</div>
<a
href="https://tdn.totvs.com/display/TCGDC/3+-+Release+-12.1.2303"
class="history-link"
>Acessar histórico de atualizações</a
>
<div class="release">
<h3>Versão 12.1.2302 - FEVEREIRO</h3>
</div>
<a
href="https://tdn.totvs.com/display/TCGDC/2+-+Release+-12.1.2302"
class="history-link"
>Acessar histórico de atualizações</a
>
<div class="release">
<h3>Versão 12.1.2301 - JANEIRO</h3>
</div>
<a
href="https://tdn.totvs.com/display/TCGDC/1+-+Release+-12.1.2301"
class="history-link"
>Acessar histórico de atualizações</a
>
</div> |