This is a personal portfolio website showcasing the work and skills of a front-end developer and student. The portfolio is built using HTML, SCSS, JavaScript, and Bootstrap, providing an interactive and visually appealing user experience.
The following technologies were used to build this portfolio website:
-
HTML: Used for the website's structure and content.
-
SCSS: A CSS preprocessor that enhances the styling workflow by providing features like variables, nesting, and mixins.
-
JavaScript: Used for interactivity and dynamic behavior on the website.
-
Bootstrap: A popular front-end framework that provides a collection of CSS and JavaScript components for building responsive and mobile-first websites.
The portfolio website includes the following features:
-
Responsive Design: The website is built with responsiveness in mind, ensuring optimal viewing experience across different devices and screen sizes.
-
Project Showcase: A section dedicated to showcasing my projects, including descriptions and links to live demos or repositories.
-
Skills and Expertise: Highlights my key skills and areas of expertise, providing visitors with an overview of my technical abilities.
-
About Me: A brief introduction to who I am, my background, and my passion for what I do.
-
Resume/CV: A downloadable version of my resume or CV, allowing visitors to easily access and review my qualifications.
-
Contact : Links in footer that enables visitors to reach out to me directly, sending messages and inquiries.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/Shyam_portfolio.git
-
Navigate to the project directory:
cd Shyam_portfolio
-
Customize the website according to your preferences. Update the HTML, SCSS, and JavaScript files to reflect your own information, projects, and design choices.
-
Open the
index.html
file in your preferred web browser to view the website.
To deploy the portfolio website to a hosting platform or web server, follow these steps:
-
Build the project by compiling the SCSS files and bundling the JavaScript:
sass styles.scss styles.css # Compile SCSS to CSS
You may need to use a SCSS compiler of your choice or configure a build process depending on your setup.
-
Upload the HTML, CSS, JavaScript, and any other relevant files to your hosting platform or web server.
-
Ensure that your hosting platform supports the required technologies (HTML, CSS, JavaScript) and that they are correctly configured.
-
Access your deployed portfolio website using the provided URL or the domain associated with your hosting platform.
Contributions are welcome! If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to modify and customize the code to suit your needs.