Website for lawyer
Find a file
2025-07-25 12:41:47 +02:00
aboutme changed some file names to english 2025-07-03 13:41:35 +02:00
contact changed some file names to english 2025-07-03 13:41:35 +02:00
legal-adwice fixed buttons 2025-07-25 12:41:47 +02:00
public changed folder name 2025-07-03 13:55:10 +02:00
.gitignore fixed buttons 2025-07-25 12:41:47 +02:00
compose.yaml im really bad at writing compose 2025-07-03 13:47:42 +02:00
contact.html fixed buttons 2025-07-25 12:41:47 +02:00
Dockerfile dockerfile and compose 2025-07-02 18:48:28 +02:00
favicon.png favicon 2025-07-02 18:48:14 +02:00
foot.html footer fix 2025-07-03 13:35:31 +02:00
header.html Added contact and legal advice pages 2025-07-03 12:03:29 +02:00
index.php changed some file names to english 2025-07-03 13:41:35 +02:00
introduction.html fixed buttons 2025-07-25 12:41:47 +02:00
law-office.html fixed buttons 2025-07-25 12:41:47 +02:00
legal-advice.html changed some file names to english 2025-07-03 13:41:35 +02:00
maps.html Main page finished 2025-07-02 18:48:09 +02:00
philosophy.html changed some file names to english 2025-07-03 13:41:35 +02:00
README.md readme 2025-07-03 14:06:55 +02:00
rewiews.html changed some file names to english 2025-07-03 13:41:35 +02:00

Lawyer site

In the era of react and other js libraries I wanted to go back to the roots and made something in good (maybe not that good) php, plain css and html. So i made this site for a lawyer, nothing special, just static site. Maybe it's not beautiful but it works (or i hope so).


This project is a website for a law office, providing legal advice and information. The site is built using PHP and HTML, and includes various sections such as:

  • Home Page (index.php): Main landing page for the law office.
  • About Me (aboutme/): Information about the lawyer, mission, vision, awards, and client opinions.
  • Legal Advice (legal-adwice/): Details about legal services and offers.
  • Contact (contact/): Contact information and a contact form.
  • Additional Pages: Introduction, law office details, philosophy, reviews, and more.

Directory Structure

  • aboutme/ — Information about the lawyer and the law office's mission, vision, and awards.
  • contact/ — Contact page and related banners.
  • legal-adwice/ — Legal advice, offers, and related content.
  • public/ — Images and assets used throughout the website.
  • compose.yaml, Dockerfile — Configuration files for deployment and containerization.

Deployment

The project includes a Dockerfile and compose.yaml for easy deployment using Docker. To run the project locally:

docker compose up

Use of AI

This project leverages artificial intelligence to enhance content creation and streamline website development. AI tools were used in the following areas:

  • Content Generation: Some of the website's text content, including legal information and descriptions, was generated or improved using AI language models to ensure clarity and professionalism.
  • Code Assistance: AI-powered coding assistants (such as GitHub Copilot) were used to accelerate the development of PHP, HTML, and configuration files, helping to write boilerplate code, suggest improvements, and reduce errors.
  • Documentation: The README and other documentation were partially drafted with the help of AI to provide clear and concise project information.

AI's role was limited to supporting the development and documentation process.