A beautiful, responsive website for Emmanuel Mobile Mechanic built with modern HTML, CSS, and JavaScript.
- β Fully Responsive Design - Works perfectly on all devices (mobile, tablet, desktop)
- β Modern UI/UX - Clean, professional design with smooth animations
- β Mobile-First Approach - Optimized for mobile users
- β Interactive Elements - Mobile menu, smooth scrolling, form validation
- β SEO Optimized - Proper meta tags and semantic HTML
- β Fast Loading - Optimized CSS and minimal dependencies
- β Contact Form - Functional contact form with validation
- β Service Showcase - Detailed service listings with icons
/Users/sokpyeon/emmanuel/
βββ index.html # Main HTML file
βββ styles.css # Responsive CSS styles
βββ script.js # JavaScript functionality
βββ README.md # This file
βββ Screenshot 2025-09-11 at 2.55.51β―AM.png # Business card reference
-
Open the website locally:
- Open
index.htmlin any modern web browser - The website will load with all functionality
- Open
-
Customize the content:
- Edit
index.htmlto update business information - Modify
styles.cssto change colors, fonts, or layout - Update
script.jsfor additional functionality
- Edit
Update the following sections in index.html:
- Contact Details: Replace phone number, email, and service area
- About Section: Update the description and experience stats
- Services: Modify service offerings and descriptions
- Social Media: Add your actual social media links
Modify the CSS custom properties in styles.css:
:root {
--primary-color: #2563eb; /* Main brand color */
--primary-dark: #1d4ed8; /* Darker shade for hover */
--accent-color: #f59e0b; /* Accent color */
--bg-dark: #0f172a; /* Dark backgrounds */
}To add or modify services, update the services grid in index.html:
<div class="service-card">
<div class="service-icon">
<i class="fas fa-tool-icon"></i> <!-- Font Awesome icon -->
</div>
<h3>Service Name</h3>
<p>Description</p>
<ul class="service-features">
<li>Feature 1</li>
<li>Feature 2</li>
</ul>
</div>- Create a GitHub repository
- Upload all files to the repository
- Go to Settings β Pages
- Select "main" branch as source
- Your site will be live at
https://yourusername.github.io/repository-name
- Sign up for a free Netlify account
- Drag and drop the entire folder to the deployment area
- Your site will be live instantly with a
.netlify.appdomain
- Upload all files to your web hosting provider
- Ensure the hosting supports HTML, CSS, and JavaScript
- The site will work on any standard web hosting
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
- Mobile browsers (iOS Safari, Chrome Mobile)
- HTML5 - Semantic markup and structure
- CSS3 - Modern styling with CSS Grid and Flexbox
- JavaScript (ES6+) - Interactive functionality
- Font Awesome - Professional icons
- Google Fonts - Modern typography (Inter font)
- Fixed header with smooth scroll navigation
- Mobile-responsive hamburger menu
- Active section highlighting
- Compelling headline and call-to-action
- Service highlights with icons
- Prominent contact buttons
- Business credibility with stats
- Key benefits and features
- Professional presentation
- 6 core service categories
- Detailed feature lists
- Hover effects and animations
- Contact information with icons
- Functional contact form
- Form validation and user feedback
- Social media links
- Quick navigation
- Professional branding
- Fast Loading: Minimal dependencies, optimized CSS
- SEO Friendly: Proper meta tags, semantic HTML
- Accessible: Keyboard navigation, screen reader friendly
- Mobile Optimized: Touch-friendly interface
- Colors: Use your brand colors by updating CSS custom properties
- Fonts: Change the Google Fonts import in
index.html - Images: Add your own service photos or logo
- Services: Update based on your actual offerings
- Contact Info: Replace with your real business details
If you need help customizing this website:
- Check the browser console for any errors
- Ensure all files are in the same directory
- Verify that you're using a modern web browser
- Go to your repository: https://github.com/lelandsequel/HTXMobileMechanic
- Click Settings tab
- Scroll down to Pages section
- Under Source, select Deploy from a branch
- Under Branch, select main and /(root)
- Click Save
- Your site will be live at: https://lelandsequel.github.io/HTXMobileMechanic/
- Main Site:
index.html - Simple Test:
simple.html(if main site has issues) - Diagnostic Test:
test.html(to check what's working)
If the website looks "goofy":
- Check the diagnostic page at
test.html - Try the simplified version at
simple.html - Verify GitHub Pages is enabled in repository settings
- β Houston Astros Theme - Navy blue & orange colors
- β Fully Responsive - Works on all devices
- β Professional Design - Clean, modern layout
- β Contact Integration - Working phone number: (832) 712-7776
- β SEO Optimized - Search engine friendly
- β Fast Loading - Optimized performance
- Complex design with advanced animations
- May have loading issues on some browsers
- Simplified, professional design
- Guaranteed to work perfectly
- Faster loading
- Better mobile experience
- Rename files:
mv index.html index_old.html mv styles.css styles_old.css mv index_clean.html index.html mv styles_clean.css styles.css
- Commit and push:
git add . git commit -m "Switch to clean version" git push
- Vercel will automatically redeploy
- Main Site:
https://htx-mobile-mechanic.vercel.app/ - Clean Version:
https://htx-mobile-mechanic.vercel.app/index_clean.html - Diagnostic:
https://htx-mobile-mechanic.vercel.app/test.html - Simple Test:
https://htx-mobile-mechanic.vercel.app/simple.html
This website template is free to use and modify for your business needs.