Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withaarzoo/full-stack-personal-portfolio-website
https://github.com/withaarzoo/full-stack-personal-portfolio-website
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/withaarzoo/full-stack-personal-portfolio-website
- Owner: withaarzoo
- Created: 2023-01-11T07:52:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T05:30:15.000Z (almost 2 years ago)
- Last Synced: 2023-12-30T18:51:52.671Z (11 months ago)
- Language: SCSS
- Size: 1.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full-Stack - Personal Portfolio Website
This is a personal portfolio website built using HTML, CSS, JavaScript, and PHP. The website features a clean and modern design, showcasing your projects and skills.## Features
- Responsive design for optimal viewing on different devices
- Clean and modern design
- Easy navigation
- Contact form with working message submission through PHP and Gmail## Getting Started
1. Clone or download the repository
2. Open the index.html file in your browser to view the website
3. To make changes, edit the files in the `css`, `js`, and `img` folders. If you want to change the content of the website, you can edit the `index.html` file.## Full Source Code
The source code for this website is available for download at [codewithaarzoo.tk](https://rb.gy/ncyuzg). Feel free to use it as a starting point for your own personal portfolio website, or to learn more about implementing similar features.## Working message submission through PHP and Gmail
- The contact form uses PHP to handle the form submission and send the message to an email address using Gmail SMTP.
- There is a `message.php` file in the root of the project, which you can use to configure the SMTP settings for your email account.
- You need to use your own email and password to allow your server connect with google smtp server
- It is also important to note that depending on your host, sending email through php might be blocked, make sure to check with your host or check the error logs## Deployment
If you want to deploy your website, you can use services like GitHub Pages or Netlify to host your website for free.## Built With
- HTML
- CSS
- JavaScript
- PHP## Authors
Name - [Aarzoo](https://twitter.com/Aarzoo75)## Preview
![preview](https://user-images.githubusercontent.com/59678435/211750110-72828293-f1b2-40f2-963d-50c5f7d59ebf.png)