Skip to content

Here you'll find a selection of my recent and relevant projects that showcase my experience and skills as a web developer. Explore my portfolio below to learn more about my work.

License

Notifications You must be signed in to change notification settings

SilasRodrigues19/Portfolio

Repository files navigation

Stargazers Forks Issues GLP-3.0 License


Logo

Portfolio

Portfolio to show my projects.
View Demo »

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact

About The Project

Desktop View

About View Desktop

Desktop Dark View

About View Desktop

Desktop Light View

About View Desktop

404 View

About View 404

Mail Message View

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 = 'your-email@gmail.com';
  $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
PHPMailer

Error Mail Success Mail


GetForm

Get Form Message

Mobile View

About View 404 About View 404

Lighthouse Report

Lighthouse Report

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.

Built With

Technologies used in the project.

Web Frameworks

JavaScript Libraries

PHP Libraries

  • PHPMailer this repo contains everything you need to set up and use

  • GetForm smart form endpoints for developers.

Font Script

Plugins

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This work is licensed under a GNU Affero General Public License v3.0 License. See LICENSE for more information

Contact

Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com

Project Link: silasrodrigues.vercel.app



🔼 Back to top

About

Here you'll find a selection of my recent and relevant projects that showcase my experience and skills as a web developer. Explore my portfolio below to learn more about my work.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published