This repository contains the source code for Matt Akotey's personal portfolio website. The website is designed to showcase my technology projects, skills, and professional experience in a visually appealing and user-friendly manner.
- Responsive Design: The website is fully responsive, ensuring a seamless experience on both desktop and mobile devices.
- Dark/Light Mode Toggle: Users can switch between dark and light modes for a personalized browsing experience.
- Hero Section: A prominent hero section with a welcome message and call-to-action buttons.
- About Section: Detailed information about my background, skills, education, and certifications.
- Projects Section: Display of various projects with descriptions, images, and links to GitHub repositories and previews.
- Contact Section: A contact form allowing visitors to send me messages directly from the website.
- Navigation Bar: A fixed navigation bar with links to different sections of the website and a theme toggle button.
- Footer: A footer with copyright information.
- Next.js: A React framework for server-side rendering and static site generation.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- React: A JavaScript library for building user interfaces.
- Heroicons: A set of free, MIT-licensed high-quality SVG icons for UI development.
- Next/Image: Optimized image component for Next.js.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/s13n7m/smakotey.io.git cd smakotey.io