Welcome to Siloé Perú
Siloé Perú is a volunteer organization dedicated to hospital clowning and support services for children in hospitals and vulnerable communities in Peru. This guide will help you set up and customize the website locally.The website is built with vanilla HTML, CSS, and JavaScript - no framework required! This makes it easy to customize and deploy.
Prerequisites
Before you begin, ensure you have the following installed on your system:Web Browser
Any modern web browser (Chrome, Firefox, Safari, or Edge)
Text Editor
VS Code, Sublime Text, or any code editor of your choice
No Node.js, npm, or build tools required! The website runs directly in your browser.
Project Structure
The Siloé Perú website has a simple and intuitive file structure:All sections are contained in a single
index.html file, making it easy to manage and deploy.Quick Start
Open in Browser
Simply open the
index.html file in your web browser:- Windows: Right-click
index.html→ Open with → Your browser - Mac: Right-click
index.html→ Open With → Your browser - Linux: Right-click
index.html→ Open With → Your browser
Main Sections Overview
The website features four interactive sections, each with its own purpose and content:1. Nosotros (About Us)
The default landing section showcasing Siloé Perú’s mission and values.- Mission and vision statements
- Six core values (Compassion, Solidarity, Hope, Authenticity, Inclusion, Excellence)
- Impact statistics (500+ children, 200+ volunteers, 10+ years)
- Call-to-action buttons
2. Voluntariado Siloé (Volunteer Program)
Dedicated section for volunteer recruitment and information.- Activity cards (Bedside companionship, Family support, Art workshops)
- Interactive flip gallery with volunteer stories
- Volunteer application form with FormSubmit.co integration
3. Clow de Siloé (Hospital Clowning)
Colorful section dedicated to the hospital clown program.- Vibrant gradient background (yellow and pink)
- Inspirational quotes about laughter and healing
- Flip-card gallery showcasing clown visits
- Dedicated clown volunteer application form
4. Nuestros Aliados (Our Partners)
Section highlighting strategic partnerships and collaborations.- Partner information (featuring UPC - Universidad Peruana de Ciencias Aplicadas)
- Collaboration details and benefits
- Gallery placeholder for partner event photos
Navigation System
The website uses a JavaScript-based section switcher located in the hero banner:- Clicking a navigation button hides all sections
- The clicked section becomes visible with
seccion-activaclass - The active button receives
nav-btn-activestyling - Page smoothly scrolls to the top
Styling & Design
The website uses a beautiful color palette inspired by hope and joy:- Headings:
Playfair Display(serif, elegant) - Body text:
Montserrat(sans-serif, clean)
Interactive Features
Flip Card Gallery
The website includes an interactive 3D flip card gallery in both volunteer and clown sections:- Click any image to flip and reveal a story or testimonial
- Click again to flip back to the image
- Smooth 3D rotation animation
WhatsApp Contact Button
A fixed floating button in the bottom-right corner for easy contact:Forms Integration
Both volunteer forms use FormSubmit.co for email submission:FormSubmit.co provides free form backend without server-side code. Submissions are sent directly to the configured email address.
Responsive Design
The website is fully responsive with mobile-first breakpoints:- Stacked navigation buttons
- Single-column layouts for cards and grids
- Reduced font sizes
- Optimized touch targets
Next Steps
Now that you have the website running locally, here are some suggested next steps:Customize Content
Update text, images, and colors to match your needs
Styling Guide
Learn about the CSS architecture and styling system
Responsive Design
Explore mobile-first responsive design patterns
Form Customization
Configure forms and email notifications
Common Tasks
Here are some common customization tasks you might want to do:Change the Hero Image
The hero section background is set inline in the HTML:'./img voluntario/fondo.png' with your image path.
Update Contact Email
Change the FormSubmit email in both forms:Modify Colors
Update CSS variables instyle.css:
Add Gallery Images
Add new images to the flip card gallery:Need Help?
If you encounter any issues or have questions, check out the development guide or reach out to the Siloé Perú team.