Skip to content

Commit

Permalink
commit 2 frontent
Browse files Browse the repository at this point in the history
  • Loading branch information
shrek-28 committed Oct 4, 2024
1 parent abb8a9c commit 55e0b01
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
Binary file added frontend/images/model-img-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/images/model-img-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/images/model-img-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,22 @@ <h3 class="fs-2 text-body-emphasis">Artificial Intelligence</h3>
</div>
</div>




<div class="container">
<center class="mb-5"> <h2> Featured Projects of the Month </h2></center>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3 mb-5">
<div class="col">
<div class="card shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
<img class="bd-placeholder-img card-img-top" src="./images/model-img-1.jpg" alt="Image description" width="100%" height="225">
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"> Twitter Sentiment Analysis Project using Natural Language Processing </p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="https://github.com/abhisek247767/AI-ML-DL-Hacktoberfest2024-WB/tree/temp/Twitter%20Sentiment%20Analysis">
<button type="button" class="btn btn-sm btn-outline-secondary"> View </button>
</a>
<!-- <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> -->
</div>
<small class="text-body-secondary"> Name of Contributor </small>
Expand All @@ -140,12 +145,14 @@ <h3 class="fs-2 text-body-emphasis">Artificial Intelligence</h3>
</div>
<div class="col">
<div class="card shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
<img class="bd-placeholder-img card-img-top" src="./images/model-img-2.jpg" alt="Image description" width="100%" height="225">
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"> Heart Disease Prediction Analysis using Multiple Regression Models</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="https://github.com/abhisek247767/AI-ML-DL-Hacktoberfest2024-WB/tree/temp/heart_disease_prediction_model">
<button type="button" class="btn btn-sm btn-outline-secondary"> View </button>
</a>
<!-- <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> -->
</div>
<small class="text-body-secondary">Name of Contributor</small>
Expand All @@ -155,12 +162,14 @@ <h3 class="fs-2 text-body-emphasis">Artificial Intelligence</h3>
</div>
<div class="col">
<div class="card shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
<img class="bd-placeholder-img card-img-top" src="./images/model-img-3.jpg" alt="Image description" width="100%" height="225">
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"> Mobile Price Classification using Decision Trees, Random Forests and SVC </p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="https://github.com/abhisek247767/AI-ML-DL-Hacktoberfest2024-WB/tree/temp/Mobile-Price-Classification">
<button type="button" class="btn btn-sm btn-outline-secondary"> View </button>
</a>
<!-- <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> -->
</div>
<small class="text-body-secondary"> Contributor Name </small>
Expand Down

0 comments on commit 55e0b01

Please sign in to comment.