<<<<<<< HEAD
A personal portfolio website built with Bootstrap CSS and HTML. Showcases experience, skills, and projects information.
Live Demo - https://anandyelloju.github.io/my-portfolio/
To set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/anandyelloju/my-portfolio.git
- Navigate to the project directory:
cd my-portfolio
- Open the index.html file in your web browser to view the portfolio.
After installation, you can view and edit the project directly in your web browser. The portfolio includes several sections:
- Home: Introduction.
- Experience: Details about your professional experience.
- Projects: Showcase of your projects with descriptions and links.
- About: Summary of who you are, Education, and Overview of your technical skills.
- Connect: Socials for visitors to get in touch with you.
Example: Adding a New Experience
To add a new Experience to the portfolio, update the index.html file as follows:
<div class="card ms-4 mb-3">
<div class="row g-0">
<div class="col-md-10">
<div class="card-body">
<h5 class="card-title">Programmer Analyst Trainee <small class="text-muted float-end">Hyderabad, TS</small></h5>
<p class="card-text"><small class="text-muted">Cognizant Technology Solutions</small><small class="text-muted float-end">Feb 2022 - May 2023</small></p>
<p class="card-text">- Developed Microservice with RESTful APIs using Spring Boot and Hibernate frameworks.
<br>- Experienced in writing unit tests for code coverage using JUnit and Mockito. </p>
</div>
</div>
<div class="col-md-2">
<img src="https://upload.wikimedia.org/wikipedia/commons/5/5a/Logo_Cognizant.png" class="img-fluid rounded-end pt-3" alt="Cognizant Technology Solutions">
</div>
</div>
</div>
Example: Adding a New Project
To add a new project to the portfolio, update the index.html file as follows:
<div class="col">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="./images/pimg.jpeg" class="img-fluid rounded-start" alt="Project Image">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">MyPortfolio.</h5>
<p class="card-text">My portfolio project is a responsive website developed using HTML and Bootstrap, showcasing my skills, projects, and experiences. </p>
<a href="#" class="btn btn-outline-dark">Demo</a>
<a href="https://github.com/AnandYelloju/myPortfolio" class="btn btn-outline-dark"><i class="bi bi-github"></i> Source code</a>
</div>
</div>
</div>
</div>
</div>
- Responsive Design: Optimized for both desktop and mobile devices.
- Project Showcase: Highlight your best projects with descriptions and links.
- HTML: Markup language for creating web pages.
- CSS: Stylesheet language for designing web pages.
- Bootstrap: CSS framework for responsive design.
Contributions are always welcome! - If you have suggestions or improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
adfdae8 (Portfolio - V2)



