-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
190 lines (184 loc) Β· 9.83 KB
/
contact.html
File metadata and controls
190 lines (184 loc) Β· 9.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Evalis AI | Project Enquiries & Consultation</title>
<meta name="description" content="Contact Evalis AI for AI services, web development, app development, and SaaS platform projects. Get a free consultation today.">
<link rel="icon" type="image/png" href="favicon-96x96.png">
<link rel="stylesheet" href="css/style.css">
<style>
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; max-width: 1100px; margin: 0 auto; }
.info-card {
background: var(--bg-card); backdrop-filter: blur(20px);
border: 1px solid var(--border); border-radius: var(--radius-lg);
padding: 2.5rem; height: fit-content;
}
.info-item { margin-bottom: 1.8rem; }
.info-item h4 {
color: var(--primary-light); font-size: 0.75rem; text-transform: uppercase;
letter-spacing: 1.5px; margin-bottom: 6px; font-weight: 600;
}
.info-item p { font-size: 1rem; font-weight: 500; }
.info-item a { color: var(--text); text-decoration: none; transition: var(--transition); }
.info-item a:hover { color: var(--primary-light); }
.form-card {
background: var(--bg-card); backdrop-filter: blur(20px);
border: 1px solid var(--border); border-radius: var(--radius-lg);
padding: 2.5rem;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.full-width { grid-column: span 2; }
.btn-submit {
width: 100%; padding: 16px; background: var(--gradient-primary);
color: white; border: none; border-radius: var(--radius-md);
font-weight: 700; font-size: 1rem; cursor: pointer;
transition: var(--transition); margin-top: 0.5rem;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(99,102,241,0.4); }
.contact-social {
display: flex; gap: 12px; margin-top: 1.5rem; padding-top: 1.5rem;
border-top: 1px solid var(--border);
}
.contact-social a {
padding: 8px 16px; border-radius: var(--radius-sm);
background: rgba(255,255,255,0.05); border: 1px solid var(--border);
color: var(--text-secondary); text-decoration: none; font-size: 0.85rem;
font-weight: 500; transition: var(--transition);
}
.contact-social a:hover { border-color: var(--primary); color: var(--primary-light); }
@media (max-width: 768px) {
.contact-layout { grid-template-columns: 1fr; }
.form-grid { grid-template-columns: 1fr; }
.full-width { grid-column: span 1; }
}
</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">About</a>
<a href="contact.html" class="active">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">π© Get in Touch</div>
<h1 class="reveal">Project <span class="gradient-text">Enquiries</span></h1>
<p class="hero-subtitle reveal">Tell us about your project. We'll get back to you within 24 hours with a free consultation.</p>
</header>
<section style="padding-top:0;">
<div class="contact-layout">
<div class="info-card reveal">
<div class="info-item">
<h4>π Office Location</h4>
<p>Perinthalmanna, Malappuram<br>Kerala, India</p>
</div>
<div class="info-item">
<h4>π Direct Contact</h4>
<p>+91 9544842260</p>
<p>+91 73067 70117</p>
<a href="https://wa.me/919544842260" class="btn-whatsapp" target="_blank" style="margin-top:12px;">
π¬ Message on WhatsApp
</a>
</div>
<div class="info-item">
<h4>βοΈ Official Email</h4>
<p><a href="mailto:evalisglobal@gmail.com">evalisglobal@gmail.com</a></p>
</div>
<div class="info-item">
<h4>β° Response Time</h4>
<p style="color:var(--success);">Within 24 hours</p>
</div>
<div class="contact-social">
<a href="https://www.facebook.com/share/1AtVjLkzKH/" target="_blank">π Facebook</a>
<a href="https://www.linkedin.com/company/evalis-ai/" target="_blank">πΌ LinkedIn</a>
</div>
</div>
<div class="form-card reveal">
<h2 style="font-size:1.4rem;margin-bottom:0.5rem;">Start Your Project</h2>
<p style="color:var(--text-muted);font-size:0.9rem;margin-bottom:1.5rem;">Fill out the form and we'll schedule a free consultation call.</p>
<form action="https://formspree.io/f/xvgzgeol" method="POST">
<div class="form-grid">
<div class="form-group">
<label>Contact Name *</label>
<input type="text" name="name" required placeholder="Your full name">
</div>
<div class="form-group">
<label>Company / Project</label>
<input type="text" name="company" placeholder="Company or project name">
</div>
<div class="form-group full-width">
<label>Business Email *</label>
<input type="email" name="email" required placeholder="you@company.com">
</div>
<div class="form-group">
<label>Service Needed</label>
<select name="service">
<option>AI Data Evaluation</option>
<option>Web Development</option>
<option>App Development</option>
<option>SaaS Platform</option>
<option>AI Integration</option>
<option>Search Relevance</option>
<option>Language Quality</option>
<option>Other Inquiry</option>
</select>
</div>
<div class="form-group">
<label>Budget Range</label>
<select name="budget">
<option>Under $1,000</option>
<option>$1,000 - $5,000</option>
<option>$5,000 - $15,000</option>
<option>$15,000+</option>
<option>Let's discuss</option>
</select>
</div>
<div class="form-group full-width">
<label>Project Details *</label>
<textarea name="message" required placeholder="Describe your project requirements, goals, and timeline..."></textarea>
</div>
</div>
<button type="submit" class="btn-submit">Submit Project Inquiry β</button>
</form>
</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></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>