-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
100 lines (70 loc) · 3.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<header>
<div id="navbar">
<div> <img src="oipl-removebg-preview-208x74.png"></div>
<div> <a href="index.html"> HOME </a> </div>
<div> <a href="about.html"> ABOUT</a></div>
<div> <a href="directors.html">DIRECTOR'S PAGE</a> </div>
<div> <a href="our_products.html"> PRODUCTS </a> </div>
<div> <a href="contact.html"> CONTACT US</a> </div>
<div> <a href="chatbot.html"> CHAT </a></div>
<div> <button class="whitebutton"> Call now </button></div>
</div>
</header>
<body>
<div class="slideshow-container">
<div class="message_about">
<h1>ABOUT US</h1>
<p>[ORFLAX INDIA PVT LTD has emerged as one of the leading manufacturer and supplier of different type of electric wires & cables under the brand name of “ORFLAX”. We are an ISO 9001-2015 certified company and we have earned this valuable recognition in a short time period. We are engaged in the manufacture and supply of Power & Control Cables, LT XLPE/PVC Cables, Lighting Cables (House Wiring), Insulated Electrical Cables, PVC Electrical Cables and all types of industrial cables.]</p>
<p>- [Director's Name]</p>
</div>
<div class="mySlides fade">
<img src="CABLE%20FCTORY.jpeg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="image%202.jpeg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="image%203.jpeg" style="width:100%">
</div>
</div>
<script src="about%20slide%20show.js"></script>
<div id="choose_head">
<h2>Need Help With Industrial Solutions? We Are Experts!</h2>
<div id="choose_divs">
<div class="choose_div_block">
<br>
Since 15 Years, ORFLAX INDIA PVT LTD is dedicated to excel in the research, development and production of wires and cables for electrical and other electronic applications. We manufacture our products in various sizes as per IS specification and also as per customers specifications. It is the result of our continuous efforts and sheer determination that we have been able to win the confidence of our clients.
</div>
<div class="choose_div_block">
<br>
Our brand of wires & cables matches highest international standards for quality and dependability each Cable/Wire undergoes rigorous quality check at every stage right from purchasing of raw materials to designing, manufacturing & dispatching.
</div>
<div class="choose_div_block"><br>
We are introducing Triple Layer Coating in various types of items specific for multi strand wire and submersible wire.
</div>
</div>
</main>
<footer>
<div id="foot_part1">
<div> Masters in industrial manufacturing with 15 years of experience and 10+ awards! </div>
<div> <img src="oipl-removebg-preview-208x74.png"></div>
<div> All rights reserved by OrflaxIndia. </div>
</div>
<div id="foot_part2">
<div> Company </div>
<div> About Us</div>
<div> Legal</div>
<div> Contact Us</div>
</div>
</footer>
</body>
</html>