Welcome to my personal portfolio website! This project is built with HTML, CSS, and JavaScript to showcase my projects, skills, education, and experience in computer engineering and artificial intelligence. The website is designed to be responsive, ensuring a smooth user experience across different devices.
- Multi-Page Structure: Separate pages for Home, About, Projects, and Contact.
- Responsive Design: Ensures a great user experience on all devices (desktop, tablet, mobile). Project Showcase: Detailed project sections with images, descriptions, and links to GitHub repositories.
- Downloadable Résumé: A résumé in PDF format is available for quick access by recruiters or visitors.
- Contact Form: A simple form to allow users or recruiters to reach out.
- HTML5 - For structuring the content.
- CSS3 - For styling and layout.
- JavaScript - For interactivity (e.g., form validation, dynamic content).
- (Optional) Bootstrap / Other CSS Libraries - If you choose to simplify styling and responsiveness.
- A modern web browser (e.g., Chrome, Firefox, Safari).
- No additional installations are required; everything runs in the browser.
- Clone or Download the Repository:
git clone https://github.com/yourusername/website-portfolio.gitOr download the ZIP from GitHub and extract it locally.
- Navigate to the Project Folder:
cd website-portfolio- Open the Website:
- Simply open index.html in your browser to view the homepage.
- Navigate between pages using the site’s navigation links (About, Projects, Contact, etc.).
You can host this website on any web server or use services like GitHub Pages, Netlify, or Vercel. For GitHub Pages:
- Push your local code to a GitHub repository.
- Go to Settings > Pages in your repository.
- Under Source, select the branch (e.g., main) and root folder.
- Click Save. Your website will be live at https://.github.io/.
/website-portfolio
├── index.html # Homepage
├── about.html # About page
├── projects.html # Projects page
├── contact.html # Contact page
├── css
│ └── styles.css # Main stylesheet
├── js
│ └── main.js # Main JavaScript file
├── images
│ ├── profile.jpg
│ ├── project1.png
│ └── project2.png
├── docs
│ └── Résumé Antonio Ferrigno.pdf
└── README.md- Content: Update the text and images in the HTML files (index.html, about.html, projects.html, contact.html) to reflect your own projects and experience.
- Styles: Modify the styles in css/styles.css to match your personal brand (colors, fonts, layouts).
- JavaScript: Add or edit scripts in js/main.js for interactive elements (e.g., form validation, animations).
- Additional Pages or Sections: Feel free to add new HTML files or sections for extra content (blogs, testimonials, etc.).
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, feel free to reach out:
- Email: ferrignoantonio00@gmail.com
- LinkedIn: Antonio Ferrigno
- GitHub: AntoFerr00