akra35567 commited on
Commit
491b869
verified
1 Parent(s): 4585692

Upload 2 files

Browse files
Files changed (2) hide show
  1. components/footer.php +134 -0
  2. components/header.php +302 -0
components/footer.php ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- components/footer.php -->
2
+ <footer class="relative bg-slate-950/95 backdrop-blur-xl border-t border-white/5 mt-20 overflow-hidden">
3
+ <!-- Gradient Background -->
4
+ <div class="absolute inset-0 bg-linear-to-b from-transparent via-cyan-950/5 to-blue-950/10 pointer-events-none"></div>
5
+
6
+ <div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
7
+ <!-- Main Content -->
8
+ <div class="py-16 lg:py-20">
9
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-12 lg:gap-16">
10
+
11
+ <!-- Column 1: Logo & Description -->
12
+ <div class="text-center lg:text-left">
13
+ <div class="flex items-center justify-center lg:justify-start space-x-3 mb-6">
14
+ <div class="w-12 h-12 rounded-xl overflow-hidden bg-linear-to-br from-cyan-500 to-blue-600 p-0.5 shadow-lg">
15
+ <img src="/assets/logo.jpeg" alt="SoftEdge Logo" class="w-full h-full object-cover rounded-xl">
16
+ </div>
17
+ <span class="text-2xl font-bold bg-linear-to-r from-cyan-400 to-blue-500 bg-clip-text text-transparent">
18
+ SoftEdge
19
+ </span>
20
+ </div>
21
+
22
+ <p class="text-gray-400 text-sm leading-relaxed max-w-xs mx-auto lg:mx-0">
23
+ Come莽amos com um sonho. Hoje desenvolvemos realidades l贸gicas e softwares mais am谩veis.
24
+ </p>
25
+
26
+ <p class="text-gray-500 text-xs mt-4">
27
+ Fundada em 2023 por Isaac Quarenta
28
+ </p>
29
+ </div>
30
+
31
+ <!-- Column 2: Quick Links -->
32
+ <div class="text-center lg:text-left">
33
+ <h3 class="text-slate-200 font-medium text-sm mb-4 uppercase tracking-wide">
34
+ Navega莽茫o
35
+ </h3>
36
+ <nav class="space-y-2">
37
+ <a href="index.php" class="block text-slate-400 hover:text-slate-200 transition-colors text-sm">
38
+ In铆cio
39
+ </a>
40
+ <a href="sobre.php" class="block text-slate-400 hover:text-slate-200 transition-colors text-sm">
41
+ Empresa
42
+ </a>
43
+ <a href="servicos.php" class="block text-slate-400 hover:text-slate-200 transition-colors text-sm">
44
+ Servi莽os
45
+ </a>
46
+ <a href="projetos.php" class="block text-slate-400 hover:text-slate-200 transition-colors text-sm">
47
+ Projetos
48
+ </a>
49
+ <a href="contato.php" class="block text-slate-400 hover:text-slate-200 transition-colors text-sm">
50
+ Contato
51
+ </a>
52
+ </nav>
53
+ </div>
54
+
55
+ <!-- Column 3: Contact & Social -->
56
+ <div class="text-center lg:text-left">
57
+ <h3 class="text-slate-200 font-medium text-sm mb-4 uppercase tracking-wide">
58
+ Contato
59
+ </h3>
60
+
61
+ <!-- Contact Info -->
62
+ <div class="space-y-3 mb-6">
63
+ <a href="mailto:softedgecorporation@gmail.com"
64
+ class="flex items-center justify-center lg:justify-start gap-3 text-slate-400 hover:text-slate-200 transition-colors">
65
+ <i data-lucide="mail" class="w-4 h-4"></i>
66
+ <span class="text-sm">Email</span>
67
+ </a>
68
+
69
+ <a href="https://whatsapp.com/channel/0029VawQLpGHltY2Y87fR83m"
70
+ target="_blank"
71
+ rel="noopener noreferrer"
72
+ class="flex items-center justify-center lg:justify-start gap-3 text-slate-400 hover:text-slate-200 transition-colors">
73
+ <i data-lucide="message-circle" class="w-4 h-4"></i>
74
+ <span class="text-sm">WhatsApp</span>
75
+ </a>
76
+ </div>
77
+
78
+ <!-- Social Links -->
79
+ <div class="flex items-center justify-center lg:justify-start gap-2">
80
+ <a href="https://x.com/softedge40"
81
+ target="_blank"
82
+ rel="noopener noreferrer"
83
+ class="w-8 h-8 rounded border border-slate-600 hover:border-slate-500 flex items-center justify-center transition-colors"
84
+ aria-label="Twitter / X">
85
+ <i data-lucide="twitter" class="w-4 h-4 text-slate-400"></i>
86
+ </a>
87
+
88
+ <a href="mailto:softedgecorporation@gmail.com"
89
+ class="w-8 h-8 rounded border border-slate-600 hover:border-slate-500 flex items-center justify-center transition-colors"
90
+ aria-label="Email">
91
+ <i data-lucide="mail" class="w-4 h-4 text-slate-400"></i>
92
+ </a>
93
+
94
+ <a href="https://whatsapp.com/channel/0029VawQLpGHltY2Y87fR83m"
95
+ target="_blank"
96
+ rel="noopener noreferrer"
97
+ class="w-8 h-8 rounded border border-slate-600 hover:border-slate-500 flex items-center justify-center transition-colors"
98
+ aria-label="WhatsApp">
99
+ <i data-lucide="message-circle" class="w-4 h-4 text-slate-400"></i>
100
+ </a>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- Bottom Bar -->
107
+ <div class="border-t border-white/5 py-8">
108
+ <div class="flex flex-col md:flex-row items-center justify-between gap-4 text-sm text-gray-500">
109
+ <div class="text-center md:text-left">
110
+ <p>漏 2025 <span class="text-white font-medium">SoftEdge Corporation</span>. Todos os direitos reservados.</p>
111
+ </div>
112
+
113
+ <div class="flex items-center gap-6">
114
+ <a href="#" class="hover:text-cyan-400 transition-colors">Privacidade</a>
115
+ <a href="#" class="hover:text-cyan-400 transition-colors">Termos</a>
116
+ <div class="flex items-center gap-2">
117
+ <i data-lucide="map-pin" class="w-4 h-4"></i>
118
+ <span>Luanda, Angola</span>
119
+ </div>
120
+ </div>
121
+ </div>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Decorative Elements -->
126
+ <div class="absolute bottom-0 left-0 right-0 h-px bg-linear-to-r from-transparent via-cyan-500/50 to-transparent"></div>
127
+ </footer>
128
+
129
+ <!-- Initialize Icons -->
130
+ <script>
131
+ if (typeof lucide !== 'undefined') {
132
+ lucide.createIcons();
133
+ }
134
+ </script>
components/header.php ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="pt-BR" class="scroll-smooth">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>SoftEdge Corporation - Solu莽玫es em Tecnologia</title>
7
+
8
+ <!-- SEO & SOCIAL -->
9
+ <meta name="description" content="SoftEdge Corporation - Inova莽茫o em desenvolvimento de software, solu莽玫es digitais e consultoria tecnol贸gica em Angola.">
10
+ <meta name="keywords" content="software, tecnologia, desenvolvimento, Angola, Luanda">
11
+
12
+ <!-- FAVICON -->
13
+ <link rel="icon" href="/assets/placeholder.svg" type="image/svg+xml">
14
+ <link rel="apple-touch-icon" href="/assets/placeholder.svg">
15
+ <meta property="og:image" content="https://softedge-corporation.up.railway.app/assets/placeholder.svg" />
16
+ <meta property="og:title" content="SoftEdge Corporation" />
17
+ <meta property="og:description" content="Solu莽玫es em tecnologia para transformar seu neg贸cio" />
18
+ <meta name="twitter:image" content="https://softedge-corporation.up.railway.app/assets/placeholder.svg" />
19
+ <meta name="theme-color" content="#0891b2">
20
+
21
+ <!-- FONTS (Inter - moderno e profissional) -->
22
+ <link rel="preconnect" href="https://fonts.googleapis.com">
23
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
24
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
25
+
26
+ <!-- Tailwind CSS -->
27
+ <script src="https://cdn.tailwindcss.com"></script>
28
+ <script>
29
+ tailwind.config = {
30
+ theme: {
31
+ extend: {
32
+ fontFamily: {
33
+ sans: ['Inter', 'system-ui', 'sans-serif'],
34
+ },
35
+ colors: {
36
+ primary: {
37
+ 50: '#ecfeff',
38
+ 100: '#cffafe',
39
+ 500: '#06b6d4',
40
+ 600: '#0891b2',
41
+ 700: '#0e7490',
42
+ 900: '#164e63',
43
+ }
44
+ }
45
+ }
46
+ }
47
+ }
48
+ </script>
49
+
50
+ <!-- Lucide Icons -->
51
+ <script src="https://unpkg.com/lucide@latest"></script>
52
+
53
+ <!-- CSS Personalizado -->
54
+ <link href="/assets/css/style.css" rel="stylesheet">
55
+
56
+ <style>
57
+ /* Smooth transitions */
58
+ * {
59
+ -webkit-font-smoothing: antialiased;
60
+ -moz-osx-font-smoothing: grayscale;
61
+ }
62
+
63
+ /* Header glass effect */
64
+ .glass-header {
65
+ background: rgba(0, 0, 0, 0.8);
66
+ backdrop-filter: blur(20px);
67
+ -webkit-backdrop-filter: blur(20px);
68
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
69
+ }
70
+
71
+ /* Logo hover effect */
72
+ .logo-container {
73
+ transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
74
+ }
75
+
76
+ .logo-container:hover {
77
+ transform: scale(1.05);
78
+ }
79
+
80
+ /* Menu links */
81
+ .nav-link {
82
+ position: relative;
83
+ transition: color 0.3s ease;
84
+ }
85
+
86
+ .nav-link::after {
87
+ content: '';
88
+ position: absolute;
89
+ bottom: -4px;
90
+ left: 0;
91
+ width: 0;
92
+ height: 2px;
93
+ background: linear-gradient(90deg, #06b6d4, #3b82f6);
94
+ transition: width 0.3s ease;
95
+ }
96
+
97
+ .nav-link:hover::after {
98
+ width: 100%;
99
+ }
100
+
101
+ /* Dropdown animations */
102
+ .dropdown-menu {
103
+ opacity: 0;
104
+ visibility: hidden;
105
+ transform: translateY(-10px) scale(0.95);
106
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
107
+ }
108
+
109
+ .dropdown:hover .dropdown-menu,
110
+ .dropdown-menu:hover {
111
+ opacity: 1;
112
+ visibility: visible;
113
+ transform: translateY(0) scale(1);
114
+ }
115
+
116
+ /* Mobile menu */
117
+ .mobile-menu {
118
+ transform: translateX(100%);
119
+ transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
120
+ }
121
+
122
+ .mobile-menu.active {
123
+ transform: translateX(0);
124
+ }
125
+
126
+ /* CTA Button */
127
+ .cta-button {
128
+ background: linear-gradient(135deg, #06b6d4, #3b82f6);
129
+ transition: all 0.4s ease;
130
+ box-shadow: 0 10px 30px -10px rgba(6, 182, 212, 0.4);
131
+ }
132
+
133
+ .cta-button:hover {
134
+ transform: translateY(-2px);
135
+ box-shadow: 0 20px 40px -10px rgba(6, 182, 212, 0.6);
136
+ }
137
+
138
+ /* Chevron rotation */
139
+ .chevron-rotate {
140
+ transition: transform 0.3s ease;
141
+ }
142
+
143
+ .dropdown:hover .chevron-rotate {
144
+ transform: rotate(180deg);
145
+ }
146
+
147
+ /* Mobile overlay */
148
+ .mobile-overlay {
149
+ backdrop-filter: blur(8px);
150
+ -webkit-backdrop-filter: blur(8px);
151
+ }
152
+ </style>
153
+ </head>
154
+
155
+ <body class="min-h-screen bg-linear-to-br from-slate-950 via-slate-900 to-slate-950 text-white antialiased font-sans">
156
+ =======
157
+ <!-- components/header.php -->
158
+ <!-- SEO & SOCIAL META TAGS (for main pages) -->
159
+ <meta charset="UTF-8" />
160
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
161
+ <meta name="description" content="SoftEdge Corporation - Inova莽茫o em desenvolvimento de software, solu莽玫es digitais e consultoria tecnol贸gica em Angola.">
162
+ <meta name="keywords" content="software, tecnologia, desenvolvimento, Angola, Luanda">
163
+ <link rel="icon" href="/assets/placeholder.svg" type="image/svg+xml">
164
+ <link rel="apple-touch-icon" href="/assets/placeholder.svg">
165
+ <meta property="og:image" content="/assets/placeholder.svg" />
166
+ <meta property="og:title" content="SoftEdge Corporation" />
167
+ <meta property="og:description" content="Solu莽玫es em tecnologia para transformar seu neg贸cio" />
168
+ <meta name="twitter:image" content="/assets/placeholder.svg" />
169
+ <meta name="theme-color" content="#0891b2">
170
+
171
+ <!-- FONTS (Inter - moderno e profissional) -->
172
+ <link rel="preconnect" href="https://fonts.googleapis.com">
173
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
174
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
175
+
176
+ <!-- Tailwind CSS -->
177
+ <script src="https://cdn.tailwindcss.com"></script>
178
+ <script>
179
+ tailwind.config = {
180
+ theme: {
181
+ extend: {
182
+ fontFamily: {
183
+ sans: ['Inter', 'system-ui', 'sans-serif'],
184
+ },
185
+ colors: {
186
+ primary: {
187
+ 50: '#ecfeff',
188
+ 100: '#cffafe',
189
+ 500: '#06b6d4',
190
+ 600: '#0891b2',
191
+ 700: '#0e7490',
192
+ 900: '#164e63',
193
+ }
194
+ }
195
+ }
196
+ }
197
+ }
198
+ </script>
199
+
200
+ <!-- Lucide Icons -->
201
+ <script src="https://unpkg.com/lucide@latest"></script>
202
+
203
+ <!-- CSS Personalizado -->
204
+ <link href="/assets/css/style.css" rel="stylesheet">
205
+
206
+ <style>
207
+ /* Smooth transitions */
208
+ * {
209
+ -webkit-font-smoothing: antialiased;
210
+ -moz-osx-font-smoothing: grayscale;
211
+ }
212
+
213
+ /* Header glass effect */
214
+ .glass-header {
215
+ background: rgba(0, 0, 0, 0.8);
216
+ backdrop-filter: blur(20px);
217
+ -webkit-backdrop-filter: blur(20px);
218
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
219
+ }
220
+
221
+ /* Logo hover effect */
222
+ .logo-container {
223
+ transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
224
+ }
225
+
226
+ .logo-container:hover {
227
+ transform: scale(1.05);
228
+ }
229
+
230
+ /* Menu links */
231
+ .nav-link {
232
+ position: relative;
233
+ transition: color 0.3s ease;
234
+ }
235
+
236
+ .nav-link::after {
237
+ content: '';
238
+ position: absolute;
239
+ bottom: -4px;
240
+ left: 0;
241
+ width: 0;
242
+ height: 2px;
243
+ background: linear-gradient(90deg, #06b6d4, #3b82f6);
244
+ transition: width 0.3s ease;
245
+ }
246
+
247
+ .nav-link:hover::after {
248
+ width: 100%;
249
+ }
250
+
251
+ /* Dropdown animations */
252
+ .dropdown-menu {
253
+ opacity: 0;
254
+ visibility: hidden;
255
+ transform: translateY(-10px) scale(0.95);
256
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
257
+ }
258
+
259
+ .dropdown:hover .dropdown-menu,
260
+ .dropdown-menu:hover {
261
+ opacity: 1;
262
+ visibility: visible;
263
+ transform: translateY(0) scale(1);
264
+ }
265
+
266
+ /* Mobile menu */
267
+ .mobile-menu {
268
+ transform: translateX(100%);
269
+ transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
270
+ }
271
+
272
+ .mobile-menu.active {
273
+ transform: translateX(0);
274
+ }
275
+
276
+ /* CTA Button */
277
+ .cta-button {
278
+ background: linear-gradient(135deg, #06b6d4, #3b82f6);
279
+ transition: all 0.4s ease;
280
+ box-shadow: 0 10px 30px -10px rgba(6, 182, 212, 0.4);
281
+ }
282
+
283
+ .cta-button:hover {
284
+ transform: translateY(-2px);
285
+ box-shadow: 0 20px 40px -10px rgba(6, 182, 212, 0.6);
286
+ }
287
+
288
+ /* Chevron rotation */
289
+ .chevron-rotate {
290
+ transition: transform 0.3s ease;
291
+ }
292
+
293
+ .dropdown:hover .chevron-rotate {
294
+ transform: rotate(180deg);
295
+ }
296
+
297
+ /* Mobile overlay */
298
+ .mobile-overlay {
299
+ backdrop-filter: blur(8px);
300
+ -webkit-backdrop-filter: blur(8px);
301
+ }
302
+ </style>