-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
188 lines (179 loc) · 10.6 KB
/
about.html
File metadata and controls
188 lines (179 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Evalis AI | AI-Powered Software Company in Kerala</title>
<meta name="description" content="Learn about Evalis AI — a human-led AI evaluation and full-stack software company in Perinthalmanna, Kerala. Our mission, values, and vision.">
<link rel="icon" type="image/png" href="favicon-96x96.png">
<link rel="stylesheet" href="css/style.css">
<style>
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.value-card {
background: var(--bg-card); backdrop-filter: blur(20px);
border: 1px solid var(--border); border-radius: var(--radius-lg);
padding: 2rem; transition: var(--transition); text-align: center;
}
.value-card:hover { transform: translateY(-6px); border-color: var(--border-hover); box-shadow: var(--shadow-glow); }
.value-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.timeline { position: relative; max-width: 700px; margin: 0 auto; padding-left: 40px; }
.timeline::before {
content: ''; position: absolute; left: 14px; top: 0; bottom: 0;
width: 2px; background: linear-gradient(to bottom, var(--primary), var(--secondary));
}
.timeline-item { position: relative; margin-bottom: 2rem; padding-left: 30px; }
.timeline-item::before {
content: ''; position: absolute; left: -30px; top: 6px;
width: 12px; height: 12px; border-radius: 50%;
background: var(--primary); border: 2px solid var(--bg-deep);
box-shadow: 0 0 12px rgba(99,102,241,0.4);
}
.timeline-item h4 { font-family: 'Space Grotesk', sans-serif; color: var(--primary-light); font-size: 0.85rem; margin-bottom: 4px; }
.timeline-item h3 { font-size: 1.1rem; margin-bottom: 6px; }
.timeline-item p { color: var(--text-secondary); font-size: 0.9rem; }
</style>
</head>
<body>
<div class="mesh-bg"></div>
<canvas id="particles-canvas"></canvas>
<nav>
<a href="index.html" class="logo-container">
<img src="logo.png" alt="Evalis AI" class="logo-img" onerror="this.style.display='none'">
<span class="logo-text">Evalis <span class="ai-badge">AI</span></span>
</a>
<button class="menu-toggle" onclick="toggleMenu()" aria-label="Toggle menu">☰</button>
<div class="nav-links" id="navLinks">
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="projects.html">Projects</a>
<a href="marketplace.html">Marketplace</a>
<a href="about.html" class="active">About</a>
<a href="contact.html">Contact</a>
<a href="careers.html" class="btn-nav">Join Us →</a>
</div>
</nav>
<header class="hero" style="padding-bottom:20px;">
<div class="section-label reveal">🏢 About Us</div>
<h1 class="reveal">Our <span class="gradient-text">Vision & Mission</span></h1>
<p class="hero-subtitle reveal">Bridging the gap between human intelligence and cutting-edge technology to build products that matter.</p>
</header>
<!-- About -->
<section style="max-width:900px;">
<div class="card reveal" style="padding:2.5rem;">
<h2 style="font-size:1.6rem;margin-bottom:1.2rem;">About Evalis AI</h2>
<p style="color:var(--text-secondary);line-height:1.9;margin-bottom:1rem;">Evalis AI is a specialized, human-led technology company based in Perinthalmanna, Kerala. We deliver premium AI evaluation, full-stack web & app development, and SaaS platform engineering to clients worldwide.</p>
<p style="color:var(--text-secondary);line-height:1.9;">Unlike automated or crowd-based models, Evalis AI emphasizes expert judgment, contextual understanding, and strict quality control across every engagement — from AI data labeling to enterprise software development.</p>
</div>
</section>
<!-- Mission -->
<section style="max-width:900px;">
<div class="card reveal" style="padding:2.5rem;border-left:3px solid var(--primary);">
<h2 style="font-size:1.6rem;margin-bottom:1rem;">🎯 Our Mission</h2>
<p style="color:var(--text-secondary);line-height:1.9;font-size:1.1rem;">To strengthen AI systems with reliable human intelligence and deliver world-class software solutions — ensuring fairness, relevance, safety, and real-world usability for businesses of every scale.</p>
</div>
</section>
<!-- What We Do -->
<section>
<div class="section-header reveal">
<div class="section-label">💡 What We Do</div>
<h2>Our <span class="gradient-text">Capabilities</span></h2>
</div>
<div class="grid-4">
<div class="card reveal" style="text-align:center;padding:1.5rem;">
<div style="font-size:2rem;margin-bottom:0.8rem;">🤖</div>
<h3 style="font-size:1rem;">AI Data Evaluation</h3>
<p style="font-size:0.85rem;">Accuracy checks, bias detection, quality scoring</p>
</div>
<div class="card reveal" style="text-align:center;padding:1.5rem;">
<div style="font-size:2rem;margin-bottom:0.8rem;">🌐</div>
<h3 style="font-size:1rem;">Web & App Dev</h3>
<p style="font-size:0.85rem;">React, Next.js, Flutter, React Native</p>
</div>
<div class="card reveal" style="text-align:center;padding:1.5rem;">
<div style="font-size:2rem;margin-bottom:0.8rem;">☁️</div>
<h3 style="font-size:1rem;">SaaS Engineering</h3>
<p style="font-size:0.85rem;">Multi-tenant, scalable cloud platforms</p>
</div>
<div class="card reveal" style="text-align:center;padding:1.5rem;">
<div style="font-size:2rem;margin-bottom:0.8rem;">🔍</div>
<h3 style="font-size:1rem;">Search & Content QA</h3>
<p style="font-size:0.85rem;">Multilingual review, localization, moderation</p>
</div>
</div>
</section>
<!-- Values -->
<section>
<div class="section-header reveal">
<div class="section-label">💎 Our Values</div>
<h2>Why <span class="gradient-text">Choose Us</span></h2>
</div>
<div class="values-grid">
<div class="value-card reveal">
<div class="value-icon">🧠</div>
<h3>100% Human-Led</h3>
<p style="color:var(--text-secondary);font-size:0.9rem;">No automated shortcuts. Real expert judgment on every task.</p>
</div>
<div class="value-card reveal">
<div class="value-icon">🔒</div>
<h3>Strict Confidentiality</h3>
<p style="color:var(--text-secondary);font-size:0.9rem;">NDA-protected, enterprise-grade security on all projects.</p>
</div>
<div class="value-card reveal">
<div class="value-icon">⚡</div>
<h3>Rapid Delivery</h3>
<p style="color:var(--text-secondary);font-size:0.9rem;">Agile sprints with regular demos and fast turnarounds.</p>
</div>
<div class="value-card reveal">
<div class="value-icon">🌍</div>
<h3>Global Reach</h3>
<p style="color:var(--text-secondary);font-size:0.9rem;">Serving clients worldwide from Perinthalmanna, Kerala.</p>
</div>
<div class="value-card reveal">
<div class="value-icon">🤝</div>
<h3>Ethical AI-First</h3>
<p style="color:var(--text-secondary);font-size:0.9rem;">Committed to fair, unbiased, and responsible AI development.</p>
</div>
<div class="value-card reveal">
<div class="value-icon">📊</div>
<h3>Structured Deliverables</h3>
<p style="color:var(--text-secondary);font-size:0.9rem;">Clear documentation, audit-ready workflows, and transparent processes.</p>
</div>
</div>
</section>
<!-- CTA -->
<section style="text-align:center;max-width:800px;">
<div class="reveal" style="background:linear-gradient(135deg,rgba(99,102,241,0.08),rgba(168,85,247,0.05));border:1px solid var(--border);border-radius:var(--radius-xl);padding:3rem;">
<h2>Let's Work Together</h2>
<p style="color:var(--text-secondary);margin:1rem 0 2rem;">Have a project in mind? Let's build something amazing together.</p>
<div style="display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;">
<a href="contact.html" class="btn btn-primary">Get in Touch →</a>
<a href="careers.html" class="btn btn-outline">Join Our Team</a>
</div>
</div>
</section>
<footer>
<div class="footer-grid">
<div class="footer-brand">
<a href="index.html" class="logo-container" style="margin-bottom:0.5rem;">
<img src="logo.png" alt="Evalis AI" class="logo-img" onerror="this.style.display='none'">
<span class="logo-text">Evalis <span class="ai-badge">AI</span></span>
</a>
<p>AI-powered software company from Kerala.</p>
<div class="social-links">
<a href="https://www.facebook.com/share/14arF3zkgWU/" target="_blank">📘</a>
<a href="https://www.linkedin.com/company/evalis-ai/" target="_blank">💼</a>
<a href="https://wa.me/919544842260" target="_blank">💬</a>
</div>
</div>
<div class="footer-col"><h4>Services</h4><a href="services.html">AI Data Services</a><a href="services.html">Web Development</a><a href="services.html">SaaS Platforms</a></div>
<div class="footer-col"><h4>Company</h4><a href="about.html">About</a><a href="careers.html">Careers</a><a href="contact.html">Contact</a></div>
<div class="footer-col"><h4>Resources</h4><a href="marketplace.html">Marketplace</a><a href="assessment.html">Assessment</a><a href="trustscore.html">TrustScore</a></div>
</div>
<div class="footer-bottom">© 2026 Evalis AI — Perinthalmanna, Kerala</div>
</footer>
<script src="js/main.js"></script>
<script src="js/supabase.js"></script>
<script src="js/ai-agent.js" defer></script>
<script src="js/tracker.js" defer></script>
</body>
</html>