Skip to content

Commit

Permalink
Usecase updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiitu committed Nov 21, 2023
1 parent a37908b commit 97b387f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,25 @@ h6,
/* color: white; */
}
.usecasecard2 {
background-image: url('../img/manu.png');
background-image: url('../img/manufa.png');
}
.usecasecard3 {
background-image: url('../img/edu.png');
background-image: url('../img/education.png');
}
.usecasecard4 {
background-image: url('../img/fin.png');
background-image: url('../img/finance.png');
}
.usecasecard5 {
background-image: url('../img/ssma.png');
background-image: url('../img/ssmaa.png');
}
.usecasecard6 {
background-image: url('../img/customer.png');
background-image: url('../img/customers.png');
}
.usecasecard7 {
background-image: url('../img/retail.png');
background-image: url('../img/retails.png');
}
.usecasecard8 {
background-image: url('../img/logi.png');
background-image: url('../img/logiss.png');
}
.btn-primary,
.btn-secondary {
Expand Down
Binary file added img/customers.png
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 img/education.png
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 img/finance.png
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 img/logiss.png
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 img/manufa.png
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 img/retails.png
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 img/ssmaa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions usecase/usecase.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="m-0">
<a href="../about.html" class="nav-item nav-link">About</a>
<a href="../service.html" class="nav-item nav-link">Services</a>
<a href="../usecase/usecase.html" class="nav-item nav-link active">Usecase</a>
<a href="https://community.edfoal.com/" class="nav-item nav-link">Community</a>
<!-- <a href="https://community.edfoal.com/" class="nav-item nav-link">Community</a> -->
<!-- <div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Blog</a>
<div class="dropdown-menu m-0">
Expand Down Expand Up @@ -167,9 +167,9 @@ <h4 class="mb-3" style="color: white;"><b>Finance</b></h4>
</div>
<div class="col-lg-4 col-md-6 wow zoomIn" data-wow-delay="0.6s">
<div class="service-item bg-light rounded d-flex flex-column align-items-center justify-content-center text-center usecasecard5">
<div class="service-icon">
<!-- <div class="service-icon">
<i class="fa fa-search text-white"></i>
</div>
</div> -->
<h4 class="mb-3" style="color: white;"><b>Social Media Marketing Agencies</b></h4>
<!-- <p class="m-0">We expertly integrate advanced AI solutions, enhancing efficiency and capabilities by seamlessly embedding them into your current framework.</p> -->
<a class="btn btn-lg btn-primary rounded" href="../usecase/socialmedia.html">
Expand All @@ -182,7 +182,7 @@ <h4 class="mb-3" style="color: white;"><b>Social Media Marketing Agencies</b></h
<!-- <div class="service-icon">
<i class="fa fa-search text-white"></i>
</div> -->
<h4 class="mb-3" style="color: white;"><b>Customer Success Teams</b></h4>
<h4 class="mb-3" style="color: black;"><b>Customer Success Teams</b></h4>
<!-- <p class="m-0">We expertly integrate advanced AI solutions, enhancing efficiency and capabilities by seamlessly embedding them into your current framework.</p> -->
<a class="btn btn-lg btn-primary rounded" href="../usecase/customer.html">
<i class="bi bi-arrow-right"></i>
Expand Down Expand Up @@ -256,7 +256,7 @@ <h3 class="text-light mb-0">Get In Touch</h3>
</div> -->
<div class="d-flex mb-2">
<i class="bi bi-envelope-open text-primary me-2"></i>
<p class="mb-0">[email protected]</p>
<a href="mailto:[email protected]"><p class="mb-0">[email protected]</p></a>
</div>
<!-- <div class="d-flex mb-2">
<i class="bi bi-telephone text-primary me-2"></i>
Expand Down Expand Up @@ -290,7 +290,7 @@ <h3 class="text-light mb-0">Popular Links</h3>
<a class="text-light mb-2" href="../index.html"><i class="bi bi-arrow-right text-primary me-2"></i>Home</a>
<a class="text-light mb-2" href="../about.html"><i class="bi bi-arrow-right text-primary me-2"></i>About Us</a>
<a class="text-light mb-2" href="../service.html"><i class="bi bi-arrow-right text-primary me-2"></i>Our Services</a>
<a class="text-light mb-2" href="https://community.edfoal.com/"><i class="bi bi-arrow-right text-primary me-2"></i>Community</a>
<a class="text-light mb-2" href="usecase.html"><i class="bi bi-arrow-right text-primary me-2"></i>Usecase</a>
<!-- <a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Latest Blog</a> -->
<a class="text-light" href="../contact.html"><i class="bi bi-arrow-right text-primary me-2"></i>Contact Us</a>
</div>
Expand Down

0 comments on commit 97b387f

Please sign in to comment.