Last active
January 16, 2025 12:59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>LambdaTest</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<section> | |
<nav> | |
<div> | |
<img class="logo" src="https://www.lambdatest.com/resources/images/logos/logo.svg" alt=""> | |
<ul> | |
<li> | |
Platform | |
</li> | |
<li> | |
Enterprise | |
</li> | |
<li> | |
Resources | |
</li> | |
<li> | |
Developers | |
</li> | |
<li> | |
Pricing | |
</li> | |
</ul> | |
</div> | |
<div> | |
<p>Login</p> | |
<button class="button-secondary">Book a Demo</button> | |
<button class="button-primary">Get Started Free</button> | |
</div> | |
</nav> | |
<main> | |
<div> | |
<h1> | |
Digital Experience Testing Cloud Built For Enterprises | |
</h1> | |
<p> | |
Our Unified Testing Cloud enables you to deliver world-class | |
digital experience with quality releases and help accelerate your release velocity. | |
</p> | |
<button class="button-primary">Contact Us</button> | |
</div> | |
<div class="hero"> | |
<img src="https://www.lambdatest.com/resources/images/enterprise.webp" alt="" srcset=""> | |
</div> | |
</main> | |
</section> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment