-
Notifications
You must be signed in to change notification settings - Fork 0
/
carpet-rugs.html
81 lines (76 loc) · 3.26 KB
/
carpet-rugs.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
<!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 | Jaipur Carpets & Rugs</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="logo.png" type="image/icon type">
<link rel="stylesheet" href="carpet-rugs.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>Carpets & Rugs</h2>
<button>
Explore
</button>
</div>
<div class="dealer">
<div class="d1">
<div class="left">
<div class="up">
<div class="dimg">
<img src="logo-PACHOULI.jpg" alt="dealer">
</div>
<div class="ddet">
<h3>PACHOULI</h3>
<h5>By Poornima Handicrafts <a href="tel:2311966"><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!1d3557.3516978301977!2d75.81991691499809!3d26.924062783122853!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396db14a2b4710cd%3A0xd16c512d9095e274!2sPachouli%20Jaipur!5e0!3m2!1sen!2sin!4v1647345494167!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>