-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (159 loc) · 6.72 KB
/
index.html
File metadata and controls
175 lines (159 loc) · 6.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AIM Annual Report 2025</title>
<meta name="description" content="A comprehensive analysis of the divergence between machine capability and human adaptation across Foundation, Cognition, Interface, and Humanity layers." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://eppelas.github.io/aim-report/" />
<meta property="og:title" content="AIM Annual Report 2025" />
<meta property="og:description" content="A comprehensive analysis of the divergence between machine capability and human adaptation across Foundation, Cognition, Interface, and Humanity layers." />
<meta property="og:site_name" content="AI Mindset" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://eppelas.github.io/aim-report/" />
<meta property="twitter:title" content="AIM Annual Report 2025" />
<meta property="twitter:description" content="A comprehensive analysis of the divergence between machine capability and human adaptation across Foundation, Cognition, Interface, and Humanity layers." />
<!-- SPA redirect for GitHub Pages -->
<script type="text/javascript">
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
<script src="https://cdn.tailwindcss.com"></script>
<!-- Fonts: Roboto Flex (Animations/Headings) & IBM Plex Mono (UI/Data) -->
<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=IBM+Plex+Mono:wght@400;500;600;700&family=Roboto+Flex:opsz,slnt,wdth,wght@8..144,-10..0,25..151,100..1000&display=swap" rel="stylesheet">
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function(m,e,t,r,i,k,a){
m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
})(window, document,'script','https://mc.yandex.ru/metrika/tag.js?id=106376865', 'ym');
ym(106376865, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true, trackHash:true});
</script>
<!-- /Yandex.Metrika counter -->
<!-- Umami Analytics -->
<script defer src="https://cloud.umami.is/script.js" data-website-id="b55d9571-29f4-425b-acce-4083c9f86826"></script>
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Report",
"name": "AIM Annual Report 2025",
"headline": "11 Tectonic Shifts: Machines vs Humans",
"description": "A comprehensive analysis of the divergence between machine capability and human adaptation across Foundation, Cognition, Interface, and Humanity layers.",
"url": "https://eppelas.github.io/aim-report/",
"datePublished": "2025-01-22",
"author": {
"@type": "Organization",
"name": "AI Mindset",
"url": "https://aimindset.org"
},
"publisher": {
"@type": "Organization",
"name": "AI Mindset",
"url": "https://aimindset.org"
},
"about": [
{
"@type": "Thing",
"name": "Artificial Intelligence"
},
{
"@type": "Thing",
"name": "Technology Trends"
},
{
"@type": "Thing",
"name": "Digital Transformation"
}
]
}
</script>
<style>
:root {
--color-bg: #0A0A0A;
--color-text: #F5F5F5;
--color-accent: #DC2626;
}
body {
background-color: var(--color-bg);
color: var(--color-text);
margin: 0;
padding: 0;
width: 100%;
min-height: 100%;
overflow-y: auto;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
font-family: 'Roboto Flex', sans-serif;
}
/* Typographic Hierarchy Utility Classes */
h1, h2, h3 {
letter-spacing: -0.04em;
font-variation-settings: "opsz" 144, "wght" 600;
}
.font-mono {
font-family: 'IBM Plex Mono', monospace;
letter-spacing: 0.05em;
}
.vf-anim {
font-family: 'Roboto Flex', sans-serif;
--wght: 400;
--wdth: 100;
--slnt: 0;
--opsz: 14;
font-variation-settings: "wght" var(--wght), "wdth" var(--wdth), "slnt" var(--slnt), "opsz" var(--opsz);
will-change: font-variation-settings;
}
.bg-noise {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 9999;
opacity: 0.04;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@18.2.0",
"react-dom/client": "https://esm.sh/react-dom@18.2.0/client",
"react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime",
"react-dom": "https://esm.sh/react-dom@18.2.0",
"gsap": "https://esm.sh/gsap@3.12.5",
"gsap/ScrollTrigger": "https://esm.sh/gsap@3.12.5/ScrollTrigger",
"gsap/MotionPathPlugin": "https://esm.sh/gsap@3.12.5/MotionPathPlugin",
"lenis": "https://esm.sh/lenis@1.0.42",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react/": "https://esm.sh/react@^19.2.3/",
"gsap/": "https://esm.sh/gsap@^3.14.2/"
}
}
</script>
</head>
<body>
<noscript><div><img src="https://mc.yandex.ru/watch/106376865" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<div class="bg-noise"></div>
<div id="root"></div>
<script type="module" src="index.tsx"></script>
<script type="module" src="/index.tsx"></script>
</body>
</html>