-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
309 lines (295 loc) · 26.5 KB
/
index.html
File metadata and controls
309 lines (295 loc) · 26.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>INformigados | Clear & Reliable Digital Solutions</title>
<meta name="description" content="INformigados is a Brazilian technology company focused on clear, reliable, and well-structured digital solutions. Web development, automation, and consulting.">
<meta name="theme-color" content="#0f172a">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://informigados.github.io/">
<meta property="og:title" content="INformigados | Clear & Reliable Digital Solutions">
<meta property="og:description" content="INformigados is a Brazilian technology company focused on clear, reliable, and well-structured digital solutions.">
<meta property="og:image" content="https://informigados.github.io/assets/img/logo-white.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://informigados.github.io/">
<meta property="twitter:title" content="INformigados | Clear & Reliable Digital Solutions">
<meta property="twitter:description" content="INformigados is a Brazilian technology company focused on clear, reliable, and well-structured digital solutions.">
<meta property="twitter:image" content="https://informigados.github.io/assets/img/logo-white.png">
<link rel="shortcut icon" href="assets/img/favicon.svg" type="image/x-icon">
<!-- Preconnect for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
},
colors: {
brand: {
50: '#fff1f0',
900: '#0f172a',
accent: '#f67464',
}
},
animation: {
'fade-in': 'fadeIn 1s ease-out forwards',
'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
},
keyframes: {
fadeIn: {
'0%': { opacity: '0', transform: 'translateY(10px)' },
'100%': { opacity: '1', transform: 'translateY(0)' },
}
}
}
}
}
</script>
<style>
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #0f172a;
}
::-webkit-scrollbar-thumb {
background: #334155;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #475569;
}
.glass-card {
background: rgba(30, 41, 59, 0.7);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.05);
}
</style>
</head>
<body class="bg-brand-900 text-slate-300 font-sans antialiased selection:bg-brand-accent selection:text-brand-900 flex flex-col min-h-screen">
<div class="fixed inset-0 z-[-1] bg-[radial-gradient(ellipse_at_top,_var(--tw-gradient-stops))] from-slate-800 via-brand-900 to-black"></div>
<main class="flex-grow w-full max-w-4xl mx-auto px-6 py-12 md:py-20">
<header class="mb-16 md:mb-24">
<div class="flex items-center justify-between mb-8 gap-4">
<a href="#" aria-label="INformigados Home" class="block flex-shrink-0">
<img src="assets/img/logo-white.svg"
alt="INformigados Logo"
width="150" height="40"
class="h-6 md:h-10 w-auto object-contain hover:opacity-90 transition-opacity"
onerror="this.style.display='none';">
</a>
<!-- Language Selector -->
<div class="relative flex-shrink-0">
<button type="button" id="lang-btn" class="flex items-center gap-2 px-3 py-2 rounded-lg bg-slate-800/50 hover:bg-slate-800 border border-slate-700 hover:border-slate-600 transition-all text-sm font-medium text-slate-300 group">
<img src="assets/img/flags/us.png" alt="US" class="w-5 h-auto rounded-sm shadow-sm">
<span class="group-hover:text-white transition-colors">US</span>
<svg class="w-4 h-4 text-slate-400 group-hover:text-white transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
</button>
<!-- Dropdown Menu -->
<div id="lang-menu" class="hidden absolute right-0 mt-2 w-56 bg-[#1e293b] border border-slate-700 rounded-xl shadow-xl z-50 overflow-hidden ring-1 ring-black ring-opacity-5">
<div class="py-1">
<a href="./" class="flex items-center gap-3 px-4 py-2.5 hover:bg-slate-800 transition-colors text-slate-300 hover:text-white bg-slate-800/50">
<img src="assets/img/flags/us.png" alt="English (US)" class="w-5 h-auto rounded-sm shadow-sm">
<span class="text-sm font-medium">English</span>
</a>
<a href="./br/" class="flex items-center gap-3 px-4 py-2.5 hover:bg-slate-800 transition-colors text-slate-300 hover:text-white">
<img src="assets/img/flags/br.png" alt="Portuguese (Brazil)" class="w-5 h-auto rounded-sm shadow-sm">
<span class="text-sm font-medium">Portuguese (Brazil)</span>
</a>
<a href="./pt/" class="flex items-center gap-3 px-4 py-2.5 hover:bg-slate-800 transition-colors text-slate-300 hover:text-white">
<img src="assets/img/flags/pt.png" alt="Portuguese (Portugal)" class="w-5 h-auto rounded-sm shadow-sm">
<span class="text-sm font-medium">Portuguese (Portugal)</span>
</a>
<a href="./es/" class="flex items-center gap-3 px-4 py-2.5 hover:bg-slate-800 transition-colors text-slate-300 hover:text-white">
<img src="assets/img/flags/es.png" alt="Spanish" class="w-5 h-auto rounded-sm shadow-sm">
<span class="text-sm font-medium">Spanish</span>
</a>
<a href="./fr/" class="flex items-center gap-3 px-4 py-2.5 hover:bg-slate-800 transition-colors text-slate-300 hover:text-white">
<img src="assets/img/flags/fr.png" alt="French" class="w-5 h-auto rounded-sm shadow-sm">
<span class="text-sm font-medium">French</span>
</a>
</div>
</div>
</div>
</div>
<h1 class="text-4xl md:text-6xl font-bold text-white tracking-tight leading-tight mb-6">
Clear logic. <br>
<span class="text-transparent bg-clip-text bg-gradient-to-r from-brand-accent to-rose-400">Solid structure.</span>
</h1>
<p class="text-lg md:text-xl text-slate-400 max-w-2xl leading-relaxed">
INformigados is a Brazilian technology company focused on building clear, reliable, and well-structured digital solutions. We emphasize performance, maintainability, and long-term sustainability.
</p>
</header>
<section class="mb-20 animate-fade-in">
<h2 class="text-sm font-bold uppercase tracking-widest text-brand-accent mb-8 flex items-center gap-2">
<span class="w-8 h-[1px] bg-brand-accent"></span>
What we do
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<!-- Card 1 -->
<div class="glass-card p-6 rounded-xl hover:bg-slate-800/80 transition-all duration-300 group hover:-translate-y-1 hover:border-brand-accent/30">
<div class="w-12 h-12 bg-slate-800 rounded-lg flex items-center justify-center mb-4 group-hover:text-brand-accent transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
</div>
<h3 class="text-white font-semibold text-lg mb-2">Modern Web Development</h3>
<p class="text-slate-400 text-sm">Building responsive interfaces with clean HTML, CSS, and modern frameworks.</p>
</div>
<!-- Card 2 -->
<div class="glass-card p-6 rounded-xl hover:bg-slate-800/80 transition-all duration-300 group hover:-translate-y-1 hover:border-brand-accent/30">
<div class="w-12 h-12 bg-slate-800 rounded-lg flex items-center justify-center mb-4 group-hover:text-brand-accent transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="7" x="3" y="3" rx="1"/><rect width="9" height="7" x="3" y="14" rx="1"/><rect width="5" height="7" x="16" y="14" rx="1"/></svg>
</div>
<h3 class="text-white font-semibold text-lg mb-2">WordPress Solutions</h3>
<p class="text-slate-400 text-sm">Custom themes and plugins engineered for speed and security.</p>
</div>
<!-- Card 3 -->
<div class="glass-card p-6 rounded-xl hover:bg-slate-800/80 transition-all duration-300 group hover:-translate-y-1 hover:border-brand-accent/30">
<div class="w-12 h-12 bg-slate-800 rounded-lg flex items-center justify-center mb-4 group-hover:text-brand-accent transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6"/><path d="M15 2v2"/><path d="M15 20v2"/><path d="M2 15h2"/><path d="M2 9h2"/><path d="M20 15h2"/><path d="M20 9h2"/><path d="M9 2v2"/><path d="M9 20v2"/></svg>
</div>
<h3 class="text-white font-semibold text-lg mb-2">Systems & Automation</h3>
<p class="text-slate-400 text-sm">Custom integrations and automated workflows to optimize business logic.</p>
</div>
<!-- Card 4 -->
<div class="glass-card p-6 rounded-xl hover:bg-slate-800/80 transition-all duration-300 group hover:-translate-y-1 hover:border-brand-accent/30">
<div class="w-12 h-12 bg-slate-800 rounded-lg flex items-center justify-center mb-4 group-hover:text-brand-accent transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="4"/><path d="m4.93 4.93 4.24 4.24"/><path d="m14.83 14.83 4.24 4.24"/><path d="m14.83 9.17 4.24-4.24"/><path d="m14.83 9.17 4.24-4.24"/><path d="m9.17 14.83-4.24 4.24"/></svg>
</div>
<h3 class="text-white font-semibold text-lg mb-2">Support & Consulting</h3>
<p class="text-slate-400 text-sm">Technical guidance to ensure your technology evolves without debt.</p>
</div>
</div>
</section>
<section class="mb-20 py-10 border-y border-slate-800 animate-fade-in">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-8">
<div class="md:w-1/2">
<h2 class="text-sm font-bold uppercase tracking-widest text-brand-accent mb-4">Our Philosophy</h2>
<p class="text-slate-400 leading-relaxed">
Technology should solve real problems, remain understandable over time, and evolve without unnecessary complexity.
</p>
</div>
<div class="md:w-1/2 text-left md:text-right">
<p class="text-2xl md:text-3xl font-bold text-white tracking-tight">
"Less noise.<br>
More purpose.<br>
Code with intention."
</p>
</div>
</div>
</section>
<section class="mb-20 animate-fade-in">
<h2 class="text-sm font-bold uppercase tracking-widest text-brand-accent mb-8 flex items-center gap-2">
<span class="w-8 h-[1px] bg-brand-accent"></span>
Connect with us
</h2>
<div class="flex flex-wrap gap-3">
<a href="https://github.com/informigados" target="_blank" rel="noopener noreferrer" aria-label="GitHub"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-white hover:text-black rounded-lg transition-all border border-slate-700 hover:border-white">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-6 h-6"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"/><path d="M9 18c-4.51 2-5-2-7-2"/></svg>
</a>
<a href="https://x.com/informigados" target="_blank" rel="noopener noreferrer" aria-label="X (Twitter)"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-black hover:text-white rounded-lg transition-all border border-slate-700 hover:border-white">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a href="https://www.instagram.com/informigados" target="_blank" rel="noopener noreferrer" aria-label="Instagram"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#E1306C] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#E1306C]">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-6 h-6"><rect width="20" height="20" x="2" y="2" rx="5" ry="5"/><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"/><line x1="17.5" x2="17.51" y1="6.5" y2="6.5"/></svg>
</a>
<a href="https://www.facebook.com/INformigados" target="_blank" rel="noopener noreferrer" aria-label="Facebook"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#1877F2] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#1877F2]">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-6 h-6"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/></svg>
</a>
<a href="https://www.youtube.com/@informigados" target="_blank" rel="noopener noreferrer" aria-label="YouTube"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#FF0000] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#FF0000]">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-6 h-6"><path d="M2.5 17a24.12 24.12 0 0 1 0-10 2.6 2.6 0 0 1 1.8-1.8c2.38-.6 7.7-.6 7.7-.6s5.32 0 7.7.6a2.6 2.6 0 0 1 1.8 1.8 24.12 24.12 0 0 1 0 10 2.6 2.6 0 0 1-1.8 1.8c-2.38.6-7.7.6-7.7.6s-5.32 0-7.7-.6a2.6 2.6 0 0 1-1.8-1.8z"/><path d="m10 15 5-3-5-3z"/></svg>
</a>
<a href="https://br.pinterest.com/informigados/" target="_blank" rel="noopener noreferrer" aria-label="Pinterest"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#BD081C] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#BD081C]">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24"><path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.399.165-1.487-.69-2.432-2.864-2.432-4.632 0-3.77 2.744-7.229 7.928-7.229 4.156 0 7.394 2.967 7.394 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.367 18.62 0 12.017 0z"/></svg>
</a>
<a href="https://www.linkedin.com/company/informigados/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#0A66C2] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#0A66C2]">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-6 h-6"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect width="4" height="12" x="2" y="9"/><circle cx="4" cy="4" r="2"/></svg>
</a>
<a href="https://profiles.wordpress.org/informigados/" target="_blank" rel="noopener noreferrer" aria-label="WordPress"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#21759B] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#21759B]">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24"><path d="M21.469 6.825c.84 1.537 1.318 3.3 1.318 5.175 0 3.979-2.156 7.456-5.363 9.325l3.295-9.527c.615-1.54.82-2.771.82-3.864 0-.405-.026-.78-.07-1.11m-7.981.105c.647-.03 1.232-.105 1.232-.105.582-.075.514-.93-.067-.899 0 0-1.755.135-2.88.135-1.064 0-2.85-.15-2.85-.15-.585-.03-.661.855-.075.885 0 0 .54.061 1.125.09l1.68 4.605-2.37 7.08L5.354 6.9c.649-.03 1.234-.1 1.234-.1.585-.075.516-.93-.065-.896 0 0-1.746.138-2.874.138-.2 0-.438-.008-.69-.015C4.911 3.15 8.235 1.215 12 1.215c2.809 0 5.365 1.072 7.286 2.833-.046-.003-.091-.009-.141-.009-1.06 0-1.812.923-1.812 1.914 0 .89.513 1.643 1.06 2.531.411.72.89 1.643.89 2.977 0 .915-.354 1.994-.821 3.479l-1.075 3.585-3.9-11.61.001.014zM12 22.784c-1.059 0-2.081-.153-3.048-.437l3.237-9.406 3.315 9.087c.024.053.05.101.078.149-1.12.393-2.325.609-3.582.609M1.211 12c0-1.564.336-3.05.935-4.39L7.29 21.709C3.694 19.96 1.212 16.271 1.211 12M12 0C5.385 0 0 5.385 0 12s5.385 12 12 12 12-5.385 12-12S18.615 0 12 0"/></svg>
</a>
<a href="https://www.deviantart.com/informigados" target="_blank" rel="noopener noreferrer" aria-label="DeviantArt"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#05CC47] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#05CC47]">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24"><path d="M19.207 4.794l.23-.43V0H15.07l-.436.44-2.058 3.925-.646.436H4.58v5.993h4.04l.36.436-4.175 7.98-.24.43V24H8.93l.436-.44 2.07-3.925.644-.436h7.35v-5.993h-4.05l-.36-.438 4.186-7.977z"/></svg>
</a>
<a href="https://www.twitch.tv/informigados" target="_blank" rel="noopener noreferrer" aria-label="Twitch"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#9146FF] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#9146FF]">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-6 h-6"><path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"/></svg>
</a>
<a href="https://informigados.tumblr.com/" target="_blank" rel="noopener noreferrer" aria-label="Tumblr"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#36465D] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#36465D]">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M14.563 24c-5.093 0-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313 4.512-4.596 4.71-6.469C9.84.051 9.941 0 9.999 0h3.517v6.114h4.801v3.633h-4.82v7.47c.016 1.001.375 2.371 2.207 2.371h.09c.631-.02 1.486-.205 1.936-.419l1.156 3.425c-.436.636-2.4 1.374-4.156 1.407"/></svg>
</a>
<a href="https://www.flickr.com/people/informigados/" target="_blank" rel="noopener noreferrer" aria-label="Flickr"
class="flex items-center justify-center w-12 h-12 bg-slate-800 hover:bg-[#FF0084] hover:text-white rounded-lg transition-all border border-slate-700 hover:border-[#FF0084]">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M6.16 7.84a4.16 4.16 0 1 0 0 8.32 4.16 4.16 0 0 0 0-8.32zm11.68 0a4.16 4.16 0 1 0 0 8.32 4.16 4.16 0 0 0 0-8.32z"/></svg>
</a>
</div>
</section>
<section class="mb-12 flex flex-col sm:flex-row gap-4 animate-fade-in">
<a href="https://g.page/r/CX5dKY5GrqUpEBM/review" target="_blank" rel="noopener noreferrer"
class="flex-1 flex items-center justify-center gap-3 px-6 py-4 bg-[#1e293b] hover:bg-[#4285F4] text-white rounded-xl transition-all border border-slate-700 hover:border-[#4285F4] group">
<div class="bg-white p-1 rounded-full">
<svg class="w-4 h-4 text-black" viewBox="0 0 24 24" fill="currentColor"><path d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z" fill="#4285F4"/><path d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z" fill="#34A853"/><path d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.84z" fill="#FBBC05"/><path d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z" fill="#EA4335"/></svg>
</div>
<span class="font-semibold group-hover:text-white">Rate us on Google</span>
</a>
<a href="https://br.trustpilot.com/review/informigados.com.br" target="_blank" rel="noopener noreferrer"
class="flex-1 flex items-center justify-center gap-3 px-6 py-4 bg-[#1e293b] hover:bg-[#00b67a] text-white rounded-xl transition-all border border-slate-700 hover:border-[#00b67a] group">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-5 h-5 text-[#00b67a] group-hover:text-white fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
<span class="font-semibold group-hover:text-white">Rate us on Trustpilot</span>
</a>
</section>
</main>
<footer class="w-full border-t border-slate-800 py-8 mt-auto">
<div class="max-w-4xl mx-auto px-6 flex justify-center items-center text-sm text-slate-200">
<p><span id="year"></span> © INformigados. Built with clarity.</p>
</div>
</footer>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
// Language Dropdown Toggle
const langBtn = document.getElementById('lang-btn');
const langMenu = document.getElementById('lang-menu');
if (langBtn && langMenu) {
langBtn.addEventListener('click', (e) => {
e.stopPropagation();
langMenu.classList.toggle('hidden');
});
document.addEventListener('click', (e) => {
if (!langBtn.contains(e.target) && !langMenu.contains(e.target)) {
langMenu.classList.add('hidden');
}
});
}
// Register Service Worker for caching
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./sw.js')
.then(registration => {
console.log('ServiceWorker registration successful');
})
.catch(err => {
console.log('ServiceWorker registration failed: ', err);
});
});
}
</script>
</body>
</html>