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 040bbea commit 8381422
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Services.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.text {
font-family: 'Orbitron', sans-serif; /* Futuristic font */
font-size: 20px; /* Adjust size as needed */
text-transform: uppercase; /* Makes text uppercase */
text-align: center; /* Center-aligns the text */
Expand All @@ -43,9 +43,9 @@
}

.robotic-title {
font-family: 'Roboto', sans-serif; /* Modern font */

font-size: 28px; /* Adjust size as needed */
text-transform: uppercase; /* Makes text uppercase */
letter-spacing: 3px; /* Space between letters for a robotic feel */
-webkit-background-clip: text;
/* Makes text color transparent to show gradient */
Expand Down Expand Up @@ -120,15 +120,15 @@

.card-content h3 {

font-family: 'Montserrat', sans-serif;
font-size: 1.5rem; /* Increased font size for better readability */
font-weight: bold; /* Bold font for emphasis */
margin-bottom: 100px; /* Space below the title */
}

.card-content p {
font-size: 1rem; /* Font size for description */
font-family: 'Inconsolata', monospace;
margin: auto; /* Remove default margin */
}

Expand All @@ -143,7 +143,7 @@
transition: opacity 0.3s;
display: flex;
align-items: center;
font-family: 'Montserrat', sans-serif; /* Modern, clean font */
}

.demo-text::after {
Expand Down Expand Up @@ -220,7 +220,7 @@

.chat-section h3 {
margin-left:10%;
font-family: 'Courier New', Courier, monospace; /* Monospace font for a robotic look */

font-weight: bold; /* Bold text */

}
Expand Down Expand Up @@ -298,8 +298,8 @@


<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 style="font-family: 'Inconsolata', monospace;color:white" class="ts">
<h2 style=" font-weight: bold; color: #fff; margin-bottom: 20px;margin-top:40px" class="robotic-title">Solutions We Provide</h2>
<p style=" 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 @@ -361,11 +361,11 @@ <h3 class="robotic-title" style="font-size:20px;" >E-commerce Solutions</h3>



<div class="chat-section" style="text-align: center; padding: 20px; color: #fff;font-family: 'Montserrat', sans-serif;">
<h3 style="font-family: 'Courier New', Courier, monospace; font-weight: bold; color: #fff; margin-bottom: -10px;" class="robotic-title">
<div class="chat-section" style="text-align: center; padding: 20px; color: #fff; ">
<h3 style=" font-weight: bold; color: #fff; margin-bottom: -10px;" class="robotic-title">
Let’s have a chat
</h3>
<p style="font-family: 'Inconsolata', monospace;" class="ts">
<p style=" " 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>

Expand All @@ -374,21 +374,21 @@ <h3 style="font-family: 'Courier New', Courier, monospace; font-weight: bold; co
<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:7px;">
</a>
<p style="font-family: 'Inconsolata', monospace;" >Reach with us</p>
<p style=" " >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:7px;">
</a>
<p style="font-family: 'Inconsolata', monospace;">Chat with us</p>
<p style=" ">Chat with us</p>
</div>

<div style="text-align: center;">
<a href="tel:+917447679060" target="_blank">
<img src="unnamed (1).png" alt="Logo 3" style="width: 50px; height: 50px; transition: transform 0.2s; margin-bottom:5px;">
</a>
<p style="font-family: 'Inconsolata', monospace;" >Call with us</p>
<p style=" " >Call with us</p>
</div>
</div>

Expand Down

0 comments on commit 8381422

Please sign in to comment.