-
Notifications
You must be signed in to change notification settings - Fork 0
/
blue-pottery.html
104 lines (99 loc) · 4.5 KB
/
blue-pottery.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Virasat | Blue Pottery</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="logo.png" type="image/icon type">
<link rel="stylesheet" href="blue-pottery.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G8LBTS3YKK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G8LBTS3YKK');
</script>
</head>
<body>
<div class="header">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact & Help</a></li>
</ul>
</nav>
<a href="index.html"><h1><img src="logo.png" alt="logo">The Virasat</h1></a>
<div class="action">
<a href="#follow"><button>Follow</button></a>
<a href="contact.html"><button>Feedback</button></a>
</div>
</div>
<div class="hero">
<h2>Blue Pottery</h2>
<button>
Explore
</button>
</div>
<div class="dealer">
<div class="d1">
<div class="left">
<div class="up">
<div class="dimg">
<img src="logo.png" alt="dealer">
</div>
<div class="ddet">
<h3>Jaipur Blue Pottery & Marble Center</h3>
<h5>Lohit Suman <a href="tel:9462028572"><button>Call</button></a></h5>
</div>
</div>
<div class="down">
<img src="hero-2.jpg" alt="i1">
<img src="hero-6.jpg" alt="i2">
<img src="hero-3.jpg" alt="i3">
<img src="hero.jpg" alt="i3">
</div>
</div>
<div class="right">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d493.22409139288504!2d75.8391599500672!3d26.942476118559068!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396db1e0d12d82df%3A0x3022ee976d3dc374!2sJaipur%20Blue%20Pottery%20%26%20Marble%20Art%20Center!5e1!3m2!1sen!2sin!4v1647429084466!5m2!1sen!2sin"
style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<div class="d1">
<div class="left">
<div class="up">
<div class="dimg">
<img src="logo.png" alt="dealer">
</div>
<div class="ddet">
<h3>Jaipur Blue Pottery Art Center</h3>
<h5>Jaipur Blue Pottery Art Center <a href="tel:01412635375"><button>Call</button></a></h5>
</div>
</div>
<div class="down">
<img src="hero-2.jpg" alt="i1">
<img src="hero-6.jpg" alt="i2">
<img src="hero-3.jpg" alt="i3">
<img src="hero.jpg" alt="i3">
</div>
</div>
<div class="right">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d986.4427591746578!2d75.8391772561041!3d26.94309590931135!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396db11a89fbb4b7%3A0x5de4843157e0e95d!2sJaipur%20Blue%20Pottery%20Art%20Centre!5e1!3m2!1sen!2sin!4v1647431050985!5m2!1sen!2sin"
style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</div>
<div class="footer">
<h3>Copyright © INDION TECHS INC</h3>
<div class="social">
<a href="https://www.linkedin.com/in/the-virasat-9b5a57234/" target="_blank"><img src="linkedin-in-brands.svg" alt="linked-In" id="linked"></a>
<a href="https://www.instagram.com/the_virasat/" target="_blank"><img src="instagram-brands.svg" alt="instagram" id="insta"></a>
<a href="https://www.facebook.com/profile.php?id=100079166267848" target="_blank"><img src="facebook-f-brands.svg" alt="facebook" id="facebook"></a>
</div>
</div>
<script src="script.js"></script>
</body>
</html>