Skip to content

mantisvex/mantisvex-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MANTIS VEX — Website

Official site for Mantis Vex, a French darksynth / horrorsynth / cyberpunk artist. Built as a fast, dependency-free static site optimized for GitHub Pages.

Sections

Page File What's there
Landing index.html Hero, embedded YouTube transmissions, full discography, bio, platform links
VST Plugins vst/index.html "Coming soon" placeholder — served at /vst/
SigilGrid sigilgrid/index.html "Coming soon" placeholder — served at /sigilgrid/

Pages use directory-style URLs (folder + index.html) so links are clean and extensionless: /, /vst/, /sigilgrid/ — no .html.

Real data wired in

Featured Bandcamp embeds (by album id): Glitchpunk 1254143414 · Observed Into Being 1086371301 · It, That Craves 2266996122.

Stack

  • Plain HTML / CSS / vanilla JS — no build step, no frameworks, no dependencies.
  • Music is streamed via Bandcamp's official EmbedPlayer iframes (no audio hosted here).
  • SVG favicon + Open Graph image.
  • Horrorsynth palette: toxic-green / blood-rust on near-black (no neon-outrun cliché).

Run locally

python -m http.server 8000
# then visit http://localhost:8000

Deploy to GitHub Pages

Already live at https://mantisvex.github.io/mantisvex-website/ (branch main, root). .nojekyll is included so files are served as-is; 404.html is a themed fallback.

Customize

  • Colors / fonts: CSS custom properties at the top of css/styles.css (:root).
  • Discography: edit the .discog__row links in index.html. Some albums currently point at the main Bandcamp page — swap in their direct /album/<slug> URLs once confirmed.
  • Featured players: change the album=<id> values in the .embed iframes.
  • VST / SigilGrid: drop real content into vst/index.html / sigilgrid/index.html when ready.

© MANTIS VEX. France.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors