Newsletter - Tecnologia da Informação e Comunicação - 7.html

última modificação 15/04/2026 10h18

text/html Newsletter - Tecnologia da Informação e Comunicação - 7.html — 10 KB

Conteúdo do arquivo

<!DOCTYPE html>
        <html lang="pt-BR">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Newsletter Tecnologia da Informação e Comunicação  | Edição 7</title>
            <link rel="apple-touch-icon" sizes="180x180" href="++theme++padrao/favicons/apple-touch-icon.png">
            <link rel="icon" type="image/png" sizes="32x32" href="++theme++layout-2024-1/favicons/ufob32x32.png">
            <link rel="icon" type="image/png" sizes="16x16" href="++theme++layout-2024-1/favicons/ufob16x16.png">
            <style>body {
    
    font-family: 'Caladea' , sans-serif;
    margin: 0;
    padding: 0;
    /* background-color: #ffffff; */
}

/* Container externo */
.outer-container {
    
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(#3d3d3d, #bbbbbb);
    box-sizing: border-box;
}        

/* Container interno com gradiente simulando sombra */
.container {
    /* width: 100%; */
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #dcdcdc;
}

.contador h1 {
    font-family: 'Caladea' , sans-serif;
    width: 100%;
    padding: 1px;
    top: -5px;
    left: 900px;
    color: #dadada;
    font-size: 12px;
}

/* Estilo para a imagem de capa */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto; /* Permite que a altura se ajuste proporcionalmente */
}

.header img {
    width: 100%; /* A imagem ocupa 100% da largura do container */
    height: 100%; /* Mantém a proporção da imagem */
    border-radius: 5px 5px 0 0;
}
.header h1 {
    position: absolute;
    bottom: 10%; /* Ajusta o texto 10% acima da borda inferior */
    left: 50%; /* Centraliza horizontalmente */
    transform: translateX(-50%);
    font-style: italic;
    color: #c7cdfd;
    font-size: 12px;
    margin: 0;
    text-shadow: 1px 1px 4px #000; /* Adiciona contraste ao texto */
}

.content {
    padding: 20px;
}


.news-item {
    margin-bottom: 20px;
}

.news-item img {
    width: 100%;
    border-radius: 5px;
}

.news-item h3 {
    font-size: 18px;
    color: #333333;
    margin: 10px 0 5px;
}
.news-item h4 {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin: 20px;
}

.news-item p {
    text-align: justify;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.news-item a{
    text-decoration: none;
}
/* Traço separador */
hr {
    border: 0;
    border-top: 1px solid #dcdcdc;
    margin: 40px 0;
}

/* Itens menores */
.small-news {
    
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.small-news img {
    width: 30%;
    max-width: 100%;
    height: 30%;
    border-radius: 5px;
    margin-right: 15px;
}
.small-news a {
    text-decoration: none;
}

.small-news h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px;
}

.small-news p {
    text-align: justify;
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.note {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.note a {
    text-decoration: none;
}

.note img {
    width: 10%;
    height: 10%;
    border-radius: 5px;
    margin-right: 20px;
}

.note h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px;
}

.note p {
    text-align: justify;
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.nota {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.nota a {
    text-decoration: none;
}

.nota img {
    width: 10%;
    height: 10%;
    border-radius: 5px;
    margin-right: 20px;
}

.nota h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px;
}

.nota p {
    text-align: justify;
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.button-container {
    text-align: right;
    font-family: 'Caladea' , sans-serif;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #3d3d3d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

.footer {
    background-image: url('https://ufob.edu.br/newsletter/arquivos/tecnologia-da-informacao-e-comunicacao/base-tic.png');
    background-size: cover;
    background-position: center;
    height: 100px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
}

.social-icons {
    margin-top: 60px;
}

.social-icons a {
    display: inline-block;
    margin: 0 10px;
}

.social-icons img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 820px) {

    .outer-container {
        max-width: 100%;                

        }
    .contador {
        max-width: 80%;
        
    }
    .container {
        max-width: 90%;
        
    }
    .small-news, .note {
        display: block;
        flex-direction: column; /* Empilha os elementos */
        text-align: left; /* Centraliza o texto */ 
        
    }
    .small-news h4 {
        margin: 10px 0 5px;
    }

    .small-news img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        margin: auto;
    }
    .note img {
        display: block;
        width: 30%;
        height: 30%;
        margin: 0 auto; 
    }        
} 

</style>
        </head>
        <body>
            <div class="outer-container">
                <div class="contador"><h1>NEWSLETTER Nº 7</h1></div>
                <div class="container">
                    <div class="header">
                        <img src="https://ufob.edu.br/newsletter/arquivos/tecnologia-da-informacao-e-comunicacao/topo-tic.png" alt="Topo da Newsletter">
                    </div>
                    <div class="content">
                        <hr>
            
            <div class="news-item">
                <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/protic/informes/conheca-o-catalogo-interativo-de-compras-de-tic-para-o-ano-de-2026" target="_blank">
                    <img src="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/protic/informes/conheca-o-catalogo-interativo-de-compras-de-tic-para-o-ano-de-2026/catalogo-tic.png/@@images/608c2944-e6be-4c68-9de0-e10768f4ce35.png" alt="">
                    <h4>Conheça o catálogo interativo de compras de TIC para o ano de 2026</h4>
                    <p>A Pró-Reitoria de Tecnologia da Informação e Comunicação (Protic) lançou a edição 2026 do catálogo de compras de Itens de TIC em formato interativo, facilitando a busca e visualização de informações sobre equipamentos. Agora, é possível acessar as categorias e saber os valores estimados de cada item, o que aumenta a transparência nos processos de aquisição. </p>
                </a>
            </div>
            <hr>
            
            <div class="small-news">
                <img src="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/protic/informes/saiba-como-acessar-a-plataforma-minha-biblioteca/app-biblioteca.png/@@images/706e4ef2-9852-4069-b5da-9604958df2bc.png" alt="">
                <div>
                    <a href="" target="_blank">
                        <h4>Saiba como acessar a plataforma Minha Biblioteca</h4>
                        <p>As pessoas da comunidade ufobiana já podem acessar a Minha Biblioteca, plataforma digital que reúne livros acadêmicos e técnicos de importantes editoras brasileiras. O acesso aos conteúdos pode ser realizado de forma on-line, permitindo que estudantes, professores e técnicos consultem os livros a qualquer momento e de qualquer lugar. </p>
                    </a>
                </div>
            </div>
            
            <div class="small-news">
                <img src="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/protic/informes/dica-de-seguranca-mantenha-seu-roteador-sempre-atualizado/roteador.png/@@images/5361d8c4-c551-43d4-908c-eeed2a13deb5.png" alt="">
                <div>
                    <a href="" target="_blank">
                        <h4>Dica de segurança: mantenha seu roteador sempre atualizado</h4>
                        <p>Atualizar o roteador é uma importante medida para garantir a segurança ao navegar na internet. Um gesto que pode gerar mais proteção contra roubos de dados e assegurar a integridade na rede. </p>
                    </a>
                </div>
            </div>
            <hr>
            <div class="note">
                <img src="https://ufob.edu.br/newsletter/arquivos/tecnologia-da-informacao-e-comunicacao/tomenota.png" alt="Ícone">
                <h3>TOME NOTA</h3>
            </div>
            <div class= "nota">
                <div>
                    <a href="https://veredas.ufob.edu.br/" target="_blank">
                        <h4></h4>
                        <p>O Whats App do Helpdesk não está mais disponível como canal de atendimento. Agora, para solicitar os serviços, é preciso acessar o site veredas.ufob.edu.br ou o e-mail helpdesk@ufob.edu.br. </p>
                    </a>
                </div>
            </div>
            
                <hr>
                <div class="button-container">
                    <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/protic/informes/" class="button">Leia Mais Notícias</a>
                </div>
            </div>
            <div class="footer">
                <div class="social-icons">
                        <a href="https://www.instagram.com/ufoboficial/" target="_blank"><img src="https://ufob.edu.br/newsletter/arquivos/ig.png" alt="Instagram"></a>
                        <a href="https://www.facebook.com/ufoboficial" target="_blank"><img src="https://ufob.edu.br/newsletter/arquivos/facebook.png" alt="Facebook"></a>
                        <a href="https://www.flickr.com/photos/199594295@N07/albums/" target="_blank"><img src="https://ufob.edu.br/newsletter/arquivos/flickr.png" alt="Flickr"></a>
                        <a href="https://www.youtube.com/channel/UC6jvFX7tb_BfIpXCekMSpoQ" target="_blank"><img src="https://ufob.edu.br/newsletter/arquivos/yt.png" alt="YouTube"></a>
                </div>
            </div>
        </div>
    </div>
</body>
</html>