This repository contains the source code for a personal portfolio webpage. The page has been designed to present professional information, skills, experiences, and a selection of past work.
- HTML5: For the structure of the page content.
- CSS3: For styling and responsive layout.
- JavaScript: For interactivity and dynamic functionalities.
- Home Section: Personal photo, abilities works and network icons.
- About Me: Short description with professional infos and personal interests.
- Skills: Animated bars skills with indications about techical and professional skills.
- Curriculum: Animated boxes including Education, Certifications and Work Experiences.
- Work portfolio: A gallery showcasing past projects and achievements with links to examples.
- Contact: Icons with links to social media to facilitate communication.
- Responsive design: Fully adaptable to different devices and screen sizes.
-
Clone this repository:
git clone https://github.com/alisson-t-bucchi/alisson-t-bucchi.github.io.git
-
Navigate to the project directory:
cd alisson-t-bucchi.github.io
-
Open the
index.html
file in your browser:- On Unix-based operating systems, you can use the command:
open index.html
- On Windows:
start index.html
- On Unix-based operating systems, you can use the command:
personal-portfolio/
├── index.html # Main page file
├── css/
│ └── styles.css # Page styles
├── js/
│ └── script.js # Dynamic functions
├── assets/
│ ├── img/ # Images used on the site
│ └── docs/ # Documents to download
│ └── video/ # Videos about works into Portfolio section
└── README.md # Project documentation
- Edit the
index.html
file to change texts and sections according to your needs. - Adjust the
styles.css
file to modify colours, fonts, and spacing. - Add or remove projects in the portfolio by directly editing the HTML.
This portfolio can be used by:
- Web developers to showcase their skills.
- Graphic designers to display creative work.
- Any professional wishing to have an attractive online presence.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT Licence.
Made with ❤ by Alisson Bucchi (https://github.com/alisson-t-bucchi).