Newsletter - Ações Afirmativas - 10.html

última modificação 12/09/2025 10h45

text/html Newsletter - Ações Afirmativas - 10.html — 13 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 Ações Afirmativas e Assuntos Estudantis | Edição 10</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(#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 {
    font-family: 'Caladea' , sans-serif;
    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-family: 'Caladea', sans-serif;
    font-size: 18px;
    color: #333333;
    margin: 10px 0 5px;
}
.news-item h4 {
    font-family: 'Caladea', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin: 10px;
}

.news-item p {
    font-family: 'Caladea', sans-serif;
    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-family: 'Caladea', sans-serif;
    text-align: justify;
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px;
}

.small-news p {
    font-family: 'Caladea', sans-serif;
    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-family: 'Caladea', sans-serif;
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px;
}
.note h3 {
    font-family: 'Caladea', sans-serif;
    font-size: 18px;
    color: #333333;
    margin: 0 0 5px;

}

.note p {
    font-family: 'Caladea', sans-serif;
    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-family: 'Caladea', sans-serif;
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px;
}
.nota h3 {
    font-family: 'Caladea', sans-serif;
    font-size: 18px;
    color: #333333;
    margin: 0 0 5px;

}

.nota p {
    font-family: 'Caladea', sans-serif;
    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 {
    font-family: 'Caladea', sans-serif;
    text-align: left;
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px;
}
.tome-nota h3 {
    text-align: justify;
    font-size: 15px;
    color: #333333;
    margin: 0 0 5px;
}

.tome-nota p {
    font-family: 'Caladea', sans-serif;
    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: #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>
            <div class="outer-container">
                <div class="contador"><h1>NEWSLETTER Nº 10</h1></div>
                <div class="container">
                    <div class="header">
                        <img src="https://ufob.edu.br/newsletter/arquivos/acoes-afirmativas/top-aaae.jpg" alt="Topo da Newsletter">
                    </div>
                    <div class="content">
                        <hr>
            
            <div class="news-item">
                <a href="" target="_blank">
                    <img src="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/informes/corridaufob.jpg" alt="">
                    <h4>Prepare o tênis e o coração para participar do Circuito UFOB de Corrida de Rua</h4>
                    <p></p>
                </a>
            </div>
            <hr>
            <!-- <hr> -->
            
            <div class="small-news">
                <!-- <img src="" alt=""> -->
                <div>
                    <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/corridas/circuito-samavi" target="_blank">
                        <h4>Etapa de Santa Maria da Vitória será neste domingo (14). Kits começam a ser entregues hoje</h4>
                        <p>A etapa de Santa Maria da Vitória abre, neste domingo (14), o Circuito UFOB de Corrida de Rua. As pessoas participantes podem retirar o Kit da corrida nesta sexta (12), das 15h às 18h, e no sábado (13), das 15h às 17h, na Quadra do Campus. Para retirar o kit, é obrigatório apresentar a documentação de identificação com foto e levar 2kg de alimentos não-perecíveis.</p>
                    </a>
                </div>
            </div>
            
            <div class="small-news">
                <!-- <img src="" alt=""> -->
                <div>
                    <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/corridas/circuito-barreiras" target="_blank">
                        <h4>Etapa de Barreiras: estudantes podem se inscrever em lote extra nesta sexta (12)</h4>
                        <p>Última chance para você, estudante, participar da etapa de Barreiras do Circuito UFOB de Corrida de Rua. A Pró-Reitoria de Ações Afirmativas e Assuntos Estudantis (Proae) disponibilizou um lote extra com 75 vagas. As inscrições serão abertas nesta sexta (12), às 14h20, no site www.ufob.edu.br/corridas.</p>
                    </a>
                </div>
            </div>
            
            <div class="small-news">
                <!-- <img src="" alt=""> -->
                <div>
                    <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae/corridas/circuito-barra" target="_blank">
                        <h4>Etapa de Barra: inscrições para comunidade interna abrem nesta segunda (15)</h4>
                        <p>As inscrições para a Etapa de Barra do Circuito UFOB de Corrida de Rua serão abertas nesta segunda (15) para as pessoas da comunidade interna. A corrida vai acontecer no dia 12 de outubro, com provas de 5k e caminhada de 3k. Para participar, é preciso preencher o formulário on-line, disponível no site www.ufob.edu.br/corridas, e no ato da retirada do Kit de Participação levar 2kg de alimentos não-perecíveis.</p>
                    </a>
                </div>
            </div>
            <hr>
            
            <div class="small-news">
                <img src="https://ufob.edu.br/noticias/refeicao-subsidiadas-no-ru-edital-esta-com-inscricoes-abertas/imagem-de-refeicoes-em-mesa-de-self-service-do-restaurante-universitario-da-ufob-em-barreiras/@@images/462f7029-c439-45c6-bf92-5e5abbf215a1.png" alt="">
                <div>
                    <a href=" https://ufob.edu.br/noticias/refeicao-subsidiadas-no-ru-edital-esta-com-inscricoes-abertas" target="_blank">
                        <h4>Saiba como participar do edital para concessão de subsídio na refeição do RU</h4>
                        <p>As pessoas estudantes do Campus Reitor Edgard Santos da UFOB já podem solicitar refeição subsidiada no Restaurante Universitário da UFOB. A Pró-Reitoria Ações Afirmativas e Assuntos Estudantis (Proae) abriu inscrições para o edital concessão de subsídio para refeição. São 172 vagas por dia, de segunda a sexta, para realizar almoço ou jantar com subsídio de 70% no valor cobrado no Restaurante Universitário.   </p>
                    </a>
                </div>
            </div>
            <hr>
            <div class="note">
                <img src="https://ufob.edu.br/newsletter/arquivos/acoes-afirmativas/calendario.png" alt="Ícone">
                <h3>VEM AÍ </h3>
            </div>
            <div class= "nota">
                <div>
                    <a href="https://ufob.edu.br/a-ufob/estrutura/pro-reitorias/proae" target="_blank">
                        <h4></h4>
                        <p>Os editais de Auxílios Óculos e de Saúde Mental serão lançados nos próximos meses. Acompanhe as publicações no site ww.ufob.edu.br/proae para mais informações sobre os certames. </p>
                    </a>
                </div>
            </div>
            
                <hr>
                <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>
            </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>