This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.html
143 lines (121 loc) · 4.28 KB
/
about_us.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>About Us</title>
<meta name="description" content="Photos of Indian, Desi , Rajasthani jewellery with weight and category wise" />
<meta name="keywords" content="Indian,Desi,emboss,ehnic,jewellery,kundan,emboss,design,gold,Rajasthani,photos" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" type="image/x-icon" href="/logos/favicon.ico" />
<link href="/frameworks/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="script/desi_jewel.css" rel="stylesheet">
<script src="/script/jquery.js"></script>
<script src="/script/cg_footer.js"></script>
<style type="text/css">
img {
object-fit: cover;
}
.btn_fb {}
.btn_fb:hover {
opacity: .8;
}
.box {
padding-left: 10px;
border: solid black 0.5px;
}
@media (max-width:500px) {
.box {
width: 350px;
padding-left: 10px;
margin-right: 25px;
border: solid black 0.5px;
}
}
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9733613923055204",
enable_page_level_ads: true
});
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NXMSRH8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<!-- head content -->
<div class="hidden-xs back" alt="website logo">
</div>
<div class="visible-xs" alt="website logo">
<img class="col-xs-12 back" src="/logos/logo-xs.png">
</div>
<!-- Nav bar -->
<div class="bg_n">
<div style="text-align:center" class=" ">
<a href="/" class="btn btn_nav">Home</a>
</div>
</div>
<div class="container-2">
<div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- First_ad -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9733613923055204" data-ad-slot="4184477932" data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<h1 style="margin-left: 20px; font-weight: 900;"> Desijewel.in Team</h1>
<div class="row">
<div style="margin-left: 20px;" class=" col-md-4 ">
<h1> Editing By -</h1>
<h3>Sunil Soni</h3>
<img src="logos/sunil_dp.jpg" alt="Sunil Soni" height="310px" width="280px">
<h4>Tel - +919587191685</h4>
<a class="btn_fb btn" href="https://www.facebook.com/Sunil7664">
<img src="logos/fb.png" height="30px" width="30px"></a>
</div>
</div>
<div class=" row">
<h1 style="margin-left: 30px;"> Designed By -</h1>
<div style="margin-left: 20px;" class=" col-md-4">
<h3>Ujjwal Soni</h3>
<img src="logos/ujju_dp.jpg" alt="Ujjwal Soni" height="310px" width="280px">
<h4>Tel - +917793055835</h4>
<a class="btn_fb btn" href="https://www.facebook.com/ujjwal.soni1">
<img src="logos/fb.png" height="30px" width="30px"></a>
</div>
<div style="margin-left: 20px;" class=" col-md-4">
<h3>Kailash Soni</h3>
<img src="logos/kailash_dp.jpg" alt="Kailash Soni" height="310px" width="280px">
<h4>Tel - +919571790992</h4>
<a class="btn_fb btn" href="https://www.facebook.com/mayank.soni.942145">
<img src="logos/fb.png" height="30px" width="30px"></a>
</div>
</div>
<br><br>
</div>
<!-- Footer content-->
<div style="font-size: 15px" class="row align_center footer">
<div class="col-md-12">
Copyright © <a href="/" title="Desi Jewel">Desijewel.in</a> |
<a href="contact_us.php">Contact Us</a>|
<a href="privacy.html">Privacy Policy</a>|
<a href="tos.html">Terms of Service</a>|
<a href="about_us.html">About Us</a>|
<a href="/disclaimer.html">Disclaimer</a>
</div>
</div>
</div>
</div>
</body>
<footer>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="fancy_box_button.js"></script>
<script>
</script>
</footer>
</html>