Skip to content

Commit

Permalink
Update Services.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas-Sawant-iffort authored Oct 10, 2024
1 parent c3349d6 commit 620aa5f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions Services.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
/* Makes text color transparent to show gradient */
animation: pulse 2s; /* Optional pulse animation */
}
.ts{
text-align: center;
margin: 10px 0;
font-size: 16px;
font-family: 'Inconsolata';
padding:90px;
color:white;
}

h1,
h2 {
Expand Down Expand Up @@ -241,14 +249,7 @@
justify-content: center;
}

.ts{
text-align: center;
margin: 10px 0;
font-size: 16px;
font-family: 'Inconsolata';
padding:90px;
color:white;
}



@media(max-width: 768px){
Expand All @@ -268,14 +269,14 @@
<div class="glass-container">
<!-- Logo Section -->
<div class="logo" style="display: flex; justify-content: center; align-items: center; gap: 50px;">
<img src="GGWhiteLogo24.png" alt="GG White Logo" style="max-width: 200px;margin:auto;margin-bottom:20px">
<img src="iffort.ai-logo.svg" alt="Iffort Logo" style="max-width: 250px;margin:auto;margin-bottom:20px">
<img src="GGWhiteLogo24.png" alt="GG White Logo" style="max-width: 200px;margin:auto;margin-bottom:20px;margin-left:10%">
<img src="iffort.ai-logo.svg" alt="Iffort Logo" style="max-width: 250px;margin:auto;margin-bottom:20px;margin-right:10%">
</div>


<div class="usecase">
<h2 style="font-family: 'Courier New', Courier, monospace; font-weight: bold; color: #fff; margin-bottom: 20px;margin-top:40px" class="robotic-title">Solutions We Provide</h2>
<p class="ts" style="font-family: 'Inconsolata', monospace;color:white;padding:90px;">
<p style="font-family: 'Inconsolata', monospace;color:white" class="ts">
Our cutting-edge solutions empower businesses to enhance efficiency, improve customer experiences, and drive innovation. Join us in revolutionizing the way organizations operate through intelligent automation and data-driven insights.
</p>
</div>
Expand Down Expand Up @@ -341,21 +342,21 @@ <h3 class="robotic-title" style="font-size:20px;" >E-commerce Solutions</h3>
<h3 style="font-family: 'Courier New', Courier, monospace; font-weight: bold; color: #fff; margin-bottom: 10px;" class="robotic-title">
Let’s have a chat
</h3>
<p class="ts" style="font-family: 'Inconsolata', monospace;padding:60px" >
<p style="font-family: 'Inconsolata', monospace;padding:60px" class="ts">
Schedule a call with us to discuss how we can help you leverage AI for your business and stay ahead of the competition
</p>

<div class="logo-links" style="display: flex; justify-content: center; gap: 20%; margin-top: 20px;">
<div style="text-align: center;">
<a href="https://www.iffort.ai/" target="_blank">
<img src="iffort (1).png" alt="Logo 1" style="width: 40px; height: 40px; transition: transform 0.2s; border-radius:5px;margin-bottom:5px;">
<img src="iffort (1).png" alt="Logo 1" style="width: 40px; height: 40px; transition: transform 0.2s; border-radius:5px;margin-bottom:7px;">
</a>
<p style="font-family: 'Inconsolata', monospace;" >Reach with us</p>
</div>

<div style="text-align: center;">
<a href="https://wa.me/917447679060" target="_blank">
<img src="—Pngtree—whatsapp icon_8704827.png" alt="Logo 2" style="width: 40px; height: 40px; transition: transform 0.2s;margin-bottom:5px;">
<img src="—Pngtree—whatsapp icon_8704827.png" alt="Logo 2" style="width: 40px; height: 40px; transition: transform 0.2s;margin-bottom:7px;">
</a>
<p style="font-family: 'Inconsolata', monospace;">Chat with us</p>
</div>
Expand Down

0 comments on commit 620aa5f

Please sign in to comment.