Skip to content

InfiniMatrix/universal-intelligence-engine

Repository files navigation

CANON - Universal Problem Solver Website

Author: Francesco Pedulli Contact: francescopedulli@gmail.com | +39 327 014 3909 Date: February 26, 2026 Last Updated: February 26, 2026

Overview

Professional website showcasing the Universal Canonicalization algorithm (CANON), including comprehensive competition opportunities and business applications.

Files

  • index.html - Main website (complete single-page site with 6 sections)
  • style.css - Professional styling with responsive design
  • README.md - This file

Features

✅ Responsive design (mobile-friendly) ✅ Professional appearance with gradient hero section ✅ Contact information prominently displayed (header, contact section, footer) ✅ All 24 problem domains shown (8 verified, 16 theoretical) ✅ Empirical results displayed (96.2% compression) ✅ NEW: Comprehensive challenges section with €13M+ in prize money ✅ NEW: 17+ competition platforms documented with direct links ✅ NEW: 8 platforms accepting immediate submissions ✅ Ready for deployment

Website Sections

  1. Home (Hero) - Algorithm overview with key statistics including €13M+ prize money
  2. Algorithm - Mathematical foundation and key insights
  3. Problems - 24 problem domains with verification status
  4. Results - Empirical validation and academic paper information
  5. Challenges - Complete competition guide with prizes and links
  6. Contact - Multiple contact points for collaboration

How to Deploy

Option 1: GitHub Pages (FREE)

# Create GitHub repository
gh repo create canon-universal --public

# Add files
git init
git add .
git commit -m "Initial website"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/canon-universal.git
git push -u origin main

# Enable GitHub Pages
# Go to Settings → Pages → Source: main branch → Save
# Your site will be at: https://YOUR_USERNAME.github.io/canon-universal/

Option 2: Vercel (FREE)

# Install Vercel CLI
npm i -g vercel

# Deploy
cd website
vercel

# Follow prompts
# Your site will be at: https://your-project.vercel.app/

Option 3: Netlify (FREE)

  1. Go to https://app.netlify.com/
  2. Drag and drop the website folder
  3. Done! Your site is live

Option 4: Any Web Host

Simply upload these files to any web hosting service:

  • Upload index.html
  • Upload style.css
  • Make sure they're in the same directory

Local Preview

Open index.html in any web browser to preview locally.

Customization

All contact information is already set to:

To modify:

  • Edit index.html to change content
  • Edit style.css to change colors/styling

Contact

Francesco Pedulli francescopedulli@gmail.com +39 327 014 3909


Ready for immediate deployment!

About

"Universal Intelligence Engine - Landing Page"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors