← back to Hormuzy

mockups/090-nasa-mission-patch.html

193 lines

<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>nasa-mission-patch — Four Horsemen Studio</title>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Inter:wght@400;600&display=swap">
  <style>
    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      color: #fdfaf0;
      background-color: #0a0e1a;
      display: flex;
      flex-direction: column;
      height: 100vh;
      overflow: hidden;
    }
    header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 32px;
      background-color: #0e3a5f;
      font-family: 'Cinzel', serif;
      font-size: 24px;
      letter-spacing: 1px;
    }
    header .brand { color: #fcd13e; }
    header select {
      padding: 8px 12px;
      border: 2px solid #a83232;
      border-radius: 4px;
      background-color: #0a0e1a;
      color: #fdfaf0;
      font-size: 14px;
      margin-left: 16px;
    }
    header .status {
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 12px;
      background-color: #a83232;
      color: #0a0e1a;
    }
    main {
      display: flex;
      flex: 1;
      overflow: hidden;
    }
    .left-pane {
      width: 40%;
      display: flex;
      flex-direction: column;
      border-right: 1px solid #333;
      overflow: hidden;
    }
    .chat-log {
      flex: 1;
      padding: 16px;
      overflow-y: auto;
      background-color: #0a0e1a;
    }
    .chat-message {
      margin: 12px 0;
      display: flex;
      flex-direction: column;
    }
    .chat-message.user {
      align-self: flex-end;
    }
    .chat-message.user::before {
      content: "AGENT:";
      color: #a83232;
      font-weight: 600;
      margin-bottom: 4px;
    }
    .chat-message.system {
      align-self: flex-start;
    }
    .chat-message.system::before {
      content: "MISSION CONTROL:";
      color: #fcd13e;
      font-weight: 600;
      margin-bottom: 4px;
    }
    .chat-message .content {
      background-color: #0e3a5f;
      padding: 10px 14px;
      border-radius: 8px;
      max-width: 70%;
      font-size: 14px;
    }
    .chat-input {
      display: flex;
      padding: 12px 16px;
      border-top: 1px solid #333;
    }
    .chat-input input {
      flex: 1;
      padding: 8px 12px;
      border: none;
      background-color: #0a0e1a;
      color: #fdfaf0;
      font-size: 14px;
    }
    .chat-input button {
      padding: 8px 16px;
      margin-left: 8px;
      background-color: #fcd13e;
      color: #0a0e1a;
      border: none;
      font-weight: 600;
      border-radius: 4px;
      cursor: pointer;
    }
    .right-pane {
      width: 60%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px;
      padding: 16px;
      overflow-y: auto;
    }
    .panel {
      background-color: #0e3a5f;
      border: 1px solid #333;
      padding: 16px;
      display: flex;
      flex-direction: column;
    }
    .panel-header {
      font-family: 'Cinzel', serif;
      font-size: 18px;
      color: #fcd13e;
      margin-bottom: 12px;
    }
    .panel-content {
      font-size: 14px;
      line-height: 1.5;
      color: #fdfaf0;
    }
    .panel-content pre {
      font-family: 'Inter', monospace;
      font-size: 12px;
      background-color: #0a0e1a;
      padding: 8px;
      border: 1px solid #333;
      border-radius: 4px;
      overflow-x: auto;
    }
  </style>
</head>
<body>
  <header>
    <div class="brand">FOUR HORSEMEN STUDIO</div>
    <div>
      <select>
        <option>Project Artemis</option>
        <option>Project Valkyrie</option>
        <option>Project Horus</option>
      </select>
      <div class="status">idle</div>
    </div>
  </header>
  <main>
    <div class="left-pane">
      <div class="chat-log">
        <div class="chat-message user">
          <div class="content">/run-topic "Design Review"</div>
        </div>
        <div class="chat-message system">
          <div class="content">Initializing topic: Design Review. Engaging generative AI for concept ideation. Status: STS-141, crew of seven, systems nominal.</div>
        </div>
        <div class="chat-message user">
          <div class="content">/stampede "UI/UX"</div>
        </div>
        <div class="chat-message system">
          <div class="content">Executing stampede protocol for UI/UX. Deploying swarm intelligence across 7 nodes. Estimated completion: 12 minutes, 45 seconds.</div>
        </div>
      </div>
      <div class="chat-input">
        <input type="text" placeholder="Enter command or message">
        <button>Send</button>
      </div>
    </div>
    <div class="right-pane">
      <div class="panel">
        <div class="panel-header">Preview</div>
        <div class="panel-content">
          <p>Mission patch mock-up: <br><br>
            <pre>
            / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /