Newsletter - Ações Afirmativas - 3.html

última modificação 14/03/2025 08h36

text/html Newsletter - Ações Afirmativas - 3.html — 14 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>UFOB Ações Afirmativas e Assuntos Estudantis | Edição 3</title>
    <style>
        body {
            
            font-family: Arial, 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(#760897, #e9b9fd);
            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 {
            width: 100%;
            padding: 1px;
            top: -5px;
            left: 900px;
            color: #e9b9fd;
            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 {
            text-align: justify;
            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: 10px;
        }
        

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

        .note p {
            font-size: 14px;
            color: #666666;
            margin: 0;
        }
        .nota {
            display: flex;
            align-items: center;
            margin-bottom: 2px;
        }
        .nota a {
            text-decoration: none;
        }

        .nota img {
            width: 10%;
            height: 10%;
            border-radius: 5px;
            margin: 5px 10px 10px 50px;
        
        }
        .nota h4 {
            font-size: 16px;
            color: #333333;
            margin: 0 0 5px;
        }
        .nota h3 {
            
            font-size: 18px;
            color: #333333;
            margin: 0 0 5px;
        
        }

        .nota p {
            font-size: 14px;
            color: #666666;
            margin: 0;
        }
        .tome-nota {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .tome-nota a {
            text-decoration: none;
        }

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

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

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

        .button-container {
            text-align: right;
        }

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

        .footer {
            background-image: url('https://ufob.edu.br/newsletter/arquivos/acoes-afirmativas/base-aaae.jpg');
            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%;
                
            }
            .news-item h4 {
                text-align: justify;
                

            }
            .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 h3 {
                text-align: center;
                font-size: 16px;
                color: #333333;
                margin: 10px 0 5px;        
            }
            .note img {
                display: block;
                width: 30%;
                height: 30%;
                margin: 0 auto; 
                
            }  
            .nota {
                display: block;
                
            }
            .nota h4 {
                margin: 10px 0 10px;
                font-size: 13px;
            }
            .nota img {
                display: block;
                width: 40%;
                height: 40%;
                border-radius: 5px;
                margin: auto;
            }  

            .tome-nota img {
                display: block;
                width: 30%;
                height: 30%;
                margin: 0 auto; 
            }     
            
        } 

    </style>
</head>

<body>
    <!-- Container externo -->
    <div class="outer-container">
        <div class="contador">
            <h1>NEWSLETTER Nº 3</h1>
        </div> 
        <!-- Container interno com gradiente para sombra -->
        <div class="container">
            <div class="header">
                <div class="header">
                    <img src="https://ufob.edu.br/newsletter/arquivos/acoes-afirmativas/top-aaae.jpg" alt="Topo do Ensino">
                        
                </div>
                    <!-- <h1></h1> -->
                
                
            </div>

            <div class="content">
              
                <!-- Traço separador -->
                <hr>
                
                <div class="small-news">
                     <img src="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/informes/edital-de-concessao-de-auxilios-estudantis-2025-e-publicado-inscricoes-comecam-no-dia-31-de-marco/edital-de-concessao-de-auxilios-jpeg.jpg/@@images/e822e0ed-7811-47ae-80a6-513a59dbe430.jpeg" alt="Notícia 1">
                    <div>
                        <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/informes/edital-de-concessao-de-auxilios-estudantis-2025-e-publicado-inscricoes-comecam-no-dia-31-de-marco" target="_blank">
                        <h4>Edital de concessão de auxílios estudantis 2025 é publicado. Inscrições começam no dia 31 de março</h4>
                        <p>Já está publicado o edital para concessão de auxílios estudantis em 2025. Estudantes ingressantes e veteranos que participaram de editais anteriores, exceto o Edital PROAE nº 2/2024, podem pleitear a concessão de auxílios estudantis no período de 31 de março a 22 de abril.</p>
                    </a>
                    </div>
                      
                </div>
                <div class="small-news">
                    <img src="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/informes/preenchimento-obrigatorio-do-cadastro-unico-no-sigaa-comeca-a-valer-no-semestre-2025.1/cadunico-sig.png/@@images/fe954867-c57e-456a-8aa4-6d80f9d73511.png" alt="Notícia 1">
                    <div>
                        <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/informes/preenchimento-obrigatorio-do-cadastro-unico-no-sigaa-comeca-a-valer-no-semestre-2025.1" target="_blank">
                        <h4>Preenchimento obrigatório do Cadastro Único no SIGAA começa a valer no semestre 2025.1  </h4>
                        <p>As pessoas estudantes de graduação e pós-graduação, calouras e veteranas, da UFOB devem preencher o Cadastro Único do Sistema Integrado de Gestão de Atividades Acadêmicas – SIGAA. A partir do semestre 2025.1, esta ação passa a ser obrigatória na Universidade. Acesse o tutorial e faça já o preenchimento. </p>
                        </a>
                    </div>
                     
                   </div>
                <div class="small-news">
                    <img src="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/informes/palestra-discute-tdah-na-formacao-academico-profissional/ari.png/@@images/b1256946-c972-42a3-a8aa-a1c69b65de5d.png" alt="Notícia 1">
                   <div>
                       <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/informes/palestra-discute-tdah-na-formacao-academico-profissional" target="_blank">
                       <h4>Palestra discute TDAH na formação acadêmico-profissional</h4>
                       <p>O pedagogo Ari Fernandes (UFOB) ministrará palestra sobre “TDAH na formação acadêmico-profissional: estratégias de ensino e promoção das aprendizagens”, que será realizada no dia 26 de março, das 14h às 16h, no Auditório 1 do Pavilhão de Aulas 1, com transmissão canal de Eventos UFOB no YouTube.</p>
                    </a>
                   </div>
                     
               </div>
               
                <hr>

                <div class = "tome-nota">
                    <img src="https://ufob.edu.br/newsletter/arquivos/acoes-afirmativas/aaae-exclamacao.png" alt="Notícia 4">
                    <div>
                        <a href="www.ufob.edu.br/proae" target="_blank">
                        <h4>VEM AÍ!</h4>
                        <p>A Pró-Reitoria de Ações Afirmativas e Assuntos Estudantis (Proae) publicará até fim do mês o edital de Subsídio Alimentação no Restaurante Universitário do Campus Reitor Edgard Santos, em Barreiras. Fique ligado no site www.ufob.edu.br/proae para acompanhar a publicação dos editais.</p>
                    </a>
                    </div>
                </div>
                <hr>
                <!-- Botão alinhado à direita -->
                <div class="button-container">
                    <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/informes" class="button">Leia Mais Notícias</a>
                </div>
            

            <!-- Rodapé com ícones de redes sociais -->
                <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>