|
<!DOCTYPE html><html lang="pt-br"><head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>Jornal Oliveira</title> |
|
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> |
|
<style> |
|
body { |
|
margin: 0; |
|
font-family: 'Roboto', sans-serif; |
|
background-color: #fff; |
|
color: #000; |
|
}header { |
|
background-color: #1b5e20; |
|
color: white; |
|
padding: 20px; |
|
text-align: center; |
|
font-family: 'Engravers Old English BT', serif; |
|
font-size: 28px; |
|
} |
|
|
|
nav { |
|
display: flex; |
|
justify-content: center; |
|
background-color: #66bb6a; |
|
padding: 10px; |
|
gap: 10px; |
|
flex-wrap: wrap; |
|
} |
|
|
|
nav button { |
|
background-color: #66bb6a; |
|
border: none; |
|
padding: 10px 20px; |
|
cursor: pointer; |
|
color: white; |
|
font-weight: bold; |
|
transition: background-color 0.3s ease; |
|
} |
|
|
|
nav button:hover { |
|
background-color: #4caf50; |
|
} |
|
|
|
.container { |
|
padding: 20px; |
|
} |
|
|
|
.hidden { |
|
display: none; |
|
} |
|
|
|
.card { |
|
border: 1px solid #ccc; |
|
border-radius: 8px; |
|
padding: 15px; |
|
margin: 10px 0; |
|
} |
|
|
|
.blue-link { |
|
color: blue; |
|
cursor: pointer; |
|
text-decoration: underline; |
|
} |
|
|
|
.form-group { |
|
margin-bottom: 15px; |
|
} |
|
|
|
.form-group label { |
|
display: block; |
|
margin-bottom: 5px; |
|
} |
|
|
|
.form-group input, |
|
.form-group select, |
|
.form-group textarea { |
|
width: 100%; |
|
padding: 8px; |
|
box-sizing: border-box; |
|
} |
|
|
|
.actions button { |
|
margin-right: 10px; |
|
} |
|
|
|
.checkbox { |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.checkbox input { |
|
margin-right: 10px; |
|
} |
|
|
|
</style> |
|
</head><body> |
|
<header>Jornal Oliveira</header> |
|
<nav> |
|
<button onclick="showSection('inicio')">Início</button> |
|
<button onclick="showSection('avaliar')">Avaliar</button> |
|
<button onclick="showSection('sugestoes')">Sugestões</button> |
|
<button onclick="showSection('participar')">Participe</button> |
|
<button onclick="showSection('login')">Login</button> |
|
<button id="enviarBtn" class="hidden" onclick="showSection('enviar')">Enviar Matéria</button> |
|
<button id="editorAvaliarBtn" class="hidden" onclick="alert('Avaliações carregadas!')">Ver Avaliações</button> |
|
<button id="editorSugestoesBtn" class="hidden" onclick="alert('Sugestões carregadas!')">Ver Sugestões</button> |
|
<button id="editorParticiparBtn" class="hidden" onclick="alert('Participações carregadas!')">Ver Participações</button> |
|
</nav> <div class="container"> |
|
<section id="inicio"> |
|
<h2>Últimas Matérias</h2> |
|
<div class="card"> |
|
<h3>Investigação: O que há por trás da merenda?</h3> |
|
<p>Equipe do jornal investiga denúncias sobre a qualidade da merenda...</p> |
|
<span class="blue-link" onclick="alert('Abrindo matéria completa...')">Leia mais</span> |
|
</div> |
|
</section><section id="avaliar" class="hidden"> |
|
<h2>Avaliação</h2> |
|
<form onsubmit="event.preventDefault(); alert('Comentário enviado!')"> |
|
<div class="form-group"> |
|
<label>Nota (1 a 5):</label> |
|
<select required> |
|
<option>1</option> |
|
<option>2</option> |
|
<option>3</option> |
|
<option>4</option> |
|
<option>5</option> |
|
</select> |
|
</div> |
|
<div class="form-group"> |
|
<label>Comentário:</label> |
|
<textarea required></textarea> |
|
</div> |
|
<button type="submit">Enviar Avaliação</button> |
|
</form> |
|
</section> |
|
|
|
<section id="sugestoes" class="hidden"> |
|
<h2>Sugestões</h2> |
|
<form onsubmit="event.preventDefault(); alert('Sugestão enviada!')"> |
|
<div class="form-group"> |
|
<label>Escreva sua sugestão (mínimo 10 palavras):</label> |
|
<textarea required minlength="10"></textarea> |
|
</div> |
|
<button type="submit">Enviar Sugestão</button> |
|
</form> |
|
</section> |
|
|
|
<section id="participar" class="hidden"> |
|
<h2>Participe</h2> |
|
<form onsubmit="event.preventDefault(); alert('Inscrição enviada!')"> |
|
<div class="form-group"> |
|
<label>Nome Completo:</label> |
|
<input type="text" required> |
|
</div> |
|
<div class="form-group"> |
|
<label>Série:</label> |
|
<input type="text" required> |
|
</div> |
|
<div class="form-group"> |
|
<label>Período:</label> |
|
<select required> |
|
<option>Manhã</option> |
|
<option>Tarde</option> |
|
<option>Noite</option> |
|
</select> |
|
</div> |
|
<div class="form-group"> |
|
<label>RA (começa com 000):</label> |
|
<input type="text" pattern="000[0-9]{1,}" required> |
|
</div> |
|
<details> |
|
<summary>Termo de Condição de Participação</summary> |
|
<p>TERMO DE CONDIÇÃO DE PARTICIPAÇÃO – JORNAL OLIVEIRA<br><br> |
|
Prezado(a) estudante,<br><br> |
|
Para fins de organização e reconhecimento dos participantes do Jornal Oliveira, solicitamos que os novos integrantes forneçam o seu RA (Registro do Aluno) no momento da inscrição. Essa informação será utilizada exclusivamente para identificação interna no âmbito do projeto.<br><br> |
|
O Jornal Oliveira compromete-se a utilizar o RA apenas para os fins aqui descritos, não realizando qualquer tipo de divulgação ou compartilhamento não autorizado. Contudo, ao fornecer essa informação, o participante declara estar ciente de que a organização não se responsabiliza por eventuais vazamentos ou acessos indevidos que ocorram por fatores externos ou alheios à sua vontade.<br><br> |
|
Ao assinalar a opção abaixo, o(a) participante declara estar de acordo com os termos apresentados e autoriza expressamente o uso do seu RA para os fins descritos.</p> |
|
</details> |
|
<div class="checkbox"> |
|
<input type="checkbox" required> |
|
<label>Declaro que li e concordo com os termos acima para participar do Jornal Oliveira.</label> |
|
</div> |
|
<button type="submit">Enviar Participação</button> |
|
</form> |
|
</section> |
|
|
|
<section id="login" class="hidden"> |
|
<h2>Login</h2> |
|
<form onsubmit="event.preventDefault(); verificarCodigo()"> |
|
<div class="form-group"> |
|
<label>Código/Senha:</label> |
|
<input type="text" id="codigoInput" required> |
|
</div> |
|
<button type="submit">Entrar</button> |
|
</form> |
|
</section> |
|
|
|
<section id="enviar" class="hidden"> |
|
<h2>Enviar Matéria</h2> |
|
<form onsubmit="event.preventDefault(); alert('Matéria enviada!')"> |
|
<div class="form-group"> |
|
<label>Título:</label> |
|
<input type="text" required> |
|
</div> |
|
<div class="form-group"> |
|
<label>Líde:</label> |
|
<input type="text" required> |
|
</div> |
|
<div class="form-group"> |
|
<label>Corpo da Matéria:</label> |
|
<textarea required></textarea> |
|
</div> |
|
<div class="form-group"> |
|
<label>Nome do Autor:</label> |
|
<input type="text" required> |
|
</div> |
|
<div class="form-group"> |
|
<label>Outros Participantes:</label> |
|
<input type="text"> |
|
</div> |
|
<div class="form-group"> |
|
<label>Data:</label> |
|
<input type="date" required> |
|
</div> |
|
<div class="form-group"> |
|
<label>Categoria da Matéria:</label> |
|
<select required> |
|
<option>Notícias da Escola</option> |
|
<option>Entrevistas</option> |
|
<option>Opinião</option> |
|
<option>Cultura e Arte</option> |
|
<option>Esportes</option> |
|
<option>Humor</option> |
|
<option>Você Sabia?</option> |
|
<option>Projetos e Grêmios</option> |
|
<option>Fala Estudante</option> |
|
<option>Investigação</option> |
|
</select> |
|
</div> |
|
<button type="submit">Enviar</button> |
|
</form> |
|
</section> |
|
|
|
</div> <script> |
|
function showSection(id) { |
|
document.querySelectorAll('section').forEach(section => section.classList.add('hidden')); |
|
document.getElementById(id).classList.remove('hidden'); |
|
} |
|
|
|
function verificarCodigo() { |
|
const code = document.getElementById('codigoInput').value; |
|
if (code === 'BRJORNAL') { |
|
document.getElementById('enviarBtn').classList.remove('hidden'); |
|
showSection('inicio'); |
|
} else if (code === 'BRJORNALEDITOR') { |
|
document.getElementById('editorAvaliarBtn').classList.remove('hidden'); |
|
document.getElementById('editorSugestoesBtn').classList.remove('hidden'); |
|
document.getElementById('editorParticiparBtn').classList.remove('hidden'); |
|
showSection('inicio'); |
|
} else { |
|
alert('Código inválido'); |
|
} |
|
} |
|
</script><p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Rwhehhehe/teste-1-8" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body></html> |