Professional website for marketing English classes to Brazilian professionals.
This is a bilingual (Portuguese/English) website designed to attract Brazilian professionals who want to learn English. The site emphasizes Michael's unique background: 26 years living in Brazil, deep understanding of Brazilian business culture, and extensive international experience.
.
├── index.html # Main landing page
├── contact.html # Dedicated contact page with full form
├── css/
│ └── style.css # All styling
├── js/
│ └── main.js # Interactive functionality
└── README.md # This file
- ✅ Hero Section - Powerful value proposition with call-to-action
- ✅ About Section - Teacher background and credentials
- ✅ Services Section - 4 specialized offerings:
- Corporate English
- English for IT & Tech
- Advanced Conversation
- Exam Preparation
- ✅ Methodology Section - 4-step teaching approach
- ✅ Why Choose Section - 6 unique differentiators
- ✅ Testimonials Section - 4 Brazilian professional reviews (placeholder)
- ✅ Pricing Section - Clear pricing (R$65/class + free consultation)
- ✅ Simplified Contact Section - Two options:
- WhatsApp button
- Link to contact page
- ✅ Contact Hero - Page introduction with breadcrumb
- ✅ Contact Information - WhatsApp, location, hours
- ✅ Full Contact Form with fields:
- Name, Email, Phone
- Profession, English Level
- Area of Interest
- Message, Availability preference
- ✅ Form Validation - Required fields and email validation
- ✅ WhatsApp Integration - Form submissions open WhatsApp with pre-filled message
- ✅ FAQ Section - Common questions answered
- ✅ Fully responsive (mobile, tablet, desktop)
- ✅ Professional blue/green color scheme
- ✅ Floating WhatsApp button (always visible)
- ✅ Smooth scroll navigation
- ✅ Mobile hamburger menu
- ✅ Phone number auto-formatting (Brazilian format)
- ✅ Form data backup (localStorage)
- ✅ Scroll animations
- ✅ Modern, clean design
- ✅ Vanilla JavaScript (no dependencies)
- ✅ CSS Grid & Flexbox layouts
- ✅ Font Awesome icons
- ✅ Google Fonts (Inter)
- ✅ SEO-friendly HTML structure
- ✅ Accessible design (ARIA labels)
/index.html- Landing page (home)/contact.html- Contact form page
#home- Hero section#about- About the teacher#services- Services offered#why-choose- Why choose section#testimonials- Student testimonials#pricing- Pricing information#contact- Simplified contact section (links to contact.html)
- WhatsApp: Multiple buttons linking to
https://wa.me/5511996005326 - Contact Form:
/contact.html- Redirects to WhatsApp with structured message - Floating Button: Fixed WhatsApp button on all pages
-
Testimonials (4 placeholders in index.html):
- Rodrigo Almeida - Commercial Manager
- Juliana Santos - Software Developer
- Fernando Oliveira - Financial Analyst
- Carla Mendes - Project Manager
Replace with real student testimonials
-
Optional Enhancements:
- Add professional photo (optional)
- Customize any text to match personal style
- Add more specific examples or case studies
Brazilian Professionals:
- Corporate executives and managers
- IT/Tech professionals (developers, engineers)
- General professionals wanting career advancement
- Minimum level: Intermediate (preferably)
Key Selling Points:
- 26 years living in Brazil
- Deep understanding of Brazilian business culture
- Business & IT background
- International experience (UK, US, Australia, Africa, Asia)
- Flexible one-on-one classes
- Affordable pricing (R$65/class)
Teacher: Michael | Inglês Executivo
Location: São Paulo, Brazil
Experience: 8+ years teaching, 26 years in Brazil
Certifications: TEFL Certificate
Languages: English (native), Portuguese (fluent)
Services:
- One-on-one online classes
- 50 minutes per class
- Flexible scheduling
- Various methodologies (conversational, business, exam-focused)
Pricing:
- R$65 per class
- Free consultation (first meeting)
- No long-term contracts
Contact:
- WhatsApp: +55 11 99600-5326
- Via contact form on website
- HTML5 - Semantic structure
- CSS3 - Modern styling (Grid, Flexbox, animations)
- JavaScript ES6 - Interactive functionality
- Font Awesome 6.4.0 - Icons
- Google Fonts - Inter font family
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
- Minimal external dependencies
- CDN-hosted libraries
- Optimized CSS
- Efficient JavaScript
- Fast loading times
The website is fully responsive with specific optimizations for:
- Mobile phones (< 480px)
- Tablets (481px - 768px)
- Laptops (769px - 992px)
- Desktops (> 992px)
Features:
- Hamburger menu on mobile
- Touch-friendly buttons
- Readable text sizes
- Stacked layouts on small screens
- Floating WhatsApp button always accessible
- ✅ Replace placeholder testimonials with real ones
- ✅ Review all content for accuracy
- ✅ Test all links and forms
- ✅ Test on multiple devices
- ✅ Deploy to production
- 📸 Add professional photo/video introduction
- 📊 Add Google Analytics tracking
- 🎥 Create short video testimonials
- 📝 Add blog section for SEO
- 💬 Integrate live chat widget (optional)
- 🗓️ Online booking system integration
- 💳 Payment gateway integration
- 📧 Email marketing integration
- 🎓 Student portal/dashboard
- 📱 Progressive Web App (PWA) features
- LinkedIn profile optimization
- Google My Business listing
- Facebook/Instagram business pages
- Online teaching platform profiles
- Professional networking groups
- Email signature with website link
Visual Identity:
- Primary Color: Blue (#1e56a0) - Trust, professionalism
- Secondary Color: Green (#28a745) - Growth, success
- Accent Color: Orange (#f39c12) - Energy, attention
- Typography: Inter - Modern, professional, readable
User Experience:
- Clear call-to-actions throughout
- Multiple contact options
- Low-friction conversion (free consultation)
- Trust signals (years of experience, testimonials)
- Mobile-first approach
Conversion Strategy:
- Social proof (testimonials)
- Authority (credentials, experience)
- Scarcity (implied limited availability)
- Reciprocity (free consultation)
- Clear pricing (transparency)
- Floating Button - Always visible on all pages
- Hero Section - Primary CTA
- Contact Section - Direct link
- Contact Page - Multiple touchpoints
- Form Submission - Opens WhatsApp with structured message
- User fills contact form
- Client-side validation
- Data saved to localStorage (backup)
- Success message displayed
- WhatsApp opens with pre-formatted message
- Form resets after submission
Message Format:
*Nova Solicitação de Consulta*
*Nome:* [Name]
*Email:* [Email]
*Telefone:* [Phone]
*Profissão:* [Profession]
*Nível de Inglês:* [Level]
*Interesse:* [Interest]
*Preferência de Horário:* [Availability]
*Mensagem:*
[Message]
_Enviado em: [Timestamp]_
- No data is sent to external servers
- Form submissions saved locally (localStorage)
- WhatsApp integration uses user's own app
- No cookies or tracking (unless analytics added)
- HTTPS recommended for production
Implemented:
- Semantic HTML structure
- Meta descriptions
- Descriptive page titles
- Alt text ready (for images)
- Mobile-friendly design
- Fast loading times
- Clean URLs
To Add:
- Structured data (Schema.org)
- Sitemap.xml
- Robots.txt
- Open Graph tags
- Twitter Card tags
- No Backend - Static site, no server-side processing
- No Database - Form data stored in localStorage only
- No Email - All contact via WhatsApp
- No Calendar - No booking system integrated
- Placeholder Images - No actual photos used
Version 1.0 (Initial Release)
- ✅ Complete website structure
- ✅ Separated contact form into dedicated page
- ✅ Responsive design
- ✅ WhatsApp integration
- ✅ Form validation
- ✅ Professional design
- Review Content - Check all text for accuracy
- Update Testimonials - Replace with real student feedback
- Test Forms - Submit test form to verify WhatsApp integration
- Mobile Test - Check on your phone
- Deploy - Use Publish tab when ready
- Browse services and pricing
- Read testimonials
- Click "Contato" or contact buttons
- Fill out form OR click WhatsApp button
- Connect directly via WhatsApp
To make this website live:
- Go to the Publish tab in the development environment
- Click Deploy/Publish
- Get your live URL
- Share the link on:
- LinkedIn profile
- WhatsApp status
- Email signature
- Professional networks
- Social media
For questions or modifications, contact through the development platform.
Website Owner: Michael | Inglês Executivo
WhatsApp: +55 11 99600-5326
Location: São Paulo, Brazil
© 2026 Michael | Inglês Executivo. All rights reserved.
Last Updated: February 2026
Status: ✅ Production Ready
Version: 1.0