-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
181 lines (173 loc) · 8.49 KB
/
About.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Page</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/about.css">
<link rel="stylesheet" href="./css/animate.css">
<link rel="stylesheet" href="./assets/bootstrap-5.3.2-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/icon/css/all.min.css">
<script src="./assets/jquerys/popper.min.js"></script>
<script src="./assets/jquerys/jquery.js"></script>
<script src="./assets/bootstrap-5.3.2-dist/js/bootstrap.min.js"></script>
<script src="./assets/icon/js/all.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg" data-bs-theme="dark" style="background-color: #333; z-index: 999;">
<div class="container">
<a href="#" class="navbar-brand ps-4 pe-5">Logo</b></a>
<button class="navbar-toggler" data-bs-toggle="offcanvas" data-bs-target="#navbarcollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end " style="background-color: #333;" id="navbarcollapse">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel"><img src="" height="40px"> logo</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav nav-pills ps-5 ms-auto">
<li class="nav-item"><a href="./index.html" class="nav-link" ><b>Home</b></a></li>
<li class="nav-item"><a href="./Product.html" class="nav-link" ><b>Product</b></a></li>
<li class="nav-item"><a href="./About.html" class="nav-link active" style="color: white; background-color: #d22e2e; width: fit-content; padding: 10px 20px;"><b>About Us</b></a></li>
<li class="nav-item"><a href="./contact.html" class="nav-link pe-2 me-2" ><b>contact</b></a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- AboutHome -->
<section class="aboutHome">
<div class="title">
<h1 class="name">About Company</h1>
</div>
</section>
<!-- works -->
<section class="works">
<div class="container-fluid">
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-4 g-4">
<div class="col">
<div class="card h-100 op" style="border: none; background-color: rgb(241, 240, 240);">
<div><i class="icon fa-solid fa-screwdriver-wrench"></i></div>
<h4><b>High-quality <br> Products</b></h4>
</div>
</div>
<div class="col">
<div class="card h-100 op" style="border: none; background-color: rgb(241, 240, 240);">
<div><i class="icon fa-solid fa-shield"></i></div>
<h4><b>Guarantee & <br> Warranty</b></h4>
</div>
</div>
<div class="col">
<div class="card h-100 op" style="border: none; background-color: rgb(241, 240, 240);">
<div><i class="icon fa-solid fa-circle-dollar-to-slot"></i></div>
<h4><b>Reasonable <br> Price</b></h4>
</div>
</div>
<div class="col">
<div class="card h-100 op" style="border: none; background-color: rgb(241, 240, 240);">
<div><i class="icon fa-solid fa-list-check"></i></div>
<h4><b>Multiple <br> Variety</b></h4>
</div>
</div>
</div>
</div>
</section>
<!-- experience -->
<section class="experience">
<div style="text-align: center;">
<h3 style="color: white; border-bottom: 1px solid #333;" class="pb-3 mb-4 op">EXPERIENCE</h3>
</div>
<div class="container">
<div class="row">
<div class="col-sm col-md-6 op">
<h1 style="font-size: 60px;"><b style="color: #d22e2e;">50+</b></h1>
<h2 style="color:white">Years of
Experience</h2>
<img src="./assets/images/tools.png" class="expimg" alt="experience">
</div>
<div class="col-sm col-md-6 pt-5 op">
<p><br><b> <span style="font-size: 30px; color: #d22e2e;">W</span>e are in electrical field since 1967, we are one the best supplier for leading companies like casa Grande , Shanthi Casting, Deccan Industries, Swarnalyam Properties Developers, Eppinger Tooling Asia Pvt Ltd, KPR Mill Limited, Watertec lndla PVt Ltd, Eltex Super Casting, etc...,<br><br> <span style="font-size: 30px; color: #d22e2e;">A</span>nd we are also supplying the materials for hospital projects and educational institution.As well as commercial & industrlal project too.
</b></p>
<div class="bar">
<div class="names"><b>Avails</b></div>
<div class="percentage">
<div class="loading">
<span data-percent="85%" ></span>
</div>
</div>
</div>
<div class="bar">
<div class="names"><b>Design</b></div>
<div class="percentage">
<div class="loading">
<span data-percent="75%" ></span>
</div>
</div>
</div>
<div class="bar">
<div class="names"><b>Quality </b></div>
<div class="percentage">
<div class="loading">
<span data-percent="95%" ></span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- support -->
<div class="support">
<div class="box op">
<i class="fa-solid fa-plug-circle-bolt tag"></i>
<h4 class="lehead">Electricity Save</h4>
<p class="letext"><small>All the products are made with advance technologic ,so it reduce the Electricity and Maintance costs.</small></p>
</div>
<div class="box op">
<i class="fa-solid fa-leaf tag"></i>
<h4 class="lehead">Eco Friendly</h4>
<p class="letext"><small>Our products all are design in Eco friendly manner and Good Quality materials.</small></p>
</div>
<div class="box op">
<i class="fa-solid fa-weight-scale tag"></i>
<h4 class="lehead">Measures</h4>
<p class="letext"><small>All the Products use the Electricity in measured Quantity only and certified products.</small></p>
</div>
<div class="box op">
<i class="fa-solid fa-house-signal tag"></i>
<h4 class="lehead">Homes best</h4>
<p class="letext"><small>We giving Our best branded products with multiple collections.We have Varietys to make your Home Best.</small></p>
</div>
</div>
<!-- clients -->
<section class="banner">
<img src="./assets/images/img.webp" alt="img" width="100%">
</section>
<!-- footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-6 footcontact">
<h6 class="foot">Reach Us @</h6>
<p><small>WhatsApp us : +91 81448 67899</small></p>
<p><small>Call Us : 0422-2235 258</small></p>
<p><small>8:00 AM to 8:00 PM, 365 days</small></p>
<p><small>For Queries, please email us on [email protected]</small></p>
</div>
<div class="col-6 ps-4 social">
<a href="#"><i class="fa-brands fa-facebook pe-2"></i>facebook</a><br>
<a href="#"><i class="fa-brands fa-whatsapp pe-2" ></i>WhatsApp</a><br>
<a href="#"><i class="fa-brands fa-instagram pe-2"></i>instagram</a><br>
<a href="#"><i class="fa-brands fa-square-x-twitter pe-2"></i>X-twitter</a>
</div>
</div>
</div>
<div class="pt-5">
<center><p class="foot"><small>@copyrights by Devaraj & co company</small></p></center>
</div>
</footer>
<script src="./js/main.js"></script>
</body>
</html>