Author: Francesco Pedulli Contact: francescopedulli@gmail.com | +39 327 014 3909 Date: February 26, 2026 Last Updated: February 26, 2026
Professional website showcasing the Universal Canonicalization algorithm (CANON), including comprehensive competition opportunities and business applications.
index.html- Main website (complete single-page site with 6 sections)style.css- Professional styling with responsive designREADME.md- This file
✅ 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
- Home (Hero) - Algorithm overview with key statistics including €13M+ prize money
- Algorithm - Mathematical foundation and key insights
- Problems - 24 problem domains with verification status
- Results - Empirical validation and academic paper information
- Challenges - Complete competition guide with prizes and links
- Contact - Multiple contact points for collaboration
# 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/# Install Vercel CLI
npm i -g vercel
# Deploy
cd website
vercel
# Follow prompts
# Your site will be at: https://your-project.vercel.app/- Go to https://app.netlify.com/
- Drag and drop the
websitefolder - Done! Your site is live
Simply upload these files to any web hosting service:
- Upload
index.html - Upload
style.css - Make sure they're in the same directory
Open index.html in any web browser to preview locally.
All contact information is already set to:
- Email: francescopedulli@gmail.com
- Phone: +39 327 014 3909
To modify:
- Edit
index.htmlto change content - Edit
style.cssto change colors/styling
Francesco Pedulli francescopedulli@gmail.com +39 327 014 3909
Ready for immediate deployment!