Skip to content

alaalsalam/whatomate-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatomate - Frappe WhatsApp Suite Website

Landing page for the Frappe WhatsApp Suite - a complete WhatsApp Business integration for Frappe and ERPNext.

Live Site

Visit: https://shridarpatil.github.io/whatomate/

Project Structure

whatomate/
├── index.html          # Main HTML file
├── css/
│   └── styles.css      # All styles
├── js/
│   └── main.js         # JavaScript functionality
├── assets/             # Images and other assets
└── README.md

Features

  • Responsive design
  • Animated hero section with parallax effects
  • Smooth scroll navigation
  • Animated statistics counters
  • Copy-to-clipboard for installation commands
  • Dark theme with WhatsApp brand colors

Deploy to GitHub Pages

  1. Create a new repository on GitHub named whatomate
  2. Push this code:
git init
git add .
git commit -m "Initial commit: Whatomate landing page"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/whatomate.git
git push -u origin main
  1. Go to repository Settings > Pages
  2. Under "Source", select "Deploy from a branch"
  3. Select main branch and / (root) folder
  4. Click Save

Your site will be live at https://YOUR_USERNAME.github.io/whatomate/

Related Projects

License

MIT License

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 64.0%
  • CSS 31.0%
  • JavaScript 5.0%