Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Agomzyemeka authored Jun 28, 2024
1 parent ff086d8 commit 7b16047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ <h2>Project Manager | Machine Learning | Python Developer | Automation</h2>
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>Project 1 Title</h3>
<h3>Simple Customer Churn Prediction App</h3>
<div class="project-carousel">
<div class="project-carousel-item active">
<img src="assets/project1_img1.png" alt="Project 1 Image 1">
<img src="https://github.com/Agomzyemeka/Simple-Customer-Churn-Prediction-App/raw/main/assets/app_cover_image.jpg" alt="Project 1 Image 1">
</div>
<div class="project-carousel-item">
<img src="assets/project1_img2.png" alt="Project 1 Image 2">
Expand All @@ -268,8 +268,8 @@ <h3>Project 1 Title</h3>
<button onclick="prevItem(0)">&lt;</button>
<button onclick="nextItem(0)">&gt;</button>
</div>
<p>Description of project 1. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio.</p>
<a href="https://github.com/agomzyemeka/project1" class="btn">View on GitHub</a>
<p>This app is designed to predict whether a customer will churn or not based on several features such as credit score, geography, gender, age, tenure, balance, number of products, credit card ownership, membership status, and estimated salary.</p>
<a href="https://github.com/Agomzyemeka/Simple-Customer-Churn-Prediction-App" class="btn">View on GitHub</a>
</div>
<div class="project">
<h3>Project 2 Title</h3>
Expand Down

0 comments on commit 7b16047

Please sign in to comment.