Skip to content

Panmoni/pushflip-www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushflip-www

Landing page for PushFlip — a crypto-native push-your-luck card game on Solana.

Live at pushflip.xyz.

About the game

PushFlip is a card game where you push your luck against an autonomous AI dealer. Provably fair on-chain randomness, a deflationary $FLIP token for staking and power-ups, and a dealer ("The House") that runs as its own on-chain agent with its own wallet, its own strategy, and its own agenda.

Main game repo: Panmoni/pushflip

What's in this repo

Static landing page only — plain HTML and CSS, no build step, no JavaScript framework, no dependencies.

.
├── index.html              Landing page
├── _headers                Cloudflare Pages security headers
└── brand/                  Brand assets and preview pages
    ├── logo.svg                  Primary logo — dark cards on dark tile
    ├── logo-avatar.svg           Avatar variant — white cards, brand-colored suits
    ├── logo.html                 Logo preview, size tests, downloads
    ├── twitter-header.html       1500×500 profile banner preview
    └── twitter-header-raw.html   Chrome-free banner for pixel-exact capture

Local preview

No build step needed. Either open the files directly in a browser:

open index.html

Or serve with any static server if you want to navigate with real URLs:

python3 -m http.server 8080
# then visit http://localhost:8080

Brand pages

  • brand/logo.html — preview both logo variants side by side, test at multiple sizes (including circle-cropped for avatars), and download the SVGs
  • brand/twitter-header.html — preview the Twitter/X profile banner, toggle a profile-pic safe-zone overlay, and read the capture-to-PNG instructions
  • brand/twitter-header-raw.html — the banner at exact 1500×500 with no surrounding page chrome, for DevTools Capture node screenshot or OS-level area captures

Deploy

Served as a static site on Cloudflare Pages from pushflip.xyz. Security headers live in _headers.

To deploy a change, push to main — Cloudflare Pages picks up the commit and publishes it automatically.

Links

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages