A multi-language personal website showcasing portfolio, projects, and personal information.
This project is built using HTML, CSS, JavaScript, and PHP.
- Multi-language support (English, Persian, Arabic, Spanish)
- Portfolio section for showcasing projects
- About Me page
- Contact form with email functionality using PHPMailer
- Responsive design with modern UI components
- HTML5
- CSS3
- JavaScript
- jQuery
- Bootstrap
- Materialize CSS
- Owl Carousel
- PHP (PHPMailer for contact form)
Personal-Site/
│
├── index.html
├── indexFa.html
├── indexAr.html
├── indexSp.html
│
├── css/
│ └── styles and UI frameworks
│
├── js/
│ └── JavaScript libraries and custom scripts
│
└── pages/
├── about pages
├── portfolio pages
├── contact pages
└── mail sender (PHP)
-
Clone the repository git clone https://github.com/your-username/Personal-Site.git
-
Open the project folder.
-
Run the website by opening:
in your browser.
You can view the live version of the website here:
https://parvizi96.github.io/Personal-Site/
The contact form uses PHPMailer to send emails via SMTP.
Make sure to configure the SMTP settings inside:
before deploying the project.
- Improve project structure
- Optimize CSS and JavaScript assets
- Refactor UI framework usage
- Improve multi-language management
This project is open-source and available under the MIT License.