-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeb.php
234 lines (188 loc) · 7.78 KB
/
Web.php
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<?php
session_start();
$server="localhost";
$username="root";
$password="";
$db="UserInfo";
$con=mysqli_connect($server,$username,$password,$db);
if(!$con)
{
die("Connect Failed due to ".mysqli_connect_error());
}
$_SESSION['fl']=0;
?>
<!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">
<link rel="stylesheet" href="First.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>Document</title>
</head>
<body>
<div class="full">
<div class="first">
<div class="title" >
<a href="Web.php">
<div class="logo">
<img src="Logo.png" widht="1%" height="1%" alt="HTML tutorial" />
</a>
<div class="hline">
<hr >
</div>
<div class="nav-bar">
<nav class="navbar navbar-dark bg-dark">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item" style="padding-right: 20px;">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item dropdown" style="padding-right: 20px;">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Products
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="Product1.php">LED'S</a></li>
<!li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="Product2.php">Decorative Lights</a></li>
<!li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="Product3.php">Interior Lighting</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li>
<div class="login" style="margin-top: -3.5cm ;">
<a style="margin-left:6cm;text-decoration:None; color: aliceblue;" href="Validate.php">Login/Sign-Up</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
<!!111!!>
<div class="bg-beside-text" >
<h1> ILLuminating lives </h1>
<h4> Joy and Happiness</h4>
</div>
<div class="bgimage">
</div>
<!!! TOP PART OF BODY>
<div class="desc" style="margin-top: 3cm;">
<div class="desc1" style="margin-top: 1cm;">
<p>
Service
</p>
</div>
<div class="desc2" style="margin-top: 1cm;">
<p>
Excellence
</p>
</div>
<div class="desc3" style="margin-top: 1cm;">
<p>
Customer-Satisfaction
</p>
</div>
</div>
<div class="para">
<p>
Welcome!! the hub of bulbs by LITETECH .
we cover LED, Tubelights, Profile lights and interior lights for your home, office, car and more.
They come in an impressive variety of shapes, styles and fittings.
Whether you want to create the perfect atmosphere for your living space,
energise your work area, explore how colour adds ambiance,
complement your decor or simply save energy and reduce household bills,
there's something for you. And it doesn’t have to be a challenge to find what’s best for you,
because we’ve launched the Bulb Advisor. It's fun and easy to use,
and ensures you always choose the right bulb for your needs.
</p>
</div>
<div class="finishes">
<h1> These are some of our finest works</h1>
</div>
<div class="projects">
<img src="PRojects 5.jpeg" width="500" height="500">
<img src="Projects1.jpeg" width="500" height="500">
<img src="Projects2.jpeg" width="500" height="500">
<img src="Projects3.jpeg" width="500" height="500">
<img src="Projects4.jpeg" width="500" height="500">
<img src="Project 5.jpeg" width="500" height="500">
</div>
<div class="hline" style="margin-top:2cm;">
</div>
<! BBBBOOOTTTOOOM>
<div class="bottom">
<div class="bottom1">
<div class="bottom11">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
<br>
</div>
<div class="bottom12">
<div class="ICON" >
<i style="margin-top: 14px;" class="fa fa-phone" style="font-size:44px"></i>
<a style="margin-top: 0.7cm;" href="+917989696141">+917989696141</a>
</div>
<div class="ICON" >
<i style="margin-top: 3px;" class="fa fa-phone" style="font-size:44px"></i>
<a style="margin-top: 0.4cm;" href="+919871298873">+919871298873</a>
</div>
<div class="ICON" >
<i style="margin-top: 0px;" class="fa fa-envelope"></i>
<a style="margin-top: 0.4cm;" href="contact@LITETECH.in">contact@LITETECH.in</a>
</div>
<div class="ICON2">
<img src="Maps.jpeg" style=" margin-left: 10px; border-radius:10px; display: flex; flex-direction: row;" width="50" height="50">
<p>
LiteTech,2nd floor Above Reliance Fresh,
Opposite to galleria, somajigua, Hyderabad.
Telangana - 500023
</p>
</div>
</div>
</div>
<div class="border1">
</div>
<div class="bottom2">
<h6>Disclaimer</h6>
The product colours and shades displayed on
this website are only indicative and cannot
be considered to be precise representation
of the actual colors.
</div>
<div class="border1">
</div>
<div class="bottom3">
<h6 style="margin-top:1.5cm;">
Customer Care
</h6>
<p style="width:10cm">
If you have any complaints/issues with our products please reach us through the following ways
</p>
<a href="+91-7899870123"><i class="fa fa-phone" ></i> +91-7899870123</a>
<br><br>
<a href="+91-8978799878"><i class="fa fa-phone" ></i> +91-8978799878</a>
<br><br>
<a href="contact@LITETECH.in"><i class="fa fa-envelope"></i> contact@LITETECH.in</a>
<br>
</div>
</div>
</div>
<script src="Js.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>