Here's an example of a "Contact Us" page with a company location implemented using Bootstrap:
html
<!DOCTYPE html>
<html>
<head>
<title>Contact Us</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>Contact Us</h1>
<hr>
<div class="row">
<div class="col-md-6">
<h3>Get in touch</h3>
<form>
<div class="form-group">
<label for="name">Name:</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea class="form-control" id="message" rows="5"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div class="col-md-6">
<h3>Our Location</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12345.67890!2d <longitude>!3d<latitude>!4d<zoom-level>!5d0.000000" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
<p>
Company Name<br>
Address Line 1<br>
Address Line 2<br>
City, State, ZIP<br>
Country
</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>
In the above example, Bootstrap classes and components are used to create a responsive layout. The form section allows users to enter their name, email, and message. The company location is displayed on the right side using an embedded Google Maps iframe. You'll need to replace `<longitude>`, `<latitude>`, and `<zoom-level>` in the Google Maps iframe URL with the actual values for your company's location.
Remember to include the Bootstrap CSS and JavaScript files using the provided CDN links in the `<head>` section of your HTML document.
Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.
We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc