Welcome to my Portfolio! This project showcases my skills as a Fullstack Developer, featuring my recent work and services I offer.
- Intro Section: A brief introduction and highlight of my skills.
- Projects Section: A showcase of featured projects with clickable cards.
- Services Section: Information about the services I provide.
- Contact Section: Get in touch or follow me on social media.
The layout for this project was created by Rocketseat using Figma. You can view the layout file and its components by visiting the following link: Figma Layout.
The layout showcases the structure, color scheme, and visual design of the webpage, providing a clear reference for the development of the project.
The HTML structure of the project is organized into the following sections:
<section id="intro">: Introduction and personal information.<section id="projects">: Display of featured projects.<section id="services">: Details about services offered.<section id="contact">: Contact information and social media links.
The styling is managed through several CSS files, each responsible for different sections:
- global.css: Contains global styles and variables for consistent theming.
- intro.css: Styles specific to the introduction section.
- projects.css: Styles for the projects section.
- services.css: Styles for the services section.
- contact.css: Styles for the contact section.
- index.css: Imports all other CSS files to consolidate styles.
- Access it directly by clicking here.
Or follow the steps below to run it locally:
-
Clone the repository:
git clone https://github.com/eduardapontel/portfolio-dev.git -
Open
index.htmlin your browser.
If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.