Portfolio to show my projects.
View Demo »
Table of Contents
NOTE: Due to the site being hosted on GitHub and deployed at Vercel, the function adopted with PHP mailer for sending e-mails does not work, but I kept the settings for future use. The files are located in the Portfolio/src/ folder.
Just make some adjustments in the mail.php
file, informing the $mail->Username
and $mail->Password
, change the action
of the form and change it from index.html
to index.php
// src/mail.php
$mail->Username = '[email protected]';
$mail->Password = '1e4c964f1026621f'; // Generate this hash the following URL -> https://myaccount.google.com/apppasswords
// Rename index.html to index.php and change action in the form
<form action="src/mail.php" method="POST" id="formContact">
Expanding and collapsing the items below, you can see how it looks in the implementation with PHPMailer and how it looks with GetForm
This project was built to show some of my projects and my freelancing services.
The main sections and features are described below:
- Light / Dark: toggle between dark and light mode. The last theme chosen will be saved to localStorage to be displayed on the next access.
- Header: contains navigation menu and button to switch between light and dark mode.
- Home: presentation about me with name and professional focus.
- About describes about my background, about me, experience and my future plans.
- Services: it shows my main skills and technologies that I use in my projects.
- Projects: it has some projects that I developed.
- Certificates: as the name suggests is a part that's show my certificates.
- Form: form to get in touch with me.
- Footer: contains links to contact, location, to view my resume and back to top.
Technologies used in the project.
- jQuery
- LightBox or cdn LightBox CDN
- Sweet Alert
- Iconify
-
PHPMailer this repo contains everything you need to set up and use
-
GetForm smart form endpoints for developers.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This work is licensed under a GNU Affero General Public License v3.0 License. See LICENSE
for more information
Silas Rodrigues - @jinuye1 - [email protected]
Project Link: silasrodrigues.vercel.app
🔼 Back to top