Skip to content

Commit

Permalink
modified homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Shweta-singh1 committed Mar 27, 2024
1 parent 05dd0c4 commit bfae21f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ permalink: "/"
<div class="col-md-6 mb-3">
<div class="card validation-card"> <!-- Added class "validation-card" -->
<div class="card-body">
<h3 class="card-title">Validation set</h3>
<h3 class="card-title">Validation</h3>
<div class="stat-box">
<div class="stat">Total Images: 5,000</div>
<div class="stat">Total masks: 41k +</div>
Expand All @@ -81,9 +81,9 @@ permalink: "/"
<div class="col-md-6 mb-3">
<div class="card train-card"> <!-- Added class "train-card" -->
<div class="card-body">
<h3 class="card-title">Train Set</h3>
<h3 class="card-title">Train</h3>
<div class="stat-box">
<div class="stat">Total Images: 118,000</div>
<div class="stat">Total Images: 118,287</div>
<div class="stat">Total masks: 1M +</div>
<div class="download-box">
<a href="#" onclick="downloadTrainSetFromGCS()" class="btn btn-primary" id="trainBtn">Download Train set</a>
Expand Down
18 changes: 8 additions & 10 deletions static/css/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
.carousel-control-prev-icon,
.carousel-control-next-icon {
opacity: 5;
background-color: black; // Set the color of the button icon
border-radius: 50%; // Make the icon circular
background-color: black;
border-radius: 50%;
transition: background-color 0.3s ease;
}

Expand All @@ -42,8 +42,6 @@ p {
flex-direction: column;

text-align: center;
border: 1px solid #ced4da;
border-radius: 5px;
padding: 20px;
padding-left: 10%;
padding-right: 10%;
Expand All @@ -56,18 +54,18 @@ p {

.validation-card {
// width: 100%;
border: 1px solid #029E73;
border-radius: 5px;
border: 1px solid #ffffff;
border-radius: 0px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(2, 158, 115, 0.1);
box-shadow: 0 .5rem 1rem rgba(black, .15);
margin-right: 10%;
}

.train-card {
border: 1px solid #029E73;
border-radius: 5px;
border: 1px solid #ffffff;
border-radius: 0px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(2, 158, 115, 0.1);
box-shadow: 0 .5rem 1rem rgba(black, .15);
margin-left: 5%;
}

Expand Down

0 comments on commit bfae21f

Please sign in to comment.