Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hani-Haham.com - Bilingual Financial Consulting Website

A modern, professional one-page website for financial consulting services, supporting both English and Hebrew languages.

Features

🌍 Bilingual Support

  • English & Hebrew - Full support for both languages
  • Language Switcher - Easy toggle between EN and עב
  • RTL Support - Proper right-to-left layout for Hebrew
  • Persistent Preference - Remembers user's language choice

🎨 Design

  • Modern, clean design inspired by bar-scm.co.il
  • Color scheme: Navy blue (#1a5f7a), Teal (#2ba8c5), Turquoise accent (#57c5b6)
  • Fully responsive - works on mobile, tablet, and desktop
  • Smooth animations and transitions

📱 Sections

  1. Hero Section - Eye-catching introduction with CTA buttons
  2. About Section - Company overview with statistics
  3. Services Section - 6 comprehensive service offerings
  4. Why Choose Us - 4 key differentiators
  5. Testimonials - Client success stories
  6. CTA Section - Clear call-to-action
  7. Contact Section - Contact form and information
  8. Footer - Links and social media

How to Use

  1. Open the Website

    • Simply open index.html in any modern web browser
  2. Switch Languages

    • Click the EN button for English
    • Click the עב button for Hebrew
    • Your preference is automatically saved
  3. Navigate

    • Click menu items to jump to sections
    • All navigation works smoothly in both languages

Files

  • index.html - Main HTML structure with bilingual content
  • styles.css - All styling including RTL support
  • script.js - JavaScript for language switching and interactions
  • README.md - This file

Technical Details

Language Implementation

All text content uses data-en and data-he attributes:

<h1 data-en="Secure Your Family's Financial Future" 
    data-he="הבטיחו את העתיד הפיננסי של המשפחה">

RTL Support

Hebrew text automatically displays right-to-left with proper alignment:

html[dir="rtl"] {
    direction: rtl;
}

Language Persistence

User's language choice is saved in browser's localStorage and restored on next visit.

Customization

Update Contact Information

Edit the contact section in index.html:

  • Email: info@hani-haham.com
  • Phone: (555) 123-4567
  • Address: Update as needed

Modify Colors

Change colors in styles.css under :root:

--primary-color: #1a5f7a;
--secondary-color: #2ba8c5;
--accent-color: #57c5b6;

Add/Edit Content

All content is in index.html. Each element with text has both English and Hebrew versions in data-en and data-he attributes.

Browser Support

  • ✅ Chrome (recommended)
  • ✅ Firefox
  • ✅ Safari
  • ✅ Edge
  • ✅ Mobile browsers

Credits

Designed and developed for Hani-Haham.com © 2025 All rights reserved


Need help? Contact support or refer to the inline comments in the code.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages