Logo Lanfrica

eunorankengfac-design/FONCIA

Domain:

digital infrastructure

Record type:

software
Creator:
eun
Host:
digital land record verification and fraud detection system for cameroon # FONCIA - Digital Land Record Verification for Cameroon A beautiful, bilingual (French/English) website for **FONCIA**, a proposed digital land record verification and fraud detection system for Cameroon. ## 🎯 Project Overview FONCIA is a thesis research project exploring how digital technology and fraud detection can strengthen property rights protection in Cameroon. This website presents the vision for the system as a concept/pitch site for stakeholders including government officials, land administration professionals, investors, and citizens. **Non-negotiable focus:** Every section reinforces that **land verification and fraud detection are the core purpose** of FONCIA β€” not a secondary feature. ## ✨ Key Features - **Bilingual Support**: Full French and English content with persistent language switching (defaults to French, matches Cameroon's primary land administration language) - **Responsive Design**: Beautiful, modern interface optimized for desktop, tablet, and mobile - **Accessible**: Semantic HTML, keyboard navigation, visible focus states, and `prefers-reduced-motion` support - **No Build Required**: Pure PHP with vanilla JavaScript and CSS β€” runs on any PHP server - **Grounded Design**: Inspired by land records, cadastral maps, official documents, and civic trust ## πŸ›  Technology Stack - **Backend**: PHP 7.4+ (procedural, no heavy framework) - **Frontend**: HTML5 (semantic) + CSS3 (custom, no framework) + Vanilla JavaScript - **Typography**: Merriweather (serif, authoritative) + Inter (sans-serif, readable) via Google Fonts - **Colors**: Official blues/greens + seal red accents + parchment backgrounds - **No dependencies**: Runs on standard PHP/Apache or PHP's built-in server ## πŸ“ Project Structure ``` FONCIA/ β”œβ”€β”€ index.php # Main entry point with all sections β”œβ”€β”€ contact.php # Contact form handler β”œβ”€β”€ lang/ β”‚ β”œβ”€β”€ en.php # English string constants β”‚ └── fr.php # French string constants β”œβ”€β”€ inclu …