Skip to content

Commit

Permalink
Update landerpage.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas-Sawant-iffort authored Oct 8, 2024
1 parent 7b2b644 commit 25dd7b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions landerpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
padding: 50px;
border-radius: 20px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
max-width: 400px;
max-width: 1200px;
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.18); /* Subtle inner glow */
}
Expand Down Expand Up @@ -84,14 +84,14 @@
}

.powered-by {
font-size: 14px;
font-size: 18px;
color: #aaa;
margin-bottom: 20px;
font-style: italic;
}

.logo img {
max-width: 150px;
max-width: 250px;
margin-bottom: 20px;
}

Expand Down Expand Up @@ -136,15 +136,15 @@
</div>

<!-- Powered by Iffort -->
<div class="powered-by">
Powered by <strong>Iffort.ai</strong>
</div>


<!-- QR Code -->
<div class="qr-code">
<img src="https://api.qrserver.com/v1/create-qr-code/?color=000000&bgcolor=FFFFFF&data=https%3A%2F%2Fiffort-ai-agents.netlify.app%2Fchat.html&qzone=1&margin=0&size=400x400&ecc=L" alt="QR Code" class="neon-border">
</div>

<div class="powered-by">
Powered by <strong>Iffort</strong>
</div>
<!-- Button for Explore -->
<button class="btn btn-custom"><a href="Services.html">Explore AI</a></button>
</div>
Expand Down

0 comments on commit 25dd7b3

Please sign in to comment.