-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
140 lines (131 loc) · 7.39 KB
/
Copy pathabout.html
File metadata and controls
140 lines (131 loc) · 7.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Neuroflow AI</title>
<meta name="description" content="Learn about Neuroflow AI's mission to transform businesses through strategic artificial intelligence solutions.">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container nav-container">
<a href="index.html" class="logo">
<div class="logo-icon">
<img src="public/NeuroFLow1.svg" alt="Neuroflow AI" width="36" height="36">
</div>
<span class="logo-text">Neuroflow AI</span>
</a>
<div class="nav-menu">
<a href="index.html#solutions" class="nav-link" data-i18n="nav.solutions">Capabilities</a>
<a href="index.html#products" class="nav-link" data-i18n="nav.products">Products</a>
<a href="index.html#vision" class="nav-link" data-i18n="nav.vision">Our Purpose</a>
<a href="https://www.linkedin.com/company/neuroflowai" target="_blank" rel="noopener noreferrer" class="nav-link" data-i18n="nav.contact">Contact</a>
<div class="language-selector">
<button class="language-btn" id="language-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" 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"/><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"/><path d="M2 12h20"/></svg>
<span id="current-lang">EN</span>
</button>
</div>
</div>
<button class="mobile-toggle" id="mobile-toggle">
<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"><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="18" x2="21" y2="18"/></svg>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="about-hero">
<div class="container">
<div class="about-hero-content">
<h1 data-i18n="about.title">About Neuroflow AI</h1>
<p data-i18n="about.subtitle">Transforming businesses through strategic artificial intelligence</p>
</div>
</div>
</section>
<!-- Content Sections -->
<section class="about-content">
<div class="container">
<div class="about-grid">
<div class="about-card">
<div class="about-icon primary">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" 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"/><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"/><path d="M12 18V6"/></svg>
</div>
<h3 data-i18n="about.section1Title">Our Story</h3>
<p data-i18n="about.section1Desc">Founded with the mission to revolutionize how enterprises adopt artificial intelligence, Neuroflow AI emerges from a deep understanding of digital transformation challenges in the modern business landscape.</p>
</div>
<div class="about-card">
<div class="about-icon accent">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M22 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>
</div>
<h3 data-i18n="about.section2Title">Our Team</h3>
<p data-i18n="about.section2Desc">A collective of experts in artificial intelligence, systems architecture, and business strategy, dedicated to creating solutions that generate sustainable value and exponential transformation.</p>
</div>
<div class="about-card">
<div class="about-icon primary">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg>
</div>
<h3 data-i18n="about.section3Title">Our Commitment</h3>
<p data-i18n="about.section3Desc">We commit to being strategic partners for our clients, deeply understanding their needs and delivering AI solutions that optimize operations and accelerate innovation.</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta">
<div class="container">
<div class="cta-content">
<h2 data-i18n="about.cta">Ready to transform your business?</h2>
<div class="cta-buttons">
<a href="https://www.linkedin.com/company/neuroflowai" target="_blank" rel="noopener noreferrer" class="btn btn-primary btn-lg">
<span data-i18n="about.button">Connect with us</span>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-column">
<h4 data-i18n="footer.company">Company</h4>
<ul>
<li><a href="about.html" data-i18n="footer.about">About Us</a></li>
</ul>
</div>
<div class="footer-column">
<h4 data-i18n="footer.products">Products</h4>
<ul>
<li><a href="https://www.tuagenda.digital/" target="_blank" rel="noopener noreferrer">tuagenda.digital</a></li>
<li><a href="https://solvencia.app" target="_blank" rel="noopener noreferrer">Solvencia</a></li>
</ul>
</div>
<div class="footer-column">
<h4 data-i18n="footer.contact">Contact</h4>
<ul>
<li><a href="mailto:contacto@neuroflowai.dev" data-i18n="footer.email">contacto@neuroflowai.dev</a></li>
<li><a href="https://www.linkedin.com/company/neuroflowai" target="_blank" rel="noopener noreferrer" data-i18n="footer.linkedin">Company LinkedIn</a></li>
</ul>
</div>
<div class="footer-column">
<h4 data-i18n="footer.team">Connect</h4>
<ul>
<li><a href="https://www.linkedin.com/in/sergio-calderon-sanpedro/" target="_blank" rel="noopener noreferrer" data-i18n="footer.founder">Team Member</a></li>
<li><a href="mailto:contacto@neuroflowai.dev" data-i18n="footer.directEmail">Direct Email</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p data-i18n="footer.copyright">© 2026 Neuroflow AI. All rights reserved.</p>
<p data-i18n="footer.tagline">AI-powered tools for your financial life</p>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>