Alaorney commited on
Commit
34ba9d4
·
verified ·
1 Parent(s): 4fdaf87

nossa cor é verde musgo, verde mais claro e branco, corrigir por favor - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +246 -18
  3. prompts.txt +40 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Tmt Celular Net
3
- emoji: 📚
4
- colorFrom: pink
5
  colorTo: purple
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: tmt-celular-net
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,247 @@
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>
2
+ <html lang="pt-BR">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TMT - SST por Assinatura</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
10
+ <script src="https://unpkg.com/feather-icons"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <link rel="preconnect" href="https://fonts.googleapis.com">
13
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14
+ <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
15
+ <style>
16
+ body {
17
+ font-family: 'Poppins', sans-serif;
18
+ }
19
+ .gradient-bg {
20
+ background: linear-gradient(135deg, #8ba888 0%, #5a8f5a 100%);
21
+ }
22
+ .pricing-card:hover {
23
+ transform: translateY(-10px);
24
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
25
+ }
26
+ </style>
27
+ </head>
28
+ <body class="bg-gray-50">
29
+ <!-- Hero Section -->
30
+ <div class="gradient-bg text-white">
31
+ <div class="container mx-auto px-6 py-16 md:py-24">
32
+ <div class="flex flex-col md:flex-row items-center">
33
+ <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right">
34
+ <div class="bg-green-600 text-white inline-block px-3 py-1 rounded-full text-sm font-semibold mb-4">
35
+ 🚨 NOVO MODELO TMT
36
+ </div>
37
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">SST por Assinatura</h1>
38
+ <p class="text-xl mb-8">Para empresas com até 5 colaboradores no Grau de Risco 1 ou 2</p>
39
+ <div class="flex items-center mb-8">
40
+ <div class="text-4xl font-bold">R$ 99,90</div>
41
+ <div class="ml-2 text-gray-200">/mês</div>
42
+ </div>
43
+ <a href="#cta" class="bg-white text-green-600 font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition duration-300 inline-block">
44
+ QUERO REGULARIZAR MINHA EMPRESA
45
+ </a>
46
+ </div>
47
+ <div class="md:w-1/2" data-aos="fade-left">
48
+ <img src="http://static.photos/office/640x360/1" alt="Escritório" class="rounded-xl shadow-2xl">
49
+ </div>
50
+ </div>
51
+ </div>
52
+ </div>
53
+
54
+ <!-- Features Section -->
55
+ <div class="py-16 bg-white">
56
+ <div class="container mx-auto px-6">
57
+ <h2 class="text-3xl font-bold text-center mb-16" data-aos="fade-up">Tudo que sua empresa precisa em SST</h2>
58
+
59
+ <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
60
+ <!-- Module 1 -->
61
+ <div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="100">
62
+ <div class="bg-green-100 text-green-600 w-12 h-12 rounded-full flex items-center justify-center mb-4">
63
+ <i data-feather="file-text"></i>
64
+ </div>
65
+ <h3 class="font-bold text-xl mb-3">Módulo 1 – Programas e Laudos</h3>
66
+ <ul class="space-y-2">
67
+ <li class="flex items-start">
68
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
69
+ <span>PGR – Programa de Gerenciamento de Riscos</span>
70
+ </li>
71
+ <li class="flex items-start">
72
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
73
+ <span>PCMSO – Controle Médico de Saúde Ocupacional</span>
74
+ </li>
75
+ <li class="flex items-start">
76
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
77
+ <span>LTCAT – Laudo Técnico das Condições Ambientais</span>
78
+ </li>
79
+ <li class="flex items-start">
80
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
81
+ <span>Laudo de Insalubridade</span>
82
+ </li>
83
+ <li class="flex items-start">
84
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
85
+ <span>Laudo de Periculosidade</span>
86
+ </li>
87
+ </ul>
88
+ </div>
89
+
90
+ <!-- Module 2 -->
91
+ <div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="200">
92
+ <div class="bg-blue-100 text-blue-600 w-12 h-12 rounded-full flex items-center justify-center mb-4">
93
+ <i data-feather="edit"></i>
94
+ </div>
95
+ <h3 class="font-bold text-xl mb-3">Módulo 2 – Modelos Personalizados</h3>
96
+ <ul class="space-y-2">
97
+ <li class="flex items-start">
98
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
99
+ <span>Ficha de EPI conforme a função</span>
100
+ </li>
101
+ <li class="flex items-start">
102
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
103
+ <span>Ordem de Serviço conforme a função</span>
104
+ </li>
105
+ </ul>
106
+ </div>
107
+
108
+ <!-- Module 3 -->
109
+ <div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="300">
110
+ <div class="bg-blue-100 text-blue-600 w-12 h-12 rounded-full flex items-center justify-center mb-4">
111
+ <i data-feather="tool"></i>
112
+ </div>
113
+ <h3 class="font-bold text-xl mb-3">Módulo 3 – Medições Técnicas e ART</h3>
114
+ <ul class="space-y-2">
115
+ <li class="flex items-start">
116
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
117
+ <span>01 Medição de Ruído</span>
118
+ </li>
119
+ <li class="flex items-start">
120
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
121
+ <span>01 Medição de Calor (Stress Térmico)</span>
122
+ </li>
123
+ <li class="flex items-start">
124
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
125
+ <span>01 ART – Anotação de Responsabilidade Técnica</span>
126
+ </li>
127
+ </ul>
128
+ </div>
129
+
130
+ <!-- Module 4 -->
131
+ <div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="400">
132
+ <div class="bg-blue-100 text-blue-600 w-12 h-12 rounded-full flex items-center justify-center mb-4">
133
+ <i data-feather="book-open"></i>
134
+ </div>
135
+ <h3 class="font-bold text-xl mb-3">Módulo 4 – Treinamentos EAD</h3>
136
+ <ul class="space-y-2">
137
+ <li class="flex items-start">
138
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
139
+ <span>NR 01 – Disposições Gerais</span>
140
+ </li>
141
+ <li class="flex items-start">
142
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
143
+ <span>NR 06 – EPI</span>
144
+ </li>
145
+ <li class="flex items-start">
146
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
147
+ <span>NR 17 – Ergonomia</span>
148
+ </li>
149
+ <li class="flex items-start">
150
+ <i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
151
+ <span>Primeiros Socorros</span>
152
+ </li>
153
+ </ul>
154
+ </div>
155
+ </div>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Benefits Section -->
160
+ <div class="py-16 bg-gray-50">
161
+ <div class="container mx-auto px-6">
162
+ <div class="max-w-4xl mx-auto text-center mb-16" data-aos="fade-up">
163
+ <h2 class="text-3xl font-bold mb-6">Vantagens do Nosso Plano</h2>
164
+ <p class="text-lg text-gray-600">Tudo com responsabilidade técnica e conforme a legislação</p>
165
+ </div>
166
+
167
+ <div class="grid md:grid-cols-3 gap-8">
168
+ <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="100">
169
+ <div class="bg-blue-100 text-blue-600 w-12 h-12 rounded-full flex items-center justify-center mb-4">
170
+ <i data-feather="dollar-sign"></i>
171
+ </div>
172
+ <h3 class="font-bold text-xl mb-3">Sem taxas extras</h3>
173
+ <p class="text-gray-600">Tudo incluso no valor mensal de R$ 99,90</p>
174
+ </div>
175
+
176
+ <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="200">
177
+ <div class="bg-blue-100 text-blue-600 w-12 h-12 rounded-full flex items-center justify-center mb-4">
178
+ <i data-feather="clock"></i>
179
+ </div>
180
+ <h3 class="font-bold text-xl mb-3">Sem fidelidade</h3>
181
+ <p class="text-gray-600">Cancele quando quiser sem multas ou burocracia</p>
182
+ </div>
183
+
184
+ <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="300">
185
+ <div class="bg-blue-100 text-blue-600 w-12 h-12 rounded-full flex items-center justify-center mb-4">
186
+ <i data-feather="headphones"></i>
187
+ </div>
188
+ <h3 class="font-bold text-xl mb-3">Suporte técnico incluso</h3>
189
+ <p class="text-gray-600">Tire suas dúvidas com nossos especialistas</p>
190
+ </div>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- CTA Section -->
196
+ <div id="cta" class="py-16 gradient-bg text-white">
197
+ <div class="container mx-auto px-6">
198
+ <div class="max-w-4xl mx-auto text-center" data-aos="zoom-in">
199
+ <h2 class="text-3xl font-bold mb-6">Regularize sua empresa hoje mesmo!</h2>
200
+ <p class="text-xl mb-8">Por apenas R$ 99,90/mês você garante todos os documentos necessários em SST</p>
201
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
202
+ <a href="https://wa.me/5511999999999?text=QUERO%20REGULARIZAR%20MINHA%20EMPRESA" class="bg-white text-green-600 font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition duration-300 inline-block text-center">
203
+ <i data-feather="message-circle" class="inline mr-2"></i> FALE NO WHATSAPP
204
+ </a>
205
+ <a href="tel:+5511999999999" class="bg-transparent border-2 border-white text-white font-bold py-3 px-8 rounded-full hover:bg-white hover:text-green-600 transition duration-300 inline-block text-center">
206
+ <i data-feather="phone" class="inline mr-2"></i> LIGUE AGORA
207
+ </a>
208
+ </div>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Footer -->
214
+ <footer class="bg-gray-900 text-white py-12">
215
+ <div class="container mx-auto px-6">
216
+ <div class="flex flex-col md:flex-row justify-between items-center">
217
+ <div class="mb-6 md:mb-0">
218
+ <div class="text-2xl font-bold mb-2">TMT</div>
219
+ <p class="text-gray-400">Soluções em Segurança do Trabalho</p>
220
+ </div>
221
+ <div class="flex space-x-6">
222
+ <a href="#" class="text-gray-400 hover:text-white">
223
+ <i data-feather="facebook"></i>
224
+ </a>
225
+ <a href="#" class="text-gray-400 hover:text-white">
226
+ <i data-feather="instagram"></i>
227
+ </a>
228
+ <a href="#" class="text-gray-400 hover:text-white">
229
+ <i data-feather="linkedin"></i>
230
+ </a>
231
+ </div>
232
+ </div>
233
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
234
+ <p>© 2023 TMT. Todos os direitos reservados.</p>
235
+ </div>
236
+ </div>
237
+ </footer>
238
+
239
+ <script>
240
+ AOS.init({
241
+ duration: 800,
242
+ once: true
243
+ });
244
+ feather.replace();
245
+ </script>
246
+ </body>
247
  </html>
prompts.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚨 *NOVO MODELO TMT – SST por assinatura!*
2
+
3
+ Você tem até 5 colaboradores e está no Grau de Risco 1 ou 2? Então olha isso 👇
4
+
5
+ Por apenas *R$ 99,90/mês*, sua empresa recebe:
6
+
7
+ 📁 *Módulo 1 – Programas e Laudos*
8
+ ✔ PGR – Programa de Gerenciamento de Riscos
9
+ ✔ PCMSO – Controle Médico de Saúde Ocupacional
10
+ ✔ LTCAT – Laudo Técnico das Condições Ambientais
11
+ ✔ Laudo de Insalubridade
12
+ ✔ Laudo de Periculosidade
13
+
14
+ 📝 *Módulo 2 – Modelos Personalizados*
15
+ ✔ Ficha de EPI conforme a função
16
+ ✔ Ordem de Serviço conforme a função
17
+
18
+ 📊 *Módulo 3 – Medições Técnicas e ART*
19
+ ✔ 01 Medição de Ruído
20
+ ✔ 01 Medição de Calor (Stress Térmico)
21
+ ✔ 01 ART – Anotação de Responsabilidade Técnica
22
+
23
+ 🎓 *Módulo 4 – Treinamentos EAD (1 por colaborador/ano)*
24
+ ✔ NR 01 – Disposições Gerais
25
+ ✔ NR 06 – EPI
26
+ ✔ NR 17 – Ergonomia
27
+ ✔ Primeiros Socorros
28
+
29
+ 💡 *Sem taxas extras. Sem fidelidade. Suporte técnico incluso.*
30
+
31
+ 🛡 Tudo com responsabilidade técnica e conforme a legislação.
32
+
33
+ 💬 *Quer garantir esse plano agora?*
34
+ 👉 Clique aqui e fale com a gente: [SEU LINK WHATSAPP]
35
+
36
+ Ou responda esta mensagem com: *QUERO REGULARIZAR MINHA EMPRESA*
37
+
38
+ #TMT #SST #SegurançaDoTrabalho #AssinaturaSST
39
+
40
+ nossa cor é verde musgo, verde mais claro e branco, corrigir por favor