-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html
More file actions
179 lines (140 loc) · 8.05 KB
/
Copy pathabout.html
File metadata and controls
179 lines (140 loc) · 8.05 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
<!DOCTYPE html><html class="dark" lang="en"><head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="icon" type="image/png" href="./Favicon.png?v=2">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script type="module" src="./assets/tailwind-theme.js"></script>
<link rel="stylesheet" href="./assets/common-styles.css">
<title>About Us | Omnikon</title>
<meta name="keywords" content="Omnikon, Open Source, Hackathons, AI, Machine Learning, Programming, Student Developers, GitHub, Developer Community, Coding, Web Development, React, Next.js, TypeScript">
<meta name="theme-color" content="#050505">
<!-- Open Graph -->
<!-- Twitter Card -->
<!-- Structured Data -->
<link rel="icon" type="image/png" sizes="192x192" href="./favicon_io/android-chrome-192x192.png?v=1">
<link rel="icon" type="image/png" sizes="512x512" href="./favicon_io/android-chrome-512x512.png?v=1">
<meta name="description" content="Learn more about the Omnikon mission, vision, and team.">
<link rel="canonical" href="https://omnikonhub.com/about.html">
<meta property="og:title" content="About Us | Omnikon">
<meta property="og:description" content="Learn more about the Omnikon mission, vision, and team.">
<meta property="og:url" content="https://omnikonhub.com/about.html">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="About Us | Omnikon">
<meta name="twitter:description" content="Learn more about the Omnikon mission, vision, and team.">
<meta name="robots" content="index, follow">
<meta name="view-transition" content="same-origin">
<link rel="stylesheet" href="./assets/hackathon-window.css">
<script type="module" src="./assets/hackathon-window.js"></script><script type="application/ld+json">[
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://omnikonhub.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "About Us",
"item": "https://omnikonhub.com/about.html"
}
]
},
{
"@context": "https://schema.org",
"@type": "AboutPage",
"name": "About Us | Omnikon"
}
]</script><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8663425706426895" crossorigin="anonymous"></script></head><body class="bg-background text-on-background min-h-screen flex items-center justify-center relative overflow-hidden crt-flicker grid-bg">
<div class="fixed inset-0 scanlines z-50 mix-blend-overlay opacity-30"></div>
<main class="w-full max-w-3xl px-gutter relative z-10 flex flex-col items-center"><nav class="breadcrumbs-ui py-4 max-w-container-max mx-auto px-gutter text-sm text-on-surface-variant" aria-label="breadcrumb"><a href="index.html" class="hover:text-primary">Home</a> > <span>About Us</span></nav>
<div class="absolute inset-0 bg-primary/5 blur-[100px] rounded-full z-0 pointer-events-none"></div>
<div class="w-full bg-surface border border-primary glow-active relative z-10 flex flex-col">
<div class="flex items-center justify-between px-4 py-2 border-b border-primary bg-surface-container-low">
<div class="flex items-center gap-2">
<span class="material-symbols-outlined text-primary text-sm" style="font-variation-settings: 'FILL' 1;">warning</span>
<span class="font-code-sm text-code-sm text-primary uppercase tracking-widest">System_Alert // CRITICAL</span>
</div>
<div class="flex gap-1">
<div class="w-2 h-2 bg-surface-variant"></div>
<div class="w-2 h-2 bg-surface-variant"></div>
<div class="w-2 h-2 bg-primary animate-pulse"></div>
</div>
</div>
<div class="p-8 md:p-12 flex flex-col items-start w-full">
<div class="relative inline-block mb-8 w-full border-l-2 border-primary pl-4">
<h1 class="font-display-lg text-3xl sm:text-4xl lg:text-display-lg text-primary tracking-tighter uppercase m-0 leading-none" data-text="ERROR 404">About Us</h1>
<p class="font-code-sm text-code-sm text-on-surface-variant mt-2 uppercase tracking-widest">Coming soon.</p>
</div>
<div class="font-code-sm text-code-sm text-on-surface flex flex-col gap-3 mb-10 w-full">
<div class="flex gap-2 opacity-70">
<span class="text-primary">></span>
<span>Initializing diagnostic sequence... OK</span>
</div>
<div class="flex gap-2 opacity-70">
<span class="text-primary">></span>
<span>Locating requested vector... FAILED</span>
</div>
<div class="flex gap-2 mt-2">
<span class="text-primary">></span>
<p class="font-body-base text-body-base text-on-background m-0">
PATH NOT FOUND. The requested node has been decommissioned or moved to a restricted sector.
</p>
</div>
<div class="flex gap-2 mt-4">
<span class="text-primary">></span>
<span class="text-on-surface-variant">Awaiting user input<span class="cursor-blink text-primary">_</span></span>
</div>
</div>
<div class="flex flex-col sm:flex-row gap-4 w-full mt-4 border-t border-surface-variant pt-8">
<a class="group flex items-center justify-center gap-2 bg-primary text-on-primary px-8 py-4 rounded-none border border-primary transition-all duration-200 glow-button w-full sm:w-auto" href="./index.html">
<span class="font-label-mono text-label-mono uppercase tracking-widest font-bold">Return_To_Base</span>
<span class="material-symbols-outlined text-sm transition-transform group-hover:translate-x-1">arrow_forward</span>
</a>
<button class="group flex items-center justify-center gap-2 bg-transparent text-on-surface px-8 py-4 rounded-none border border-surface-variant hover:border-primary hover:text-primary transition-all duration-200 w-full sm:w-auto" aria-label="terminal
View_Logs">
<span class="material-symbols-outlined text-sm">terminal</span>
<span class="font-label-mono text-label-mono uppercase tracking-widest">View_Logs</span>
</button>
</div>
</div>
<div class="h-1 w-full bg-surface-variant flex">
<div class="h-full bg-primary w-1/4"></div>
</div>
</div>
<div class="absolute inset-0 pointer-events-none z-0 opacity-10" style="background-image: linear-gradient(to right, #343535 1px, transparent 1px), linear-gradient(to bottom, #343535 1px, transparent 1px); background-size: 40px 40px;"></div>
</main>
<script>
document.addEventListener('DOMContentLoaded', () => {
const glitchText = document.querySelector('h1[data-text]');
if (!glitchText) return;
const originalText = glitchText.innerText;
const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()';
// Subtle random character swap occasionally
setInterval(() => {
if (Math.random() > 0.95) {
let newText = originalText.split('');
const indexToGlitch = Math.floor(Math.random() * newText.length);
newText[indexToGlitch] = chars[Math.floor(Math.random() * chars.length)];
glitchText.innerText = newText.join('');
setTimeout(() => {
glitchText.innerText = originalText;
}, 50);
}
}, 100);
});
</script>
<script src="https://www.gstatic.com/firebasejs/10.8.0/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.8.0/firebase-auth-compat.js"></script>
<script type="module" src="auth.js"></script>
<script type="module" src="./particles.js"></script>
</body></html>