Flatlogic Bot 232ed5c114 V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00
2025-12-01 07:33:02 +00:00
V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00
2025-12-01 07:33:02 +00:00
V3
2025-12-01 09:10:54 +00:00
2025-12-01 07:33:02 +00:00
2025-12-01 07:33:02 +00:00
2025-12-01 07:33:02 +00:00
2025-12-01 07:33:02 +00:00
V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00
V1
2025-12-01 07:37:01 +00:00
V3
2025-12-01 09:10:54 +00:00
V3
2025-12-01 09:10:54 +00:00

Agency Lead Generation Website

This project is a simple lead generation website for a medical agency. It includes a public-facing landing page with a contact form to capture leads.

Project Structure

  • index.php: The main landing page.
  • contact_handler.php: Handles the contact form submission.
  • lib.php: Contains helper functions.
  • assets/: Contains CSS and JavaScript files.
    • css/custom.css: Custom stylesheets.
    • js/main.js: Custom JavaScript.
  • db/: Contains database-related files.
    • config.php: Database configuration and connection.
    • migrations/: Contains database migration files.
  • .env: Contains environment variables, including database credentials.

Setup

  1. Create a .env file and add your database credentials.
  2. Run the migration scripts in db/migrations/ to create the necessary tables.
  3. (Optional) Run db/seed.php to seed the database with sample data.
Description
No description provided
Readme 57 KiB
Languages
PHP 100%