-
Notifications
You must be signed in to change notification settings - Fork 6
/
startpage.php
437 lines (413 loc) · 9.75 KB
/
startpage.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<html>
<head>
<title>Dairy management system</title>
<script src="https://kit.fontawesome.com/d5e4bd332c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/all.css">
<style>
body{
margin:0;
padding:0;
overflow-x:hidden;
}
.wrapper
{
margin:0 0;
}
header
{
height:100px;
background:lightgreen;
width:100%;
border-radius:10px;
}
.logo
{padding-top:10px;
width:30%;
float:left;
}
.logo a
{
text-decoration:none;
font-size:30px;
font-weight:bold;
color:black;
letter-spacing:3px;
}
.banner-area
{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.4)), url('images/mainimg.jpeg');
padding-bottom:5px;
height:650px;
background-repeat: no-repeat;
background-size: cover;
text-align:center;
transition:-10px;
}
.banner-area h2
{
position:relative;
margin-top:200px;
margin-left:50px;
color:yellow;
width:30%;
font-family:lucida ;
}
.main-body
{
text-align:center;
}
img.lgo
{
height:60px;
width:60px;
border-radius:10px;
opacity:1;
}
.nav1 ul li a:hover
{
background-color:lightgreen;
}
.nav1 ul
{
display:flex;
list-style:none;
}
h2
{
color:white;
font-family: "Lucida Console", "Courier New", monospace;
font-size:50px;
text-align:left;
width:40%;
margin-top:100px;
}
.login
{
padding:10px;
margin-right:30px;
margin-top:20px;
font-size:25px;
float:right;
color:green;
text-decoration: none;
background-color:white;
border-radius:20px;
font-weight:bold;
}
.login:hover
{
background-color:yellow;
}
.cno
{
float:center;
padding:15px;
display:inline-block;
}
.mail
{
float:left;
padding:10px;
margin-left:350px;
display:inline-block;
}
.loc
{
float:right;
text-align:center;
padding:10px;
margin-top:10px;
margin-right:30px;
}
.cno a
{
text-decoration:none;
padding:10px;
display:inline-block;
margin-left:20px;
font-size:20px;
color:black;
}
.loc a
{
text-decoration:none;
font-size:20px;
color:black;
display:inline-block;
}
.mail a
{
padding:18px;
text-decoration:none;
font-size:20px;
color:black;
display:inline-block;
}
.fas
{
margin-right:10px;
color:black;
}
.menu
{
opacity:0.7;
background-color:orange;
width:100%;
height:50px;
display:inline-block;
border-radius:20px;
}
.menu li
{
display:inline-block;
padding:10px;
float:center;
}
.menu a
{
padding:10px;
text-decoration:none;
font-size:20px;
color:black;
font-weight:bold;
line-height:40px;
margin-right:20px;
border:transperent;
transition:0.3;
}
.menu a:hover
{
color:white;
background-color:black;
}
.menu i:hover
{
color:white;
background-color:black;
}
.foot
{
position:relative;
top:30px;
background-color:black;
padding:20px;
}
.foot-main
{
padding:20px;
}
.foot1
{
width:25%;
height:25%;
float:left;
}
.foot1 p
{color:white;
font-family: "Lucida Console", "Courier New", monospace;
padding:10px;
font-weight:bold;
padding-bottom:15px;
}
.foot1 a
{
color: white;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:8px;
text-decoration:none;
border: 2px solid #42b7e8;
text-transform: uppercase;
font-weight:bold;
border-radius:6px;
}
.foot2
{
width:500px;
height:25%;
float:right;
}
.foot2 p
{color:white;
font-size:20px;
font-family:monospace;
}
.foot4 li
{
display:inline-block;
list-style:none;
}
.foot4{
margin-left: -200px;
}
.foot3
{color:white;
font-size:15px;
font-family:cursive;
}
.foot-main h3
{ color:yellow;
text-decoration:underline;
font-size:25px;
font-family: "Times New Roman", Times, serif;
padding:10px;
}
.foot-main h3:hover
{
text-decoration:underline;
transform:scale(1.3);
}
.fab
{color:white;
position:relative;
font-size:30px;
padding:10px;
}
.maile
{
margin-left:0px;
background-color:black;
color:white;
border-radius:2px;
padding:none;
height:20px;
border:none;
}
.emailid
{
color: black;
height:28px;
}
.section
{ border-radius:10px;
display:inline-flex;
position:relative;
}
.products
{
width:30%;
padding:20px;
position:relative;
}
.products img
{
height:300px;
width:400px;
box-shadow: 5px 8px grey;
}
.products h3
{
padding:10px;
font-size:30px;
color:red;
letter-spacing:2px;
font-family:lucida handwriting,Brushscriptm7,cursive;
}
.products p
{
font-size:25px;
line-height:20px;
padding-top:15px;
font-family:Papyrus,Copperplate,Fantasy;
font-weight:bold;
}
.products a
{
border:2px solid green;
border-radius:5px;
font-family:Brushscriptm7,cursive;
}
div.box-area img{
height: 100px;
float: left;
margin-left: 20px;
}
.title{
font-size: 40px;
font-family: monospace;
font-weight:bold;
margin-top: 10px;
}
</style>
</head>
<body class="main-body">
<header>
<div class="box-area">
<a href="startpage.php">
<img src="images/NATURE-ONE-DAIRY-CORPORATE-LOGO-01.png" alt="" class="lg"></a>
<span class="title">Dairy Management</span>
<a href="loginpage.html" class="login"><i class="fas fa-sign-in-alt"></i>Login</a>
</div>
</header>
<div class="banner-area">
<div class="menu">
<ul>
<li><a href="startpage.php"><i class="fas fa-home"></i> Home</a></li>
<li><a href="Service.php"><i class="fas fa-dolly-flatbed"></i>Services</a>
</li>
<li><a href="aboutus.html"><i class="fas fa-info-circle"></i>About Us</a></li>
<li><a href="gallery.html"><i class="far fa-images"></i>Gallery</a></li>
</ul>
</div>
<h2> welcome to farmer friendly and eco-friendly dairy</h2>
</div>
<div class="section" id="aboutus">
<div class="products">
<h3> Our Products</h3>
<img src="images/products.jpg" alt="image">
<br>
<p>we provide our customers a wide variety of dairy products from organic milk to butter and cheese</span><P>
<a href="#">Read More</a>
</div>
<div class="products">
<h3>Our Aim </h3>
<img src="images/aim.jpg">
<br>
<p>To build a <span style="color:green">strong </span><span style="color:red">,healthy </span>and <span style="color:blue">nutritious</span> country by providing an employement to all small-scale farmers <P>
<a href="#">Read More</a>
</div>
<div class="products">
<h3>Working</h3>
<img src="images/working.png" alt="image">
<br>
<p> let"s start<P>
<a href="#">Read More</a>
</div>
</div>
<div class="foot">
<footer>
<div class="foot-main">
<div class="foot1">
<h3 font> About us</h3>
<p>A dairy is a business enterprise established for the processing of animal milk.mostly from cows or buffaloes,for human consumption.</p>
<a href="#">read more</a>
</div>
<div class="foot2">
<h3>find us</h3>
<p>BANASHANKARI </P>
<p>NEAR BANASHANKARI TTMC</p>
<p>BANGALORE-560082</p>
<p>TELEPHONE:08518-232205</p>
</div>
<div class="foot3">
<h3>Contact us</h3>
<p>Subscribe to get our latest updates and offers.</p>
<br>
<form class="" action="" method="POST">
<input type="email" name="subscribe" class="emailid" placeholder="Enter Your Email ID"/><button type="submit" onclick=href"www.gmail.com"><span class="maile">submit</span></button>
<p>***Don't worry, we wont spam you!</p>
</form>
</div>
<div class="foot4">
<h3>follow us</h3>
<ul>
<li><a href="https://www.instagram.com/?hl=en"><i class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.bing.com/search?q=facebook&form=ANNTH1&refig=57c3a643f07b4d528577f9477c526b74"><i class="fab fa-facebook-square"></i></i></a></li>
<li><a href="https://www.bing.com/search?q=twitter&cvid=df49de1cdf96439c8e1c74517c24caca&aqs=edge.0.0l7.4519j0j9&FORM=ANAB01&PC=DCTS"><i class="fab fa-twitter-square"></i></i></a></li>
</ul>
</div>
<//div>
</div>
</body>