Skip to content

Commit

Permalink
Frontend: Update stats on the homepage(Cloud-CV#3595)
Browse files Browse the repository at this point in the history
* Update stats on the homepage

* Update stats in frontend_v2
  • Loading branch information
RishabhJain2018 authored Sep 9, 2021
1 parent b0112ae commit 1c37549
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions frontend/src/views/web/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 class="text-dark-black"><strong>Evaluating state-of-the-art in AI</strong></
<div class="row">
<div class="col s12 m12 l12">
<div class="center fs-20 w-500">
<h4><strong>100+</strong></h4>
<h4><strong>150+</strong></h4>
</div>
</div>
<div class="row">
Expand All @@ -48,7 +48,7 @@ <h4><strong>100+</strong></h4>
<div class="row">
<div class="col s12 m12 l12">
<div class="center fs-20 w-500">
<h4><strong>10,000+</strong></h4>
<h4><strong>15,000+</strong></h4>
</div>
</div>
<div class="row">
Expand All @@ -64,7 +64,7 @@ <h4><strong>10,000+</strong></h4>
<div class="row">
<div class="col s12 m12 l12">
<div class="center fs-20 w-500">
<h4><strong>100,000+</strong></h4>
<h4><strong>150,000+</strong></h4>
</div>
</div>
<div class="row">
Expand All @@ -80,7 +80,7 @@ <h4><strong>100,000+</strong></h4>
<div class="row">
<div class="col s12 m12 l12">
<div class="center fs-20 w-500">
<h4><strong>25+</strong></h4>
<h4><strong>30+</strong></h4>
</div>
</div>
<div class="row">
Expand Down
8 changes: 4 additions & 4 deletions frontend_v2/src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3 class="text-dark-black fw-regular">
<div class="row">
<div class="col s12 m12 l12">
<div class="center fs-20 w-500">
<h3><strong>90+</strong></h3>
<h3><strong>150+</strong></h3>
</div>
</div>
<div class="row">
Expand All @@ -59,7 +59,7 @@ <h3><strong>90+</strong></h3>
<div class="row">
<div class="col s12 m12 l12">
<div class="center fs-20 w-500">
<h3><strong>9,500+</strong></h3>
<h3><strong>15,000+</strong></h3>
</div>
</div>
<div class="row">
Expand All @@ -75,7 +75,7 @@ <h3><strong>9,500+</strong></h3>
<div class="row">
<div class="col s12 m12 l12">
<div class="center fs-20 w-500">
<h3><strong>100,000+</strong></h3>
<h3><strong>150,000+</strong></h3>
</div>
</div>
<div class="row">
Expand All @@ -91,7 +91,7 @@ <h3><strong>100,000+</strong></h3>
<div class="row">
<div class="col s12 m12 l12">
<div class="center fs-20 w-500">
<h3><strong>25+</strong></h3>
<h3><strong>30+</strong></h3>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 1c37549

Please sign in to comment.