Dinilsonricardo commited on
Commit
835d38e
·
verified ·
1 Parent(s): ad4253c

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +633 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Techdicas
3
- emoji: 😻
4
- colorFrom: purple
5
- colorTo: gray
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: techdicas
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: blue
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,633 @@
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">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TechDicas Angola - Tecnologia para Todos</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script>
9
+ tailwind.config = {
10
+ theme: {
11
+ extend: {
12
+ colors: {
13
+ primary: '#031521',
14
+ neon: '#00baff',
15
+ },
16
+ fontFamily: {
17
+ sans: ['Inter', 'Arial', 'sans-serif'],
18
+ },
19
+ animation: {
20
+ 'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
21
+ 'float': 'float 6s ease-in-out infinite',
22
+ 'neon-glow': 'neon-glow 2s ease-in-out infinite alternate',
23
+ },
24
+ keyframes: {
25
+ float: {
26
+ '0%, 100%': { transform: 'translateY(0)' },
27
+ '50%': { transform: 'translateY(-10px)' },
28
+ },
29
+ 'neon-glow': {
30
+ '0%': { 'text-shadow': '0 0 5px #00baff, 0 0 10px #00baff, 0 0 15px #00baff, 0 0 20px #00baff' },
31
+ '100%': { 'text-shadow': '0 0 10px #00baff, 0 0 20px #00baff, 0 0 30px #00baff, 0 0 40px #00baff' },
32
+ }
33
+ }
34
+ }
35
+ }
36
+ }
37
+ </script>
38
+ <style type="text/css">
39
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
40
+
41
+ body {
42
+ font-family: 'Inter', sans-serif;
43
+ background-color: #031521;
44
+ color: white;
45
+ scroll-behavior: smooth;
46
+ }
47
+
48
+ .gradient-bg {
49
+ background: linear-gradient(135deg, rgba(3,21,33,0.9) 0%, rgba(0,186,255,0.2) 100%);
50
+ }
51
+
52
+ .neon-border {
53
+ border: 1px solid rgba(0, 186, 255, 0.3);
54
+ box-shadow: 0 0 10px rgba(0, 186, 255, 0.3);
55
+ }
56
+
57
+ .neon-border:hover {
58
+ border: 1px solid rgba(0, 186, 255, 0.8);
59
+ box-shadow: 0 0 20px rgba(0, 186, 255, 0.5);
60
+ }
61
+
62
+ .neon-text {
63
+ text-shadow: 0 0 5px rgba(0, 186, 255, 0.5);
64
+ }
65
+
66
+ .neon-text:hover {
67
+ text-shadow: 0 0 10px rgba(0, 186, 255, 0.8);
68
+ }
69
+
70
+ .input-neon:focus {
71
+ outline: none;
72
+ border-color: #00baff;
73
+ box-shadow: 0 0 10px rgba(0, 186, 255, 0.5);
74
+ }
75
+
76
+ .hero-bg {
77
+ background-image: url('https://images.unsplash.com/photo-1518770660439-4636190af475?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
78
+ background-size: cover;
79
+ background-position: center;
80
+ background-blend-mode: overlay;
81
+ }
82
+
83
+ .profile-img {
84
+ border: 3px solid #00baff;
85
+ box-shadow: 0 0 20px rgba(0, 186, 255, 0.5);
86
+ }
87
+
88
+ .video-container {
89
+ position: relative;
90
+ padding-bottom: 56.25%;
91
+ height: 0;
92
+ overflow: hidden;
93
+ }
94
+
95
+ .video-container iframe {
96
+ position: absolute;
97
+ top: 0;
98
+ left: 0;
99
+ width: 100%;
100
+ height: 100%;
101
+ }
102
+
103
+ .whatsapp-btn {
104
+ animation: pulse-slow 2s infinite;
105
+ }
106
+
107
+ .whatsapp-btn:hover {
108
+ animation: none;
109
+ transform: scale(1.1);
110
+ }
111
+ </style>
112
+ </head>
113
+ <body class="antialiased">
114
+ <!-- WhatsApp Floating Button -->
115
+ <a href="https://wa.me/244946239878" target="_blank" class="fixed bottom-8 right-8 bg-green-500 text-white w-16 h-16 rounded-full flex items-center justify-center text-2xl shadow-lg whatsapp-btn z-50 transition-all duration-300 hover:bg-green-600">
116
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.479 5.092 1.479 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.612-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z"/></svg>
117
+ </a>
118
+
119
+ <!-- Header/Navigation -->
120
+ <header class="fixed top-0 left-0 right-0 bg-primary bg-opacity-90 backdrop-blur-md z-40 shadow-md">
121
+ <div class="container mx-auto px-6 py-4">
122
+ <div class="flex items-center justify-between">
123
+ <!-- Logo -->
124
+ <div class="flex items-center">
125
+ <div class="w-10 h-10 rounded-full bg-neon flex items-center justify-center mr-3">
126
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
127
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" />
128
+ </svg>
129
+ </div>
130
+ <a href="#" class="text-2xl font-bold text-white neon-text">Tech<span class="text-neon">Dicas</span></a>
131
+ </div>
132
+
133
+ <!-- Mobile Menu Button -->
134
+ <div class="md:hidden">
135
+ <button id="mobile-menu-button" class="text-gray-300 hover:text-white focus:outline-none">
136
+ <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
137
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
138
+ </svg>
139
+ </button>
140
+ </div>
141
+
142
+ <!-- Desktop Navigation -->
143
+ <nav class="hidden md:flex space-x-8">
144
+ <a href="#inicio" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Início</a>
145
+ <a href="#sobre" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Sobre</a>
146
+ <a href="#tecnologia" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Tecnologia</a>
147
+ <a href="#internet" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Internet Ilimitada</a>
148
+ <a href="#youtube" class="text-gray-300 hover:text-neon transition duration-300 neon-text">YouTube</a>
149
+ <a href="#desafios" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Desafios</a>
150
+ <a href="#contato" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Contato</a>
151
+ </nav>
152
+ </div>
153
+
154
+ <!-- Mobile Navigation -->
155
+ <div id="mobile-menu" class="hidden md:hidden mt-4 pb-4">
156
+ <div class="flex flex-col space-y-3">
157
+ <a href="#inicio" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Início</a>
158
+ <a href="#sobre" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Sobre</a>
159
+ <a href="#tecnologia" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Tecnologia</a>
160
+ <a href="#internet" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Internet Ilimitada</a>
161
+ <a href="#youtube" class="text-gray-300 hover:text-neon transition duration-300 neon-text">YouTube</a>
162
+ <a href="#desafios" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Desafios</a>
163
+ <a href="#contato" class="text-gray-300 hover:text-neon transition duration-300 neon-text">Contato</a>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </header>
168
+
169
+ <!-- Hero Section -->
170
+ <section id="inicio" class="hero-bg bg-primary min-h-screen flex items-center justify-center pt-20 gradient-bg">
171
+ <div class="container mx-auto px-6 text-center">
172
+ <h1 class="text-4xl md:text-6xl font-bold mb-6 text-white">
173
+ Bem-vindo ao <span class="text-neon">TechDicas</span>
174
+ </h1>
175
+ <p class="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto">
176
+ Tecnologia acessível para todos os angolanos
177
+ </p>
178
+ <div class="mb-12">
179
+ <h2 class="text-3xl md:text-5xl font-bold text-neon animate-neon-glow">
180
+ "Comprar saldo nunca!"
181
+ </h2>
182
+ </div>
183
+ <a href="#sobre" class="inline-block bg-neon text-primary font-bold py-3 px-8 rounded-full hover:bg-opacity-90 transition duration-300 transform hover:scale-105 shadow-lg">
184
+ Explorar
185
+ </a>
186
+ </div>
187
+ </section>
188
+
189
+ <!-- About Section -->
190
+ <section id="sobre" class="py-20 bg-primary">
191
+ <div class="container mx-auto px-6">
192
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-white">
193
+ <span class="border-b-2 border-neon pb-2">Sobre o TechDicas</span>
194
+ </h2>
195
+
196
+ <div class="flex flex-col md:flex-row items-center">
197
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
198
+ <div class="profile-img w-64 h-64 rounded-full mx-auto overflow-hidden bg-gray-700">
199
+ <!-- Placeholder for profile image -->
200
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-full w-full text-gray-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
201
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z" />
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="md:w-1/2">
207
+ <h3 class="text-2xl font-bold mb-4 text-neon">Dinilson Ricardo (Dylan)</h3>
208
+ <p class="text-gray-300 mb-6">
209
+ Criador do projeto TechDicas, apaixonado por tecnologia e por compartilhar conhecimento de forma acessível.
210
+ </p>
211
+ <div class="bg-gray-800 bg-opacity-50 p-6 rounded-xl neon-border">
212
+ <h4 class="text-xl font-semibold mb-3 text-white">Nossa Missão</h4>
213
+ <p class="text-gray-300 italic">
214
+ "Levar conhecimento tecnológico acessível a todos os angolanos, de forma prática, criativa e moderna."
215
+ </p>
216
+ </div>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </section>
221
+
222
+ <!-- Technology Section -->
223
+ <section id="tecnologia" class="py-20 bg-gray-900">
224
+ <div class="container mx-auto px-6">
225
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-white">
226
+ <span class="border-b-2 border-neon pb-2">Tecnologia para o Dia a Dia</span>
227
+ </h2>
228
+
229
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
230
+ <!-- App Úteis Card -->
231
+ <div class="bg-gray-800 p-6 rounded-2xl neon-border hover:shadow-neon transition duration-500 transform hover:-translate-y-2">
232
+ <div class="text-neon mb-4">
233
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
234
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" />
235
+ </svg>
236
+ </div>
237
+ <h3 class="text-xl font-bold mb-3 text-white">Aplicativos Úteis</h3>
238
+ <p class="text-gray-300">
239
+ Descubra os melhores aplicativos para aumentar sua produtividade, organização e diversão no seu smartphone.
240
+ </p>
241
+ </div>
242
+
243
+ <!-- Produtividade Card -->
244
+ <div class="bg-gray-800 p-6 rounded-2xl neon-border hover:shadow-neon transition duration-500 transform hover:-translate-y-2">
245
+ <div class="text-neon mb-4">
246
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
247
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
248
+ </svg>
249
+ </div>
250
+ <h3 class="text-xl font-bold mb-3 text-white">Produtividade</h3>
251
+ <p class="text-gray-300">
252
+ Truques e dicas para aproveitar ao máximo seu tempo usando a tecnologia a seu favor.
253
+ </p>
254
+ </div>
255
+
256
+ <!-- IA Card -->
257
+ <div class="bg-gray-800 p-6 rounded-2xl neon-border hover:shadow-neon transition duration-500 transform hover:-translate-y-2">
258
+ <div class="text-neon mb-4">
259
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
260
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z" />
261
+ </svg>
262
+ </div>
263
+ <h3 class="text-xl font-bold mb-3 text-white">IA no Dia a Dia</h3>
264
+ <p class="text-gray-300">
265
+ Como usar inteligência artificial para facilitar sua vida, desde assistentes virtuais até ferramentas criativas.
266
+ </p>
267
+ </div>
268
+
269
+ <!-- Segurança Card -->
270
+ <div class="bg-gray-800 p-6 rounded-2xl neon-border hover:shadow-neon transition duration-500 transform hover:-translate-y-2">
271
+ <div class="text-neon mb-4">
272
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
273
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
274
+ </svg>
275
+ </div>
276
+ <h3 class="text-xl font-bold mb-3 text-white">Segurança Digital</h3>
277
+ <p class="text-gray-300">
278
+ Proteja seus dados e privacidade online com nossas dicas essenciais de segurança digital.
279
+ </p>
280
+ </div>
281
+ </div>
282
+ </div>
283
+ </section>
284
+
285
+ <!-- Internet Ilimitada Section -->
286
+ <section id="internet" class="py-20 bg-primary">
287
+ <div class="container mx-auto px-6">
288
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-white">
289
+ <span class="border-b-2 border-neon pb-2">Internet Ilimitada</span>
290
+ </h2>
291
+
292
+ <div class="max-w-4xl mx-auto text-center mb-16">
293
+ <p class="text-xl text-gray-300">
294
+ Aprenda como ter internet ilimitada nas principais operadoras de Angola. Métodos testados e aprovados pela comunidade.
295
+ </p>
296
+ </div>
297
+
298
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
299
+ <!-- Africell Video -->
300
+ <div class="bg-gray-800 p-6 rounded-2xl neon-border transition duration-500 transform hover:-translate-y-2">
301
+ <h3 class="text-2xl font-bold mb-6 text-center text-neon">Africell</h3>
302
+ <div class="video-container rounded-xl overflow-hidden">
303
+ <iframe src="https://www.youtube.com/embed/KwiYbB-RXAY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
304
+ </div>
305
+ <div class="mt-6 text-center">
306
+ <a href="https://youtu.be/KwiYbB-RXAY?si=pxcNz-ohFvVyFI0-" target="_blank" class="inline-block bg-neon text-primary font-bold py-2 px-6 rounded-full hover:bg-opacity-90 transition duration-300">
307
+ Assistir no YouTube
308
+ </a>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Unitel Video -->
313
+ <div class="bg-gray-800 p-6 rounded-2xl neon-border transition duration-500 transform hover:-translate-y-2">
314
+ <h3 class="text-2xl font-bold mb-6 text-center text-neon">Unitel</h3>
315
+ <div class="video-container rounded-xl overflow-hidden">
316
+ <iframe src="https://www.youtube.com/embed/vDv9WNrM5XA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
317
+ </div>
318
+ <div class="mt-6 text-center">
319
+ <a href="https://youtu.be/vDv9WNrM5XA?si=swW4gtXMTfNR4gL6" target="_blank" class="inline-block bg-neon text-primary font-bold py-2 px-6 rounded-full hover:bg-opacity-90 transition duration-300">
320
+ Assistir no YouTube
321
+ </a>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </section>
327
+
328
+ <!-- YouTube Section -->
329
+ <section id="youtube" class="py-20 bg-gray-900">
330
+ <div class="container mx-auto px-6">
331
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-white">
332
+ <span class="border-b-2 border-neon pb-2">Nosso Canal no YouTube</span>
333
+ </h2>
334
+
335
+ <div class="max-w-4xl mx-auto text-center mb-16">
336
+ <p class="text-xl text-gray-300">
337
+ Acompanhe nosso conteúdo no YouTube com dicas semanais de tecnologia, tutoriais e muito mais.
338
+ </p>
339
+ </div>
340
+
341
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
342
+ <!-- Video 1 Placeholder -->
343
+ <div class="bg-gray-800 rounded-2xl overflow-hidden neon-border transition duration-500 transform hover:-translate-y-2">
344
+ <div class="h-48 bg-gray-700 flex items-center justify-center">
345
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-16 w-16 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
346
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z" />
347
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
348
+ </svg>
349
+ </div>
350
+ <div class="p-6">
351
+ <h3 class="text-xl font-bold mb-3 text-white">Dica de Tecnologia #1</h3>
352
+ <p class="text-gray-300 mb-4">Aprenda truques úteis para seu smartphone</p>
353
+ <div class="flex space-x-3">
354
+ <a href="#" class="inline-block bg-gray-700 text-white font-medium py-1 px-4 rounded-full hover:bg-gray-600 transition duration-300">
355
+ Assistir
356
+ </a>
357
+ <a href="https://youtube.com/@dinilsonricardo?si=aqIp1h8xH3I5q7nG" target="_blank" class="inline-block bg-red-600 text-white font-medium py-1 px-4 rounded-full hover:bg-red-700 transition duration-300 neon-text">
358
+ Inscreva-se
359
+ </a>
360
+ </div>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Video 2 Placeholder -->
365
+ <div class="bg-gray-800 rounded-2xl overflow-hidden neon-border transition duration-500 transform hover:-translate-y-2">
366
+ <div class="h-48 bg-gray-700 flex items-center justify-center">
367
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-16 w-16 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
368
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z" />
369
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
370
+ </svg>
371
+ </div>
372
+ <div class="p-6">
373
+ <h3 class="text-xl font-bold mb-3 text-white">Dica de Produtividade</h3>
374
+ <p class="text-gray-300 mb-4">Aumente sua eficiência com essas ferramentas</p>
375
+ <div class="flex space-x-3">
376
+ <a href="#" class="inline-block bg-gray-700 text-white font-medium py-1 px-4 rounded-full hover:bg-gray-600 transition duration-300">
377
+ Assistir
378
+ </a>
379
+ <a href="https://youtube.com/@dinilsonricardo?si=aqIp1h8xH3I5q7nG" target="_blank" class="inline-block bg-red-600 text-white font-medium py-1 px-4 rounded-full hover:bg-red-700 transition duration-300 neon-text">
380
+ Inscreva-se
381
+ </a>
382
+ </div>
383
+ </div>
384
+ </div>
385
+
386
+ <!-- Video 3 Placeholder -->
387
+ <div class="bg-gray-800 rounded-2xl overflow-hidden neon-border transition duration-500 transform hover:-translate-y-2">
388
+ <div class="h-48 bg-gray-700 flex items-center justify-center">
389
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-16 w-16 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
390
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z" />
391
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
392
+ </svg>
393
+ </div>
394
+ <div class="p-6">
395
+ <h3 class="text-xl font-bold mb-3 text-white">Segurança Digital</h3>
396
+ <p class="text-gray-300 mb-4">Proteja seus dados online com essas dicas</p>
397
+ <div class="flex space-x-3">
398
+ <a href="#" class="inline-block bg-gray-700 text-white font-medium py-1 px-4 rounded-full hover:bg-gray-600 transition duration-300">
399
+ Assistir
400
+ </a>
401
+ <a href="https://youtube.com/@dinilsonricardo?si=aqIp1h8xH3I5q7nG" target="_blank" class="inline-block bg-red-600 text-white font-medium py-1 px-4 rounded-full hover:bg-red-700 transition duration-300 neon-text">
402
+ Inscreva-se
403
+ </a>
404
+ </div>
405
+ </div>
406
+ </div>
407
+ </div>
408
+
409
+ <div class="text-center mt-12">
410
+ <a href="https://youtube.com/@dinilsonricardo?si=aqIp1h8xH3I5q7nG" target="_blank" class="inline-block bg-red-600 text-white font-bold py-3 px-8 rounded-full hover:bg-red-700 transition duration-300 transform hover:scale-105 shadow-lg neon-text">
411
+ Visite Nosso Canal
412
+ </a>
413
+ </div>
414
+ </div>
415
+ </section>
416
+
417
+ <!-- Desafios Section -->
418
+ <section id="desafios" class="py-20 bg-primary">
419
+ <div class="container mx-auto px-6">
420
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-white">
421
+ <span class="border-b-2 border-neon pb-2">Desafios Semanais</span>
422
+ </h2>
423
+
424
+ <div class="max-w-3xl mx-auto bg-gray-800 bg-opacity-50 p-8 rounded-2xl neon-border text-center">
425
+ <div class="text-5xl text-neon mb-6 animate-pulse">
426
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-16 w-16 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
427
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
428
+ </svg>
429
+ </div>
430
+ <h3 class="text-2xl font-bold mb-4 text-white">Participe e Ganhe Saldo Grátis!</h3>
431
+ <p class="text-xl text-gray-300 mb-6">
432
+ "Toda sexta-feira no grupo do WhatsApp, quem responder primeiro e corretamente uma pergunta, ganha saldo grátis!"
433
+ </p>
434
+ <a href="https://chat.whatsapp.com/FMryiQno3n1CcvANQ3963d" target="_blank" class="inline-block bg-green-500 text-white font-bold py-3 px-8 rounded-full hover:bg-green-600 transition duration-300 transform hover:scale-105 shadow-lg">
435
+ Entrar no Grupo
436
+ </a>
437
+ </div>
438
+ </div>
439
+ </section>
440
+
441
+ <!-- Contato Section -->
442
+ <section id="contato" class="py-20 bg-gray-900">
443
+ <div class="container mx-auto px-6">
444
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-white">
445
+ <span class="border-b-2 border-neon pb-2">Entre em Contato</span>
446
+ </h2>
447
+
448
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
449
+ <div>
450
+ <h3 class="text-2xl font-bold mb-6 text-neon">Informações de Contato</h3>
451
+
452
+ <div class="mb-8">
453
+ <div class="flex items-center mb-4">
454
+ <div class="bg-neon bg-opacity-20 p-3 rounded-full mr-4">
455
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-neon" fill="none" viewBox="0 0 24 24" stroke="currentColor">
456
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z" />
457
+ </svg>
458
+ </div>
459
+ <div>
460
+ <h4 class="text-lg font-semibold text-white">WhatsApp</h4>
461
+ <a href="https://wa.me/244946239878" target="_blank" class="text-gray-300 hover:text-neon transition duration-300">+244 946 239 878</a>
462
+ </div>
463
+ </div>
464
+
465
+ <div class="flex items-center">
466
+ <div class="bg-neon bg-opacity-20 p-3 rounded-full mr-4">
467
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-neon" fill="none" viewBox="0 0 24 24" stroke="currentColor">
468
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
469
+ </svg>
470
+ </div>
471
+ <div>
472
+ <h4 class="text-lg font-semibold text-white">Facebook</h4>
473
+ <a href="https://www.facebook.com/profile.php?id=61575193132740&mibextid=ZbWKwL" target="_blank" class="text-gray-300 hover:text-neon transition duration-300">TechDicas Angola</a>
474
+ </div>
475
+ </div>
476
+ </div>
477
+
478
+ <div class="bg-gray-800 bg-opacity-50 p-6 rounded-xl neon-border">
479
+ <h4 class="text-xl font-semibold mb-4 text-white">Redes Sociais</h4>
480
+ <div class="flex space-x-4">
481
+ <a href="https://www.facebook.com/profile.php?id=61575193132740&mibextid=ZbWKwL" target="_blank" class="bg-blue-600 text-white p-3 rounded-full hover:bg-blue-700 transition duration-300">
482
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24"><path d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"/></svg>
483
+ </a>
484
+ <a href="https://youtube.com/@dinilsonricardo?si=aqIp1h8xH3I5q7nG" target="_blank" class="bg-red-600 text-white p-3 rounded-full hover:bg-red-700 transition duration-300">
485
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24"><path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"/></svg>
486
+ </a>
487
+ </div>
488
+ </div>
489
+ </div>
490
+
491
+ <div>
492
+ <h3 class="text-2xl font-bold mb-6 text-neon">Envie uma Mensagem</h3>
493
+ <form class="space-y-4">
494
+ <div>
495
+ <label for="name" class="block text-sm font-medium text-gray-300 mb-1">Nome</label>
496
+ <input type="text" id="name" class="w-full bg-gray-800 border border-gray-700 rounded-lg py-3 px-4 text-white focus:outline-none focus:ring-2 focus:ring-neon focus:border-transparent input-neon" placeholder="Seu nome">
497
+ </div>
498
+ <div>
499
+ <label for="email" class="block text-sm font-medium text-gray-300 mb-1">E-mail</label>
500
+ <input type="email" id="email" class="w-full bg-gray-800 border border-gray-700 rounded-lg py-3 px-4 text-white focus:outline-none focus:ring-2 focus:ring-neon focus:border-transparent input-neon" placeholder="seu@email.com">
501
+ </div>
502
+ <div>
503
+ <label for="message" class="block text-sm font-medium text-gray-300 mb-1">Mensagem</label>
504
+ <textarea id="message" rows="4" class="w-full bg-gray-800 border border-gray-700 rounded-lg py-3 px-4 text-white focus:outline-none focus:ring-2 focus:ring-neon focus:border-transparent input-neon" placeholder="Sua mensagem"></textarea>
505
+ </div>
506
+ <button type="submit" class="w-full bg-neon text-primary font-bold py-3 px-6 rounded-lg hover:bg-opacity-90 transition duration-300">
507
+ Enviar Mensagem
508
+ </button>
509
+ </form>
510
+ </div>
511
+ </div>
512
+ </div>
513
+ </section>
514
+
515
+ <!-- Links Úteis Section -->
516
+ <section id="links" class="py-20 bg-primary">
517
+ <div class="container mx-auto px-6">
518
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-white">
519
+ <span class="border-b-2 border-neon pb-2">Links Úteis</span>
520
+ </h2>
521
+
522
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
523
+ <!-- VPN Card -->
524
+ <a href="https://sshmax.net/" target="_blank" class="bg-gray-800 p-8 rounded-2xl neon-border hover:shadow-neon transition duration-500 transform hover:-translate-y-2 group">
525
+ <div class="text-neon mb-6 text-4xl animate-float">
526
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
527
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
528
+ </svg>
529
+ </div>
530
+ <h3 class="text-xl font-bold mb-3 text-white text-center group-hover:text-neon transition duration-300">Criar Arquivos VPN</h3>
531
+ <p class="text-gray-300 text-center">Acesse o SSHMax para criar seus arquivos de configuração VPN.</p>
532
+ </a>
533
+
534
+ <!-- Teste Internet Card -->
535
+ <a href="https://fast.com/en/gb/#" target="_blank" class="bg-gray-800 p-8 rounded-2xl neon-border hover:shadow-neon transition duration-500 transform hover:-translate-y-2 group">
536
+ <div class="text-neon mb-6 text-4xl animate-float">
537
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
538
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
539
+ </svg>
540
+ </div>
541
+ <h3 class="text-xl font-bold mb-3 text-white text-center group-hover:text-neon transition duration-300">Testar Velocidade</h3>
542
+ <p class="text-gray-300 text-center">Verifique a velocidade real da sua conexão com o Fast.com.</p>
543
+ </a>
544
+
545
+ <!-- SNI Card -->
546
+ <a href="https://atsameip.intercode.ca" target="_blank" class="bg-gray-800 p-8 rounded-2xl neon-border hover:shadow-neon transition duration-500 transform hover:-translate-y-2 group">
547
+ <div class="text-neon mb-6 text-4xl animate-float">
548
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
549
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
550
+ </svg>
551
+ </div>
552
+ <h3 class="text-xl font-bold mb-3 text-white text-center group-hover:text-neon transition duration-300">Buscar SNIs</h3>
553
+ <p class="text-gray-300 text-center">Encontre SNIs válidas para suas configurações de internet.</p>
554
+ </a>
555
+ </div>
556
+ </div>
557
+ </section>
558
+
559
+ <!-- Footer -->
560
+ <footer class="bg-gray-900 py-12">
561
+ <div class="container mx-auto px-6">
562
+ <div class="flex flex-col items-center">
563
+ <div class="flex items-center mb-6">
564
+ <div class="w-10 h-10 rounded-full bg-neon flex items-center justify-center mr-3">
565
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
566
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" />
567
+ </svg>
568
+ </div>
569
+ <a href="#" class="text-2xl font-bold text-white neon-text">Tech<span class="text-neon">Dicas</span></a>
570
+ </div>
571
+
572
+ <div class="flex space-x-6 mb-6">
573
+ <a href="https://www.facebook.com/profile.php?id=61575193132740&mibextid=ZbWKwL" target="_blank" class="text-gray-400 hover:text-neon transition duration-300">
574
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24"><path d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"/></svg>
575
+ </a>
576
+ <a href="https://youtube.com/@dinilsonricardo?si=aqIp1h8xH3I5q7nG" target="_blank" class="text-gray-400 hover:text-neon transition duration-300">
577
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24"><path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"/></svg>
578
+ </a>
579
+ <a href="https://wa.me/244946239878" target="_blank" class="text-gray-400 hover:text-neon transition duration-300">
580
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.479 5.092 1.479 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.612-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z"/></svg>
581
+ </a>
582
+ </div>
583
+
584
+ <p class="text-gray-400 text-center">
585
+ © 2025 TechDicas - Todos os direitos reservados
586
+ </p>
587
+ </div>
588
+ </div>
589
+ </footer>
590
+
591
+ <script>
592
+ // Mobile menu toggle
593
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
594
+ const menu = document.getElementById('mobile-menu');
595
+ menu.classList.toggle('hidden');
596
+ });
597
+
598
+ // Smooth scrolling for anchor links
599
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
600
+ anchor.addEventListener('click', function (e) {
601
+ e.preventDefault();
602
+
603
+ const targetId = this.getAttribute('href');
604
+ const targetElement = document.querySelector(targetId);
605
+
606
+ if (targetElement) {
607
+ // Close mobile menu if open
608
+ const mobileMenu = document.getElementById('mobile-menu');
609
+ if (!mobileMenu.classList.contains('hidden')) {
610
+ mobileMenu.classList.add('hidden');
611
+ }
612
+
613
+ // Scroll to target
614
+ window.scrollTo({
615
+ top: targetElement.offsetTop - 80,
616
+ behavior: 'smooth'
617
+ });
618
+ }
619
+ });
620
+ });
621
+
622
+ // Add shadow to header on scroll
623
+ window.addEventListener('scroll', function() {
624
+ const header = document.querySelector('header');
625
+ if (window.scrollY > 50) {
626
+ header.classList.add('shadow-lg');
627
+ } else {
628
+ header.classList.remove('shadow-lg');
629
+ }
630
+ });
631
+ </script>
632
+ <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=Dinilsonricardo/techdicas" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
633
+ </html>