-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.php
90 lines (63 loc) · 2.84 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>About us</title>
<!-- Bootstrap core CSS -->
<link href="style/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
header {
padding: 15px;
font-size: 75px;
color: white;
lenght:100%;
}
.cont{
padding-left:50px;
padding-top:30px;
margin:0;
}
</style>
</head>
<body>
<div> <header style="background-color: #242424; ">
<img src="img/KSlogo.png" alt="Logo" style="width:150px;" >
कृषी संपन्न
<a href="index.php"class="btn btn-success float-right"align="right" style="margin:10px;">Home</a>
<a href="blogin.php" class="btn btn-success float-right"align="right" style="margin:10px;" >Login</a>
<a href="bsignup.php" class="btn btn-success float-right" align="right" style="margin:10px;" >Register</a>
</header>
<header style="background-color: #74cc5c; padding: 10px; "></header>
</div>
<!-- Page Content -->
<div class="cont">
<div class="row">
<div class="col-lg-2" >
</div>
<!-- /.col-lg-2 -->
<div class="col-lg-8" >
<div class="card">
<h5 class="card-header" style="background:#74cc5c; color:white;"><b>About Us</b></h5>
<div class="card-body">
<h5 class="card-title"></h5>
<p class="card-text"><b>Krushi Sampann</b> is a platform to empower the farmer community by providing them a better platform for marketing their products. The system aims to build a healthy relationship between the buyers and sellers which will ultimately prove to be benefitting economically to both the parties.</p>
<p>We have created a platform for contract farming which can also be termed as agribusiness as the contract farming will pave the way for corporate farming. This system also ensures a valid platform for farmers to sell their bulk production and would keep the data secured pertaining to any of the farmers and corporators contract</p>
<br>
<p>We thanks Tushar Ghorpade Sir, Professor of RAIT for motivating and guiding us in the whole designing and implementing of the Krushi Sampann project.</p>
<a href="feedback.php" class="btn btn-success btn-lg">Feedback</a>
</div>
</div>
</div>
</div>
<br><br>
<!-- Bootstrap core JavaScript -->
<script src="style/jquery/jquery.min.js"></script>
<script src="style/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>