Personal website for jaeswift.xyz - Sci-fi dashboard aesthetic
Find a file
2026-04-15 07:53:37 +00:00
api perf: reduce SITREP prompt size + increase timeout for reasoning model 2026-04-15 07:53:37 +00:00
armoury feat: add Jupiter Swap Terminal page + LAB card 2026-04-06 21:16:35 +00:00
comms feat: sitewide Solana wallet connect in navbar 2026-04-06 00:05:30 +00:00
css feat: add Jupiter Swap Terminal page + LAB card 2026-04-06 21:16:35 +00:00
depot feat: sitewide Solana wallet connect in navbar 2026-04-06 00:05:30 +00:00
hq feat: sitewide Solana wallet connect in navbar 2026-04-06 00:05:30 +00:00
js feat: group changelog entries by date into unified cards 2026-04-06 20:52:58 +00:00
jupiterswap style: military green theme for Jupiter Terminal widget 2026-04-06 21:25:36 +00:00
recon feat: sitewide Solana wallet connect in navbar 2026-04-06 00:05:30 +00:00
soldomains feat: sitewide Solana wallet connect in navbar 2026-04-06 00:05:30 +00:00
tokenlauncher feat: SPL Token Launcher (TOKEN FORGE) on LAB 2026-04-06 01:02:43 +00:00
transmissions feat: SITREP automated daily AI briefing system 2026-04-06 15:22:45 +00:00
.gitignore feat: mega admin panel expansion, contact form, 9 blog posts 2026-03-31 22:19:27 +00:00
admin.html feat: admin panel overhaul - editor post selector, changelog/sitrep/datasync/cronjobs sections, backup import, grouped sidebar 2026-04-06 20:02:29 +00:00
AUDIT_REPORT.md fix: resolve all critical audit issues 2026-04-01 00:54:20 +00:00
blog.html feat: sitewide Solana wallet connect in navbar 2026-04-06 00:05:30 +00:00
index.html feat: sitewide Solana wallet connect in navbar 2026-04-06 00:05:30 +00:00
post.html feat: sitewide Solana wallet connect in navbar 2026-04-06 00:05:30 +00:00
README.md 🚀 Initial build: sci-fi dashboard website 2026-03-31 19:23:47 +00:00

JAESWIFT.XYZ

Sci-fi dashboard-inspired personal website

Status Version

Overview

A cyberpunk/sci-fi themed personal website inspired by satellite monitoring dashboards. Built with vanilla HTML, CSS, and JavaScript — no frameworks, no bloat.

Features

  • HUD-style navigation with dropdown menus and live clock
  • Particle system with mouse interaction and connection lines
  • Glitch text effect on hero title
  • Typing animation cycling through descriptions
  • Scroll-reveal animations for content sections
  • Animated skill bars with glow effects
  • Live terminal emulator with typed commands
  • Panel hover glow tracking (follows cursor)
  • Scanline overlay and grid background
  • HUD data flickers for authentic dashboard feel
  • Signal strength animation in footer
  • Fully responsive — mobile hamburger menu with accordion dropdowns

Sections

# Section Description
00 Hero Animated HUD frame with glitch title, typing subtitle, status readouts
01 About Operator profile panel + animated skill matrix bars
02 Blog Card grid for blog posts with hover animations
03 Development Project cards with tech tags and status indicators
04 Links External links grid (Gitea, GitLab, Reddit, Email)
05 Contact Transmission form + signal info + live terminal emulator

Tech Stack

  • HTML5 — Semantic markup
  • CSS3 — Custom properties, grid, flexbox, animations, backdrop-filter
  • Vanilla JS — Particle system, IntersectionObserver, typing effect
  • Google Fonts — JetBrains Mono, Orbitron, Share Tech Mono

Palette

Colour Hex Usage
Background #060608 Primary background
Panel #0c1018 Card/panel backgrounds
Accent #00ffc8 Primary accent (cyan/teal)
Text #c8d6e5 Primary text
Muted #5a6a7a Secondary text
Border #1a2a3a Panel borders
Danger #ff3a5c Glitch/error accent

Local Development

# Clone
git clone https://git.jaeswift.xyz/jae/jaeswift-website.git
cd jaeswift-website

# Serve (any static server works)
python3 -m http.server 8080
# or
npx serve .

Open http://localhost:8080 in your browser.

Deployment

Static files — deploy anywhere: Nginx, Apache, Caddy, Netlify, Cloudflare Pages, etc.

License

© 2026 jae — All rights reserved.