Skip to content

Latest commit

Β 

History

History
70 lines (46 loc) Β· 1.48 KB

File metadata and controls

70 lines (46 loc) Β· 1.48 KB

OASIS Web4 Website

The official website for OASIS - The Universal Web4/Web5 Infrastructure.

Live Site

🌐 Production: https://www.oasisweb4.com

Tech Stack

  • Static HTML/CSS/JavaScript
  • Deployed on Vercel
  • Domain: oasisweb4.com

Project Structure

.
β”œβ”€β”€ index.html          # Main homepage
β”œβ”€β”€ styles.css          # Global styles
β”œβ”€β”€ script.js           # JavaScript functionality
β”œβ”€β”€ resources.html     # Resources page
β”œβ”€β”€ products/          # Product detail pages
β”‚   β”œβ”€β”€ identity.html
β”‚   β”œβ”€β”€ data.html
β”‚   β”œβ”€β”€ nfts.html
β”‚   β”œβ”€β”€ smart-contracts.html
β”‚   β”œβ”€β”€ bridges.html
β”‚   └── infrastructure.html
β”œβ”€β”€ logos/             # Ecosystem partner logos
β”œβ”€β”€ oasis-logo.png     # OASIS logo
└── vercel.json        # Vercel deployment configuration

Development

  1. Clone the repository
  2. Open index.html in a browser or use a local server
  3. Make changes to HTML, CSS, or JavaScript files
  4. Test locally before deploying

Deployment

The site is automatically deployed to Vercel when changes are pushed to the main branch.

Manual Deployment

vercel --prod

Contributing

  1. Create a feature branch
  2. Make your changes
  3. Test locally
  4. Submit a pull request

Links