Skip to content

Pal Shalev Studio - A modern fitness studio website built with HTML, CSS, and JavaScript. Features a responsive design, dynamic sections like FAQs, testimonials, and contact form integration. Designed to provide an engaging user experience with a clean and professional interface.

Notifications You must be signed in to change notification settings

Fumez-DEV/pal-shalev-studio-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pal Shalev Studio Website

This is the official website for Pal Shalev Studio, offering personal training, group classes, and customized nutrition plans. The website is designed to be responsive, user-friendly, and visually appealing, showcasing the studio's offerings, testimonials, and FAQs.

🌟 Features

  • Home Page:
    • Hero section with a logo, tagline, and call-to-action button.
    • Introduction to the studio and its services.
  • FAQ Section:
    • Dynamically displays four random questions, refreshed daily at midnight.
  • Responsive Design:
    • Fully optimized for desktop, tablet, and mobile devices.
  • Footer Section:
    • Quick navigation, social media links, and legal information.
  • Privacy & Legal Pages:
    • Includes pages for privacy policy, terms of service, refund policy, and disclaimer.
  • Modern Styling:
    • Gold and dark color theme for a professional look.

📂 File Structure

pal-shalev-studio-web/
├── css/
│   ├── style.css                # Main stylesheet
├── disclaimer/
│   ├── css/
│   │   ├── style.css
│   ├── js/
│   │   ├── script.js
│   ├── index.html
├── images/
│   ├── pal-shalev-logo.png      # Studio logo
│   ├── studio-pic.jpg           # Studio images
├── js/
│   ├── script.js                # Main JavaScript logic
├── json/
│   ├── faq-data.json            # FAQ data file
├── privacy-policy/
│   ├── css/
│   │   ├── style.css
│   ├── js/
│   │   ├── script.js
│   ├── index.html
├── refund-policy/
│   ├── css/
│   │   ├── style.css
│   ├── js/
│   │   ├── script.js
│   ├── index.html
├── tos/
│   ├── css/
│   │   ├── style.css
│   ├── js/
│   │   ├── script.js
│   ├── index.html
├── index.html                   # Main website homepage
└── .gitignore                   # Git ignore file

🛠️ Technologies Used

  • HTML5: Structure and content.
  • CSS3: Styling with responsive design.
  • JavaScript: Interactive features and FAQ logic.
  • JSON: FAQ data management.
  • Git/GitHub: Version control and collaboration.

🚀 How to Run the Project

  1. Clone the Repository:

    git clone <repository-url>
    cd pal-shalev-studio-web
  2. Open in a Browser: Open the index.html file in your favorite browser.

  3. Run Locally: Use a local server (e.g., Live Server in VS Code) for best results.


🔄 Daily FAQ Update

  • The FAQ section displays 4 random questions, updated daily at midnight (GMT+2).
  • To modify the questions, edit the faq-data.json file in the json directory.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


🤝 Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue.


📞 Contact

For inquiries or feedback, reach out via:

About

Pal Shalev Studio - A modern fitness studio website built with HTML, CSS, and JavaScript. Features a responsive design, dynamic sections like FAQs, testimonials, and contact form integration. Designed to provide an engaging user experience with a clean and professional interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published