-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (52 loc) · 2.26 KB
/
index.html
File metadata and controls
58 lines (52 loc) · 2.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Polydevs — AI Cognitive Research & Quant Systems</title>
<meta
name="description"
content="Polydevs is a research-driven team focused on AI cognitive systems and quantitative trading architecture at the intersection of AI and mathematics."
/>
<meta
name="keywords"
content="Polydevs, AI cognitive research, quant trading, AI mathematics, reasoning systems, quantitative intelligence"
/>
<meta name="author" content="Polydevs Team" />
<meta property="og:title" content="Polydevs — AI Cognitive Research & Quant Systems" />
<meta
property="og:description"
content="Team introduction site for Polydevs, focusing on cognitive AI research and quantitative trading systems."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://polydevs.uk" />
<meta property="og:image" content="https://polydevs.uk/images/polydevs-banner.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Polydevs — AI Cognitive Research & Quant Systems" />
<meta
name="twitter:description"
content="Research team building AI cognitive systems and quantitative trading intelligence."
/>
<meta name="theme-color" content="#f3f0ee" />
<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&family=Montserrat:wght@500;600&family=Italiana&display=swap"
rel="stylesheet"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Polydevs",
"description": "Research-focused team in AI cognitive systems and quantitative trading architecture.",
"url": "https://polydevs.uk",
"sameAs": ["https://github.com/polydevs-labs", "https://discord.polydevs.org"]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>