Rwhehhehe commited on
Commit
735691e
·
verified ·
1 Parent(s): 861dcd3

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +87 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Teste 20
3
- emoji: 🐠
4
- colorFrom: indigo
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: teste-20
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,87 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html><html lang="pt-br">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <title>Jornal Oliveira Oficial</title>
6
+ <style>
7
+ body { background-color: #000; color: #fff; font-family: Arial, sans-serif; margin: 0; }
8
+ header, footer { background-color: #111; padding: 10px; text-align: center; }
9
+ nav { display: flex; justify-content: center; gap: 20px; background: #222; padding: 10px; }
10
+ nav button { background: #333; color: white; border: none; padding: 10px; cursor: pointer; border-radius: 5px; }
11
+ section { padding: 20px; display: none; }
12
+ .show { display: block; }
13
+ input, textarea, select { width: 100%; padding: 8px; margin: 5px 0; background: #111; color: white; border: 1px solid #333; border-radius: 5px; }
14
+ .icons img { width: 40px; cursor: pointer; margin: 5px; }
15
+ .btn { background: #444; color: white; padding: 8px; border: none; border-radius: 5px; cursor: pointer; }
16
+ </style>
17
+ </head>
18
+ <body><header>
19
+ <h1>Jornal Oliveira Oficial</h1>
20
+ <div class="icons">
21
+ <a href="https://instagram.com" target="_blank"><img src="instagram.png" alt="Instagram"></a>
22
+ <a href="https://wa.me/5511981722855" target="_blank"><img src="whatsapp.png" alt="WhatsApp"></a>
23
+ <a href="livro.pdf" target="_blank"><img src="livro.png" alt="Livro"></a>
24
+ </div>
25
+ </header><nav>
26
+ <button onclick="show('avaliar')">Avaliar</button>
27
+ <button onclick="show('sugestao')">Sugestão</button>
28
+ <button onclick="show('participar')">Participar</button>
29
+ <button onclick="show('login')">Login</button>
30
+ </nav><section id="avaliar">
31
+ <h2>Avaliar</h2>
32
+ <label>Nota de 0 a 5</label>
33
+ <select>
34
+ <option>0</option><option>1</option><option>2</option><option>3</option><option>4</option><option>5</option>
35
+ </select>
36
+ <label>Comentário (mínimo 5 caracteres)</label>
37
+ <textarea minlength="5"></textarea>
38
+ <button class="btn">Enviar Avaliação</button>
39
+ </section><section id="sugestao">
40
+ <h2>Sugestão</h2>
41
+ <label>Comentário (mínimo 10 caracteres)</label>
42
+ <textarea minlength="10"></textarea>
43
+ <button class="btn">Enviar Sugestão</button>
44
+ </section><section id="participar">
45
+ <h2>Participar</h2>
46
+ <input placeholder="Nome completo">
47
+ <select>
48
+ <option>Manhã</option><option>Tarde</option><option>Noite</option>
49
+ </select>
50
+ <input placeholder="Sala">
51
+ <input placeholder="RA">
52
+ <input placeholder="WhatsApp">
53
+ <textarea placeholder="Mensagem"></textarea>
54
+ <p><strong>Termo de Condição:</strong><br>
55
+ Para fins de organização e reconhecimento dos participantes do Jornal Oliveira, solicitamos que os novos integrantes forneçam o seu RA...<br>
56
+ <input type="checkbox"> Declaro que li e concordo com os termos.
57
+ </p>
58
+ <button class="btn">Enviar Participação</button>
59
+ </section><section id="login">
60
+ <h2>Área Restrita</h2>
61
+ <input id="senha" type="password" placeholder="Senha">
62
+ <button onclick="acessar()" class="btn">Entrar</button>
63
+ <div id="admin" style="display:none">
64
+ <button class="btn">Enviar Matéria</button>
65
+ <button class="btn">Ver Avaliações</button>
66
+ <button class="btn">Ver Sugestões</button>
67
+ <button class="btn">Ver Participações</button>
68
+ </div>
69
+ </section><footer>
70
+ <p>Quer mandar uma sugestão para o site ou para o Jornal? <br>
71
+ Mande uma mensagem no <a href="https://wa.me/5511981722855" target="_blank">WhatsApp</a> ou no <a href="https://instagram.com" target="_blank">Instagram</a>. <br>
72
+ Ou aguarde até o dia 01/06 para comentar aqui mesmo.</p>
73
+ </footer><script>
74
+ function show(id) {
75
+ document.querySelectorAll('section').forEach(s => s.classList.remove('show'));
76
+ document.getElementById(id).classList.add('show');
77
+ }
78
+ function acessar() {
79
+ const senha = document.getElementById('senha').value;
80
+ if (senha === '@Marcelina') {
81
+ document.getElementById('admin').style.display = 'block';
82
+ } else {
83
+ alert('Senha incorreta');
84
+ }
85
+ }
86
+ </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-20" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
87
+ </html>
prompts.txt ADDED
File without changes