← back to Hormuzy

mockups/024-datacenter-rack.html

219 lines

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1440, initial-scale=1.0">
<title>datacenter-rack-LED — Four Horsemen Studio</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@700&family=Roboto+Mono:wght@400&display=swap">
<style>
:root {
  --bg: #0a0a0a;
  --primary: #1de9b6;
  --accent1: #ffd54f;
  --accent2: #ef5350;
  --text: #ffffff;
  --shadow: 0 0 12px rgba(30, 255, 182, 0.3);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Mono', monospace;
  color: var(--text);
}

body {
  background: var(--bg);
  height: 900px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  overflow: hidden;
}

header {
  height: 60px;
  background: linear-gradient(90deg, var(--accent1), var(--primary), var(--accent2));
  display: flex;
  align-items: center;
  padding: 0 24px;
  position: relative;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
}

header h1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 24px;
  margin-right: 24px;
  color: #0a0a0a;
}

header select {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #1a1a1a;
  color: var(--text);
  border-radius: 4px;
}

.status-indicator {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 12px;
  background: #1a1a1a;
  border: 2px solid var(--primary);
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
}

main {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.left-pane {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #1a1a1a;
  border-right: 1px solid rgba(255,255,255,0.05);
}

.chat-log {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 16px;
}

.message {
  margin: 8px 0;
  padding: 10px 14px;
  border-radius: 6px;
  background: #1a1a1a;
  box-shadow: var(--shadow);
}

.message.user {
  background: #1a1a1a;
  color: var(--primary);
}

.message.system {
  background: #1a1a1a;
  color: var(--accent2);
}

.chat-input {
  display: flex;
  gap: 8px;
}

.chat-input input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #1a1a1a;
  color: var(--text);
  border-radius: 4px;
}

.right-pane {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
}

.panel {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.panel-header {
  padding: 12px 16px;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.panel-body {
  flex: 1;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  font-family: monospace;
  color: #666;
  text-shadow: 0 0 4px rgba(255,255,255,0.1);
}

.panel-body code {
  color: var(--primary);
}

.panel-body pre {
  font-size: 12px;
  line-height: 1.4;
  color: #ccc;
}

.panel-body figma {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.panel-body figma div {
  background: #222;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
}
</style>
</head>
<body>
<header>
  <h1>FOUR HORSEMEN</h1>
  <select>
    <option>Project Neon Pulse</option>
    <option>Project Quantum Flux</option>
    <option>Project Synapse</option>
  </select>
  <div class="status-indicator">idle</div>
</header>
<main>
  <div class="left-pane">
    <div class="chat-log">
      <div class="message user">/run-topic: Neon Circuitry</div>
      <div class="message system">TOPIC ENGAGED: 3D GLITCH RENDERING</div>
      <div class="message user">/stampede: 4k</div>
      <div class="message system">STAMPEDE: 4K RENDERS ACTIVATED. EXPECT 12.7TB OUTPUT.</div>
      <div class="message user">/status</div>
      <div class="message system">SYSTEM: IDLE. 3 NODES ONLINE. 72% COOLING EFFICIENCY.</div>
    </div>
    <div class="chat-input">
      <input type="text" placeholder="> /command">
    </div>
  </div>
  <div class="right-pane">
    <div class="panel">
      <div class="panel-header">preview</div>
      <div class="panel-body">
        <pre>▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓