-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhandicrafts.html
104 lines (99 loc) · 4.57 KB
/
handicrafts.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 | Handicrafts</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="logo.png" type="image/icon type">
<link rel="stylesheet" href="handicrafts.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>Handicrafts</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>Anand Handicrafts</h3>
<h5>Anand Kumar <a href="tel:9829116143"><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!1d986.4676888692729!2d75.838304979083!3d26.9402469245184!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396db139a2321235%3A0x5e885e017aecbade!2sAnand%20Handicrafts!5e1!3m2!1sen!2sin!4v1647428768081!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>Rajasthan Handicraft Center</h3>
<h5>Ravi Agarwal<a href="tel:8561085241"><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=!1m19!1m8!1m3!1d246.60644665376873!2d75.83970878022103!3d26.94503538709489!3m2!1i1024!2i768!4f13.1!4m8!3e0!4m0!4m5!1s0x396db13d6b381edf%3A0x29b472c7c0e9ab3a!2sMeera%20Collections%2C%20143%2C%20Kamal%20Kunj%2C%20Amer%20Road%2C%20Jaipur%2C%20near%20Ramgarh%20Mode%2C%20Jaipur%2C%20Rajasthan%20302002!3m2!1d26.944978499999998!2d75.8400312!5e1!3m2!1sen!2sin!4v1647430933123!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>