https://github.com/hhlitval/simple-portfolio-template
Portfolio website template for developers
https://github.com/hhlitval/simple-portfolio-template
css html javascript personal-website portfolio portfolio-website responsive template
Last synced: 11 months ago
JSON representation
Portfolio website template for developers
- Host: GitHub
- URL: https://github.com/hhlitval/simple-portfolio-template
- Owner: hhlitval
- Created: 2024-05-07T17:04:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T18:51:28.000Z (over 1 year ago)
- Last Synced: 2025-04-23T23:36:13.377Z (about 1 year ago)
- Topics: css, html, javascript, personal-website, portfolio, portfolio-website, responsive, template
- Language: PHP
- Homepage: https://hhlitval.github.io/simple-portfolio-template/
- Size: 2.34 MB
- Stars: 21
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Developer Portfolio Template

## Description
This is a very simple, but elegant responsive portfolio template built using plain JavaScript, HTML, and CSS. It’s designed to be easily customizable, allowing any developer to quickly create a personal portfolio site. Below you'll find detailed information about the features and how to use this template.
## Table of Contents
- [Features](#features)
- [Live Preview](#live-preview)
- [Usage](#usage)
- [Recent Updates](#recent-updates)
- [License](#license)
## Features
- Responsive Design
- Single-page layout
- Simple and customizable
- PHP Mailer Integration
## Live Preview
Check out the live preview of the Simple Developer Portfolio [here](https://hhlitval.github.io/simple-portfolio-template).
## Usage
To use this template, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/hhlitval/simple-portfolio-template.git
```
2. **Customization**:
- Update `index.html` with your information.
- Modify `style.css` for custom styles.
3. **Email Integration**:
To enable email functionality:
- Upload the project to a PHP-enabled server.
- Configure the `mail.php` file with your email credentials.
4. **Deployment**:
- Host the project on a server that supports PHP for email functionality.
- **If hosting on GitHub Pages, note that email handling will not work, since GitHub Pages is a static hosting service**.
## Recent Updates
- Refactored font sizes and styles for improved readability and balance.
- Reworked animations for smoother transitions and a modern look.
- Removed the preloader for a faster, simplified user experience.
- Added [PHP Mailer](https://github.com/PHPMailer/PHPMailer) integration for email handling (requires a PHP-enabled server, not supported on GitHub Pages).
## License
This project is licensed under the MIT License.