Corporate website for Prolici, a Dominican construction company specializing in lightweight construction projects and high-quality finishes.
Prolici (Proyectos Ligeros Civiles) is a Dominican construction company founded by entrepreneur Armando Diaz and architect Ronny A. Cruz. This repository contains the corporate website showcasing the company's services, completed projects, team, and contact information. The site is deployed via Firebase Hosting.
- Responsive corporate website
- Service showcase with detailed descriptions
- Project gallery
- Team section
- Contact form with client-side validation
- Firebase Hosting deployment configuration
- SEO-optimized meta tags
- Mobile-first design
- HTML5 - Semantic markup
- CSS3 - Flexbox, Grid layouts, custom properties
- JavaScript - Vanilla JS for interactivity
- Font Awesome - Icon library
- Google Maps - Location embedding
- Firebase Hosting - Deployment platform
- A modern web browser
- Firebase CLI (for deployment)
Simply open Prolici.do/index.html in your browser, or serve with any static file server:
cd Prolici.do
python3 -m http.server 8080cd Prolici.do
firebase deployNo environment variables required for the static site. Firebase project configuration is in firebase.json.
Prolici/
└── Prolici.do/
├── index.html # Homepage
├── nosotros.html # About us
├── servicios.html # Services
├── proyectos.html # Projects gallery
├── contacto.html # Contact form
├── css/ # Stylesheets
├── js/ # JavaScript files
├── img/ # Images and assets
├── public/ # Firebase public directory
├── firebase.json # Firebase configuration
└── README.md # Subdirectory documentation
PRs welcome. Please open an issue first to discuss proposed changes.
MIT License - see LICENSE for details.
Built by Armando Diaz Silverio