An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Simple Developer Portfolio Template

![Project Preview](portfolio_preview.jpg)

## 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.