-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
412 lines (372 loc) · 16.9 KB
/
index.html
File metadata and controls
412 lines (372 loc) · 16.9 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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Polydevs - AI Development Team</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Polydevs - Specialized AI/ML development team focused on building intelligent chatbots, AI models, and modern web applications with cutting-edge technology.">
<meta name="keywords" content="AI, ML, chatbot, development, polydevs, artificial intelligence, machine learning, deep learning, python, algorithms">
<meta name="author" content="Polydevs Team">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<!-- Favicon - Multiple formats & cache busting -->
<link rel="icon" type="image/png" href="./icon.png?v=1.0.4">
<link rel="icon" type="image/x-icon" href="./icon.png?v=1.0.4">
<link rel="shortcut icon" type="image/png" href="./icon.png?v=1.0.4">
<link rel="apple-touch-icon" href="./icon.png?v=1.0.4">
<link rel="apple-touch-icon" sizes="180x180" href="./icon.png?v=1.0.4">
<link rel="icon" type="image/png" sizes="32x32" href="./icon.png?v=1.0.4">
<link rel="icon" type="image/png" sizes="16x16" href="./icon.png?v=1.0.4">
<!-- Open Graph Meta Tags (Facebook, LinkedIn, Discord) -->
<meta property="og:title" content="Polydevs - AI Development Team">
<meta property="og:description" content="Specialized AI/ML development team focused on building intelligent chatbots, AI models, and modern web applications with cutting-edge technology.">
<meta property="og:image" content="https://polydevs.uk/images/polydevs-banner.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Polydevs - AI Development Team Banner">
<meta property="og:url" content="https://polydevs.uk">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Polydevs">
<meta property="og:locale" content="en_US">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Polydevs - AI Development Team">
<meta name="twitter:description" content="Specialized AI/ML development team focused on building intelligent chatbots, AI models, and modern web applications.">
<meta name="twitter:image" content="https://polydevs.uk/images/polydevs-banner.png">
<meta name="twitter:image:alt" content="Polydevs - AI Development Team">
<meta name="twitter:site" content="@polydevs">
<meta name="twitter:creator" content="@polydevs">
<!-- Discord/Telegram/App specific -->
<meta name="theme-color" content="#667eea">
<meta name="msapplication-TileColor" content="#667eea">
<meta name="msapplication-TileImage" content="./icon.png">
<!-- Performance & Cache Control -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- Preload Critical CSS -->
<link rel="preload" href="css/style.css?v=1.0.4" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="css/style.css?v=1.0.4"></noscript>
<!-- CSS Files -->
<link rel="stylesheet" href="css/fontawesome.min.css?v=1.0.4" id="fontawesome-css">
<link rel="stylesheet" href="css/style.css?v=1.0.4" id="main-css">
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Polydevs",
"description": "Specialized AI/ML development team focused on building intelligent chatbots, AI models, and modern web applications.",
"url": "https://polydevs.uk",
"logo": "https://polydevs.uk/icon.png",
"foundingDate": "2024",
"founders": [
{
"@type": "Person",
"name": "Zang Vũ",
"jobTitle": "Team Leader & AI/ML Engineer"
}
],
"sameAs": [
"https://github.com/polydevs-uk",
"https://discord.polydevs.uk"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Service",
"url": "https://discord.polydevs.uk"
}
}
</script>
<!-- CSS Loader Script -->
<script src="js/css-loader.js?v=1.0.4"></script>
<!-- Analytics (Optional - thêm nếu cần) -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script> -->
<!-- <script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GA_MEASUREMENT_ID');
</script> -->
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<a href="#hero" class="nav-item active">
<i class="fas fa-home"></i>
<span>Polydevs</span>
</a>
<a href="#about" class="nav-item">
<i class="fas fa-info-circle"></i>
<span>About Us</span>
</a>
<a href="#team" class="nav-item">
<i class="fas fa-users"></i>
<span>Our Team</span>
</a>
<a href="#services" class="nav-item">
<i class="fas fa-cogs"></i>
<span>What We Do</span>
</a>
<a href="#projects" class="nav-item">
<i class="fas fa-folder-open"></i>
<span>Projects</span>
</a>
<a href="#contact" class="nav-item">
<i class="fas fa-envelope"></i>
<span>Contact</span>
</a>
</div>
</nav>
<div class="bg"></div>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<h1 class="title">Polydevs</h1>
<p class="subtitle">AI Development & Innovation Team</p>
<a href="#about" class="scroll-down">
<i class="fas fa-chevron-down"></i>
</a>
</div>
</section>
<!-- About Team Section -->
<section id="about" class="about-section">
<div class="content-wrapper">
<h2 class="section-title">About Us</h2>
<p class="section-description">
Polydevs is a specialized development team focused on AI/ML and cutting-edge technology solutions.
We concentrate on building AI models, intelligent chatbots, and modern web applications.
With our passion for technology and innovation, we strive to deliver high-quality products
that bring value to the community.
</p>
<div class="stats-container">
<div class="stat-item">
<h3><i class="fas fa-code-branch"></i></h3>
<p>AI/ML Projects</p>
</div>
<div class="stat-item">
<h3><i class="fas fa-users"></i></h3>
<p>Active Community</p>
</div>
<div class="stat-item">
<h3><i class="fas fa-rocket"></i></h3>
<p>Innovation First</p>
</div>
</div>
</div>
</section>
<!-- Team Members Section -->
<section id="team" class="team-section">
<div class="content-wrapper">
<h2 class="section-title">Meet Our Team</h2>
<div class="team-grid">
<!-- Team Leader -->
<div class="team-card">
<div class="member-image">
<img src="https://avatars.githubusercontent.com/u/190599945?v=4" alt="Zang Vu">
</div>
<h3>Zang Vũ</h3>
<p class="role">Team Leader & AI/ML Engineer</p>
<p class="bio">
Full-stack developer with deep expertise in AI/ML and algorithms.
Leading the team in machine learning model development.
</p>
<div class="skills">
<span class="skill-tag">AI/ML</span>
<span class="skill-tag">C++</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">Algorithms</span>
<span class="skill-tag">Deep Learning</span>
<span class="skill-tag">CP</span>
</div>
<div class="social-links">
<a href="https://github.com/zvwgvx" target="_blank" title="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.facebook.com/zvwgvx" target="_blank" title="Facebook">
<i class="fab fa-facebook"></i>
</a>
<a href="https://zvwgvx.polydevs.uk" target="_blank" title="Portfolio">
<i class="fas fa-globe"></i>
</a>
</div>
</div>
<!-- Full-stack Developer -->
<div class="team-card">
<div class="member-image">
<img src="https://avatars.githubusercontent.com/u/115215544?v=4" alt="KnzkSer">
</div>
<h3>KnzkSer</h3>
<p class="role">Full-Stack Developer</p>
<p class="bio">
Website system and infrastructure development expert.
Supporting the leader in deploying AI/ML projects to production
and optimizing performance.
</p>
<div class="skills">
<span class="skill-tag">React</span>
<span class="skill-tag">Node.js</span>
<span class="skill-tag">C++</span>
<span class="skill-tag">Database</span>
<span class="skill-tag">DevOps</span>
<span class="skill-tag">API</span>
</div>
<div class="social-links">
<a href="https://github.com/HoangAkA123" target="_blank" title="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=61579585985713" target="_blank" title="Facebook">
<i class="fab fa-facebook"></i>
</a>
<a href="https://knzkser.polydevs.uk" target="_blank" title="Portfolio">
<i class="fas fa-globe"></i>
</a>
</div>
</div>
<!-- Community Manager -->
<div class="team-card">
<div class="member-image">
<img src="https://avatars.githubusercontent.com/u/159256864?s=64&v=4" alt="Aqakc">
</div>
<h3>Aqakc</h3>
<p class="role">Community Manager</p>
<p class="bio">
Managing our community and Discord server.
Responsible for maintaining user relationships and ensuring the best experience for our members.
</p>
<div class="skills">
<span class="skill-tag">Content Creation</span>
<span class="skill-tag">Discord</span>
<span class="skill-tag">Community</span>
<span class="skill-tag">Social Media</span>
</div>
<div class="social-links">
<a href="https://github.com/hikillcan" target="_blank" title="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.facebook.com/kcjdenhinca" target="_blank" title="Facebook">
<i class="fab fa-facebook"></i>
</a>
<a href="https://aqakc.polydevs.uk" target="_blank" title="Portfolio">
<i class="fas fa-globe"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- What We Do Section -->
<section id="services" class="services-section">
<div class="content-wrapper">
<h2 class="section-title">What We Do</h2>
<div class="services-grid">
<div class="service-item">
<i class="fas fa-microchip"></i>
<h3>AI Model Development</h3>
<p>Creating and training custom AI models tailored to specific needs</p>
</div>
<div class="service-item">
<i class="fas fa-comments"></i>
<h3>Chatbot Solutions</h3>
<p>Building intelligent conversational AI for various applications</p>
</div>
<div class="service-item">
<i class="fas fa-trophy"></i>
<h3>Competitive Programming</h3>
<p>Algorithm optimization and problem-solving solutions</p>
</div>
</div>
</div>
</section>
<section id="projects" class="projects-section">
<div class="content-wrapper">
<h2 class="section-title">Featured Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-icon">
<i class="fas fa-robot"></i>
</div>
<h3>Ryuuko Chatbot</h3>
<p>Human-level virtual girlfriend/boyfriend with long-term memory, affective computing, and persona control for naturalistic, context-aware, multi-turn dialogue.</p>
<div class="project-tags">
<span>NLP</span>
<span>LLM</span>
<span>Python</span>
<span>AI Assistant</span>
</div>
<a href="https://github.com/zvwgvx/ryuuko-chatbot" target="_blank" class="project-link">
<i class="fab fa-github"></i> View on GitHub
</a>
</div>
<div class="project-card">
<div class="project-icon">
<i class="fas fa-network-wired"></i>
</div>
<h3>AI Gateway</h3>
<p>Multi-provider inference gateway with adaptive routing, latency/cost-aware load balancing, and unified telemetry, quotas, and access control.</p>
<div class="project-tags">
<span>API Gateway</span>
<span>AI Integration</span>
<span>Microservices</span>
</div>
<a href="https://github.com/zvwgvx/ai-gateway" target="_blank" class="project-link">
<i class="fab fa-github"></i> View on GitHub
</a>
</div>
<div class="project-card">
<div class="project-icon">
<i class="fas fa-key"></i>
</div>
<h3>SimpleSSO</h3>
<p>Lightweight identity platform delivering OIDC/OAuth2/SAML, centralized session management, fine-grained RBAC, and zero-trust access policies.</p>
<div class="project-tags">
<span>Authentication</span>
<span>SSO</span>
<span>Security</span>
<span>Microservices</span>
</div>
<a href="https://github.com/zvwgvx/simplesso" target="_blank" class="project-link">
<i class="fab fa-github"></i> View on GitHub
</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="content-wrapper">
<h2 class="section-title">Connect With Us</h2>
<p class="contact-description">
Join our community to stay updated with the latest AI developments and projects
</p>
<div class="contact-grid">
<a href="https://discord.polydevs.uk" class="contact-item">
<i class="fab fa-discord"></i>
<span>Discord</span>
</a>
<a href="https://github.com/polydevs-uk" class="contact-item">
<i class="fab fa-github"></i>
<span>GitHub</span>
</a>
<a href="#" class="contact-item">
<i class="fas fa-envelope"></i>
<span>Email</span>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<p>© 2025 Polydevs. Building the future with AI.</p>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>