aboutme | ||
contact | ||
legal-adwice | ||
public | ||
.gitignore | ||
compose.yaml | ||
contact.html | ||
Dockerfile | ||
favicon.png | ||
foot.html | ||
header.html | ||
index.php | ||
introduction.html | ||
law-office.html | ||
legal-advice.html | ||
maps.html | ||
philosophy.html | ||
README.md | ||
rewiews.html |
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.