-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (29 loc) · 1.58 KB
/
about.html
File metadata and controls
34 lines (29 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Assets/about.png">
<title>About Page</title>
<style>
h1{
background-color: black;
color: white;
font-size: 80px;
font-weight: bolder;
text-align: center;
text-shadow: 12px 5px 12px yellow;
}
</style>
</head>
<body>
<a href="index.html">HomePage</a> <br>
<a href="product.html">Product</a> <br>
<a href="list.html">list</a> <br>
<a href="gallery.html">Gallery</a> <br>
<h1>Our Location</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quos nihil deleniti quo, vel repellat ipsa vero provident, itaque voluptas quis quam maiores iusto optio rerum eius pariatur magnam laboriosam aspernatur!
Quos minus vero non, aspernatur officiis voluptates ex repellat cumque? Perferendis alias sapiente ipsum atque in, perspiciatis nihil mollitia ratione, odit sequi cupiditate nobis, et architecto vitae minima doloremque commodi.</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.8462181940845!2d36.800724699999996!3d-1.2648116000000007!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f1741d28f6777%3A0xc89ebb559b0da912!2seMobilis%20Technology%20Training%20Institute!5e0!3m2!1sen!2ske!4v1729179915337!5m2!1sen!2ske" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>">
</body>
</html>