Skip to content

Commit 772170f

Browse files
Update OS*2 specifications and UI elements
1 parent 5b97629 commit 772170f

1 file changed

Lines changed: 72 additions & 67 deletions

File tree

os2.html

Lines changed: 72 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>RTECH | OS*2 Infrastructure & Deployment</title>
6+
<title>RTECH | OS*2 Full Specifications</title>
77
<script src="https://cdn.tailwindcss.com"></script>
88
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700;800&display=swap" rel="stylesheet">
99
<style>
@@ -12,27 +12,26 @@
1212
body { background: var(--slate-950); color: #f8fafc; line-height: 1.6; scroll-behavior: smooth; }
1313

1414
.enterprise-border { border: 1px solid #1e293b; }
15-
.bg-glass { background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(12px); }
16-
1715
.status-pulse {
1816
width: 10px; height: 10px; background-color: var(--lime);
1917
display: inline-block; margin-right: 12px; animation: pulse 2s infinite;
2018
}
2119
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
2220

2321
#download-btn {
24-
font-weight: 800; padding: 16px 40px; transition: all 0.3s ease;
25-
text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.1em;
22+
font-weight: 800; padding: 20px 48px; transition: all 0.3s ease;
23+
text-transform: uppercase; font-size: 1rem; letter-spacing: 0.1em;
2624
}
2725

2826
.btn-ready { background: var(--lime); color: #000; cursor: pointer; border: 1px solid var(--lime); }
29-
.btn-ready:hover { background: #fff; border-color: #fff; transform: translateY(-2px); }
27+
.btn-ready:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(163, 230, 53, 0.2); }
28+
3029
.btn-pending { background: transparent; color: #475569; cursor: not-allowed; border: 1px solid #1e293b; }
3130

32-
.warning-strip {
33-
background: linear-gradient(45deg, #1e1b4b 25%, #020617 25%, #020617 50%, #1e1b4b 50%, #1e1b4b 75%, #020617 75%, #020617 100%);
34-
background-size: 56.57px 56.57px;
35-
}
31+
.code-window { background: #000; border: 1px solid #334155; padding: 2rem; position: relative; }
32+
.code-window::before { content: "TERMINAL_FEED"; position: absolute; top: -10px; left: 20px; background: #000; padding: 0 10px; font-size: 10px; color: var(--lime); font-weight: 800; }
33+
34+
.warning-box { background: rgba(79, 70, 229, 0.05); border-left: 4px solid #6366f1; padding: 2rem; }
3635
</style>
3736
</head>
3837
<body class="selection:bg-lime-500 selection:text-black">
@@ -42,99 +41,105 @@
4241
<div class="flex items-center gap-12">
4342
<a href="index.html" class="font-black text-2xl tracking-tighter hover:text-lime-500 transition-colors uppercase">RTECH</a>
4443
<div class="hidden lg:flex gap-10 text-[10px] font-black uppercase tracking-[0.2em] text-slate-500">
45-
<a href="#core" class="hover:text-white">Architecture</a>
46-
<a href="#deployment" class="text-lime-500 border-b border-lime-500">Deployment</a>
44+
<a href="#about" class="hover:text-white">Specs</a>
45+
<a href="#testing" class="hover:text-white">VM_Guidance</a>
46+
<a href="#deployment" class="text-lime-500 underline underline-offset-8">Deployment</a>
4747
</div>
4848
</div>
49-
<div class="text-[10px] font-black uppercase px-4 py-1.5 border border-slate-700 bg-slate-900">
50-
Release_Cycle: 2026.Q2
51-
</div>
49+
<div class="text-[10px] font-black uppercase px-4 py-1.5 border border-slate-700 bg-slate-900">VER: 2026.04</div>
5250
</div>
5351
</nav>
5452

5553
<main class="max-w-7xl mx-auto px-6 py-24">
5654

5755
<header class="mb-32">
58-
<h1 class="text-6xl md:text-9xl font-black mb-10 tracking-tighter italic uppercase leading-none">
59-
OS*2 <span class="text-slate-700">LIMEMADE</span>
56+
<h1 class="text-7xl md:text-9xl font-black mb-10 tracking-tighter italic uppercase leading-none">
57+
OS*2 <span class="text-slate-800">INFRA</span>
6058
</h1>
61-
<p class="text-slate-400 max-w-2xl text-xl leading-relaxed font-bold uppercase italic">
62-
The assembly-level sovereign environment. One line, one step, zero compromise.
59+
<p class="text-slate-400 max-w-3xl text-xl leading-relaxed font-bold uppercase italic">
60+
A sovereign kernel for the RTECH ecosystem. Built on one-line-logic to eliminate the corporate abstraction layer.
6361
</p>
6462
</header>
6563

66-
<section class="mb-32 border-2 border-indigo-500/30 warning-strip p-8 md:p-12 relative overflow-hidden">
67-
<div class="relative z-10">
68-
<div class="flex items-center gap-4 mb-6 text-indigo-400">
69-
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor">
70-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
71-
</svg>
72-
<h2 class="text-2xl font-black uppercase italic tracking-tighter">Technical_Advisory_2026</h2>
73-
</div>
74-
75-
<div class="grid md:grid-cols-2 gap-12">
76-
<div class="space-y-4">
77-
<p class="text-indigo-200 font-bold uppercase text-sm leading-relaxed">
78-
OS*2 is currently in a <span class="text-white underline">pre-stable development cycle</span>. While the kernel logic is verified, direct hardware flashing may result in unrecoverable system states on non-RTECH hardware.
79-
</p>
80-
</div>
81-
<div class="border-l-4 border-indigo-500 pl-8">
82-
<p class="text-white font-black uppercase text-lg mb-2">Recommended: VMware Virtualization</p>
83-
<p class="text-slate-400 font-bold uppercase text-xs leading-relaxed">
84-
To ensure system safety and property integrity, RTECH strongly suggests testing the ISO within a **VMware** environment. This allows for isolated execution of the One-Line-Logic protocols before full-metal deployment.
85-
</p>
64+
<section id="about" class="mb-32">
65+
<h2 class="text-xs font-black uppercase tracking-[0.6em] text-lime-500 mb-12 italic">// 01_SYSTEM_OVERVIEW</h2>
66+
<div class="grid lg:grid-cols-2 gap-16">
67+
<div>
68+
<h3 class="text-4xl font-black uppercase italic mb-8">One Line, One Step.</h3>
69+
<p class="text-slate-400 mb-8 font-bold uppercase text-sm leading-relaxed">
70+
OS*2 is the first "Pure Metal" OS of 2026. Every system operation is mapped to a single line of assembly code. This ensures 100% transparency; there is no place for hidden telemetry or backdoors to hide in the logic.
71+
</p>
72+
<div class="space-y-6">
73+
<div class="enterprise-border p-6">
74+
<h4 class="text-lime-500 font-black text-xs uppercase mb-2">Respect Property Protocol</h4>
75+
<p class="text-[11px] text-slate-500 uppercase font-bold">The OS is your property. RTECH cannot remote-wipe, update without consent, or access your local file table.</p>
76+
</div>
77+
<div class="enterprise-border p-6">
78+
<h4 class="text-lime-500 font-black text-xs uppercase mb-2">The Zest UI</h4>
79+
<p class="text-[11px] text-slate-500 uppercase font-bold">High-contrast, zero-latency interface designed for aggressive decorators and heavy industry.</p>
80+
</div>
8681
</div>
8782
</div>
83+
<div class="code-window">
84+
<pre class="text-lime-500 text-xs leading-loose">
85+
; OS*2 SYSTEM_INIT
86+
move rdi 10 ; ALLOC_SOVEREIGNTY
87+
push rdi ; SECURE_REGISTER
88+
call optimize_metal ; DIRECT_SILICON_LINK
89+
add zest, 0xFF ; INJECT_CHROMA
90+
out 0x80, zest ; DISPLAY_ACTIVE
91+
</pre>
92+
</div>
8893
</div>
8994
</section>
9095

91-
<section id="core" class="mb-32 grid md:grid-cols-3 gap-8">
92-
<div class="enterprise-border p-8 bg-slate-900/20">
93-
<h3 class="text-xs font-black uppercase text-lime-500 mb-6 tracking-widest">Logic Protocol</h3>
94-
<p class="text-[11px] font-bold uppercase text-slate-400">One line of code per machine step. Total transparency. No corporate backdoors.</p>
95-
</div>
96-
<div class="enterprise-border p-8 bg-slate-900/20">
97-
<h3 class="text-xs font-black uppercase text-lime-500 mb-6 tracking-widest">Zest Interface</h3>
98-
<p class="text-[11px] font-bold uppercase text-slate-400">High-definition, high-visibility UI designed for aggressive decorators.</p>
99-
</div>
100-
<div class="enterprise-border p-8 bg-slate-900/20">
101-
<h3 class="text-xs font-black uppercase text-lime-500 mb-6 tracking-widest">Property Rights</h3>
102-
<p class="text-[11px] font-bold uppercase text-slate-400">Protected by the RSL-2026 License. You own the metal, you own the code.</p>
96+
<section id="testing" class="mb-32">
97+
<h2 class="text-xs font-black uppercase tracking-[0.6em] text-indigo-500 mb-12 italic">// 02_TESTING_ADVISORY</h2>
98+
<div class="warning-box">
99+
<h3 class="text-2xl font-black uppercase italic mb-6 text-white">Virtualization Recommended</h3>
100+
<div class="grid md:grid-cols-2 gap-12">
101+
<p class="text-sm font-bold uppercase text-slate-400 leading-relaxed">
102+
OS*2 is currently in a pre-stable state. To protect your hardware property, we suggest using <span class="text-white">VMware Workstation or ESXi</span> for initial testing.
103+
</p>
104+
<p class="text-sm font-bold uppercase text-slate-400 leading-relaxed">
105+
Running OS*2 in a VM allows you to verify your assembly logic within a safe, isolated container before performing a full-metal flash.
106+
</p>
107+
</div>
103108
</div>
104109
</section>
105110

106111
<section id="deployment" class="pt-24 border-t-4 border-white">
112+
<h2 class="text-xs font-black uppercase tracking-[0.6em] text-slate-500 mb-12 italic">// 03_DEPLOYMENT_NODE</h2>
107113
<div class="flex items-center gap-3 mb-10">
108114
<span class="status-pulse"></span>
109-
<span class="text-[11px] font-black uppercase tracking-[0.5em] text-lime-500" id="system-status">Scanning Build Mirrors...</span>
115+
<span class="text-[11px] font-black uppercase tracking-[0.5em] text-lime-500" id="system-status">Checking Build Mirror...</span>
110116
</div>
111117

112118
<div class="grid lg:grid-cols-3 gap-12">
113119
<div class="lg:col-span-2">
114-
<h4 class="text-2xl font-black uppercase italic mb-6">ISO Deployment Node</h4>
115120
<p class="text-slate-500 font-bold uppercase text-xs mb-10">
116-
Select a distribution mirror. If your node is not yet synchronized, the system will default to "Coming Soon."
121+
The "Download" button will activate once the RTECH-Mirror has verified the latest ISO build for your region.
117122
</p>
118123
<button id="download-btn" class="btn-pending">
119124
Initializing...
120125
</button>
121126
</div>
122-
<div class="bg-slate-900/50 p-6 border border-slate-800">
123-
<div class="text-[10px] font-black text-slate-500 uppercase mb-4 tracking-widest">Staging_Stats</div>
124-
<div class="space-y-3 font-mono text-[10px]">
125-
<div class="flex justify-between"><span>Kernel:</span> <span>STABLE_LIME</span></div>
126-
<div class="flex justify-between"><span>ISO_Ver:</span> <span>2.0.26_RC</span></div>
127-
<div class="flex justify-between"><span>Mirror:</span> <span>USA_WEST_01</span></div>
128-
</div>
127+
<div class="bg-black p-8 border border-slate-800">
128+
<h4 class="text-[10px] font-black text-slate-500 uppercase mb-6 tracking-widest">Staging_Inventory</h4>
129+
<ul class="text-[10px] font-bold uppercase space-y-4 text-slate-400">
130+
<li class="flex justify-between border-b border-slate-900 pb-2"><span>Architecture:</span> <span class="text-white">x86_64_R1</span></li>
131+
<li class="flex justify-between border-b border-slate-900 pb-2"><span>Environment:</span> <span class="text-white">VMware_Ready</span></li>
132+
<li class="flex justify-between border-b border-slate-900 pb-2"><span>Build_Status:</span> <span class="text-indigo-400 italic">Pre-Stable</span></li>
133+
</ul>
129134
</div>
130135
</div>
131136
</section>
132137
</main>
133138

134-
<footer class="border-t border-slate-900 py-20 px-6 mt-32">
139+
<footer class="border-t border-slate-900 py-16 px-6 mt-32 bg-black">
135140
<div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center text-[10px] font-black uppercase tracking-[0.5em] text-slate-700">
136-
<span>RTECH_CORP // DEPLOYMENT_PORTAL</span>
137-
<span class="mt-4 md:mt-0 italic">Respect People's Property.</span>
141+
<span>RTECH_CORPORATE // 2026 // ISO_DEPLOYMENT_STATION</span>
142+
<span class="mt-4 md:mt-0 italic">Respecting User Property Since 2024.</span>
138143
</div>
139144
</footer>
140145

@@ -150,14 +155,14 @@ <h4 class="text-2xl font-black uppercase italic mb-6">ISO Deployment Node</h4>
150155
btn.innerText = "Download Now";
151156
btn.className = "btn-ready";
152157
btn.onclick = () => window.location.href = targetPath;
153-
status.innerText = "Status: ISO_VERIFIED_STABLE";
158+
status.innerText = "Status: ISO_IMAGE_READY";
154159
} else {
155-
throw new Error('Not found');
160+
throw new Error('404');
156161
}
157162
} catch (error) {
158163
btn.innerText = "Coming Soon 2026";
159164
btn.className = "btn-pending";
160-
status.innerText = "Status: STAGING_IN_PROGRESS";
165+
status.innerText = "Status: Mirror_Sync_In_Progress";
161166
}
162167
}
163168
window.onload = checkAvailability;

0 commit comments

Comments
 (0)